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
Release history Release notifications | RSS feed
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.2.tar.gz
(17.1 kB
view details)
Built Distribution
atmst-0.0.2-py3-none-any.whl
(18.2 kB
view details)
File details
Details for the file atmst-0.0.2.tar.gz
.
File metadata
- Download URL: atmst-0.0.2.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d8fac1ebd6973cc86cb1a5c489d4d6762cf385d0a7ce9ac5c90593809ee521c |
|
MD5 | d5d8af41ff0a002d571f2c5fbb08fdb9 |
|
BLAKE2b-256 | 72c3373b6b3d7c4a89f81d08d7ac526b15c5456292e38326863d80dcf59ae7da |
File details
Details for the file atmst-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: atmst-0.0.2-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 216c15dd1d275bee63cd371e3b794cd38699ddffb47d520e3259b366ce8f8117 |
|
MD5 | 24e0e5d2b324fb5dd76a018cdc324a5f |
|
BLAKE2b-256 | 2d6e97c978e8e7bfdc00cf9476d8c70b4836640827fd0399a473f70625974b1f |