|
1 week ago | |
---|---|---|
nr | 1 month ago | |
nr.ansiterm | 1 month ago | |
nr.caching | 1 week ago | |
nr.collections | 1 month ago | |
nr.config | 1 month ago | |
nr.databind.core | 1 month ago | |
nr.databind.json | 1 month ago | |
nr.databind.rest | 1 month ago | |
nr.fs | 1 month ago | |
nr.interface | 1 month ago | |
nr.markdown | 1 month ago | |
nr.metaclass | 1 month ago | |
nr.parsing.core | 1 month ago | |
nr.parsing.date | 1 month ago | |
nr.proxy | 1 month ago | |
nr.pylang.ast | 1 month ago | |
nr.pylang.bundle | 1 month ago | |
nr.pylang.utils | 1 month ago | |
nr.stream | 1 month ago | |
nr.sumtype | 1 month ago | |
nr.utils.git | 1 month ago | |
nr.utils.io | 1 month ago | |
nr.utils.ponyorm | 1 month ago | |
nr.utils.process | 1 month ago | |
nr.utils.re | 1 month ago | |
nr.utils.wsgi | 1 month ago | |
.drone.yml | 1 month ago | |
.gitignore | 8 months ago | |
LICENSE.txt | 1 month ago | |
README.md | 10 months ago | |
monorepo.yml | 1 month ago |
Monorepository for Python libraries under the nr
namespace.
A note on versioning:
All packages that are in 0.X.Y
version should assume that breaking changes are possible
between minor version releases. It is therefore highly recommended that dependencies to
0-major versions are bounded to the next minor version release, eg. ~0.1.2
(>=0.1.2,<0.2.0
).