Ningú

Results 16 issues of Ningú

Let a range be a pair of sortable objects, e.g. a tuple of numbers, strings, date objects or anything implementing the `__lt__` family operators (or maybe a sorting key function...

It would be fun. But I'll stay honest, this is the first step in the path of turning bash-insulter the ultimate offensive shell utility with the aid of https://github.com/devlato/goatse/

As far as I understand, if SourceAddressAdapter is used with an (IP, PORT) tuple and the port is other than 0, there is no way this adapter can work without...

### Issue description If a local package A has a dependency on another local package version B==X that is not present in the public pypi repository, the installation will fail....

Type: Possible Bug
triage

As part of my test scripts I'll usually run `django-admin check` and `django-admin makemigrations --check --dry-run` to assert nobody missed something. Am I missing a way to hook those administrative...

### Is your feature request related to a problem? With the release of psycopg3 and its async capabilities, isn't this wrapper for the good-old synchronous psycopg2 unnecessary anymore? ### Describe...

enhancement

It would be nice to publish musllinux wheels to ease installation in MUSL platforms, namely python:alpine docker images. See https://peps.python.org/pep-0656/ https://cibuildwheel.readthedocs.io/en/stable/ is usually very convenient for this, but I see...

help wanted

Some objects might represent integers, and implement basic arithmetic operations with integers (+1 and //2) through https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types While they are not python numbers, they could still be paired with this...

Any plans on officially supporting newer django and python versions? I got object_tools working on Python 3.9 + Django 3.2 but the recent Django 4.0 finally broke my install due...

Compile them at build time with a hatchling custom hook (replacing poetry!) Closes #505