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.4.tar.gz
(17.2 kB
view details)
File details
Details for the file atmst-0.0.4.tar.gz.
File metadata
- Download URL: atmst-0.0.4.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
257f99ab824b2609afd1b4a4763fefc20014265249f3ea5d3bb7e3e4c9ec9761
|
|
| MD5 |
7c016de2e353bcf1db7a5ad0c1abcd41
|
|
| BLAKE2b-256 |
9c9d61013d8e82ae3381888370ac27cd800b56c4ce7598062582e4940e14c4d5
|