You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
nr | 10 months ago | |
nr.ansiterm | 10 months ago | |
nr.caching | 1 year ago | |
nr.collections | 10 months ago | |
nr.config | 10 months ago | |
nr.databind.rest | 10 months ago | |
nr.fs | 10 months ago | |
nr.functional | 1 year ago | |
nr.markdown | 10 months ago | |
nr.metaclass | 10 months ago | |
nr.optional | 11 months ago | |
nr.parsing.core | 9 months ago | |
nr.parsing.date | 9 months ago | |
nr.preconditions | 11 months ago | |
nr.proxy | 10 months ago | |
nr.pylang.ast | 10 months ago | |
nr.pylang.bundle | 12 months ago | |
nr.pylang.utils | 10 months ago | |
nr.refreshable | 11 months ago | |
nr.stream | 12 months ago | |
nr.utils.git | 9 months ago | |
nr.utils.io | 10 months ago | |
nr.utils.ponyorm | 10 months ago | |
nr.utils.process | 10 months ago | |
nr.utils.re | 10 months ago | |
nr.utils.wsgi | 10 months ago | |
.drone.yml | 1 year ago | |
.gitignore | 2 years ago | |
LICENSE.txt | 10 months ago | |
README.md | 2 years ago | |
monorepo.yml | 1 year ago |
README.md
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
).