These are some utility modules and fun stuff that might make a good dependency. There are some subpackages that has special purposes.
bd103.ext
: Contains extensions and plugins to other Python packagesbd103.shared
: Contains modules that are shared between different implementations of BD103's librarybd103.data
: Contains data types for various formats
python -m pip install -U bd103
A good idea is too look through the documentation to find modules that might pique your interest. A recommended one is the decorators module.
Feel free to submit a PR if you want to contribute to the package. For more information, see CONTRIBUTING.md.