Metadata-Version: 2.3
Name: ramage
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM




## TODO:

### v0.1
[ ] Comment and document everything
[ ] Prepare stub file
[ ] Implement as many dunder methods as possible
[ ] Implement `chroot` to select a subtree


### v0.2
[ ] Translate some methods into iterators
[ ] Refactor the code
