A Python library for wrangling atproto-flavoured Merkle Search Trees
Project description
atmst
A Python library for wrangling atproto-flavoured Merkle Search Trees
Current status: ⚠️ prototype ⚠️
Installation
git clone https://github.com/DavidBuchanan314/atmst
cd atmst
python3 -m pip install .
dev install: (editable)
python3 -m pip install -e .
Running the tests:
python3 -m unittest discover -v
build the docs:
cd docs/
sphinx-apidoc -f -o _apidocs/ ../src/atmst ../src/atmst/all.py
make html
# open _build/html/index.html
publishing to pypi: (this one is mainly for my benefit!)
python3 -m build
python3 -m twine upload --repository pypi dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atmst-0.0.3.tar.gz
(17.1 kB
view details)
File details
Details for the file atmst-0.0.3.tar.gz.
File metadata
- Download URL: atmst-0.0.3.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0c108f70c44f36caeab37b45feb843d20cf9a6b31cce6db13530b1504e6270c
|
|
| MD5 |
62e80a7c2c0b383604ed74f90cde1ffa
|
|
| BLAKE2b-256 |
4617782f0fe92852eb39dcefcc59b4c2e5cda80c117cc17022e2ae0b8467adbf
|