
Django-bitfield provides a custom field which allows various bits to be stored inside one fixed-width BigIntegerField.
The custom field provides syntatic sugar for accessing those flags easily from a Django application.
This package contains the Python 3 version of the library.