Common utility functionality
Project description
jnrbase is a collection of common utility libraries that are used in the Python projects that I (JNRowe) work on. Feel free to use it — and perhaps improve it — in your projects!
jnrbase is released under the GPL v3 license.
Requirements
jnrbase’s dependencies outside of the standard library are dependent on the functionality you require, ranging from none to the following:
Extra tag |
Dependencies |
---|---|
colour |
click ≥ 3.0 |
iso_8601 |
ciso8601 ≥ 2.0.1 |
net |
|
template |
It should work with any version of Python 3.5 or newer. If jnrbase doesn’t work with the version of Python you have installed, file an issue and I’ll endeavour to fix it.
The module has been tested on Linux, and occasionally on OSX, but it should work fine on other systems too.
To run the tests you’ll need pytest. Once you have pytest installed you can run the tests with the following commands:
$ pytest tests
Contributors
I’d like to thank the following people who have contributed to jnrbase.
Patches
Nathan McGregor
Bug reports
Delphine Beauchemin
Brandon Cady
Ideas
Ryan Sutton
If I’ve forgotten to include your name I wholeheartedly apologise. Just drop me a mail or open an issue, and I’ll update the list!
Bugs
If you find any problems, bugs or just have a question about this package either file an issue or drop me a mail.
If you’ve found a bug please attempt to include a minimal testcase so I can reproduce the problem, or even better a fix!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.