Adding upstream version 1.6.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a5555eb4a1
commit
d5b8e0af0d
42 changed files with 3857 additions and 0 deletions
38
README.md
Normal file
38
README.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# treelib
|
||||
|
||||
Tree implementation in python: simple for you to use.
|
||||
|
||||
[](https://github.com/caesar0301/treelib/actions)
|
||||
[](https://github.com/psf/black)
|
||||
[](http://treelib.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://pypi.python.org/pypi/treelib)
|
||||
[](https://pypi.python.org/pypi/treelib)
|
||||
[](https://pypi.python.org/pypi/treelib)
|
||||
[](https://pypi.python.org/pypi/treelib/)
|
||||
[](https://GitHub.com/caesar0301/treelib/graphs/contributors/)
|
||||
|
||||
[](http://makeapullrequest.com)
|
||||
[](https://GitHub.com/caesar0301/treelib/pulls)
|
||||
[](https://GitHub.com/caesar0301/treelib/pulls?q=is%3Apr+is%3Aclosed)
|
||||
|
||||
## Quick Start
|
||||
|
||||
pip install -U treelib
|
||||
|
||||
## Documentation
|
||||
|
||||
For installation, APIs and examples, see http://treelib.readthedocs.io/en/latest/
|
||||
|
||||
## Code Style
|
||||
|
||||
`treelib` complies with [black](https://github.com/psf/black) formatter and
|
||||
specific [flake8 validations](https://github.com/caesar0301/treelib/blob/master/scripts/flake8.sh).
|
||||
Before creating a pull request, please make sure you pass the local validation
|
||||
with `scripts/flake8.sh`.
|
||||
|
||||
## Contributors
|
||||
|
||||
Thank you all,
|
||||
[committers](https://github.com/caesar0301/treelib/graphs/contributors).
|
||||
|
||||
[](https://GitHub.com/Naereen/)
|
Loading…
Add table
Add a link
Reference in a new issue