atmst


Nameatmst JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryA Python library for wrangling atproto-flavoured Merkle Search Trees
upload_time2024-12-21 11:37:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # atmst

[![Static Badge](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) ![Static Badge](https://img.shields.io/badge/works%20on%20my%20machine-forestgreen) ![Static Badge](https://img.shields.io/badge/test%20coverage-nonzero-red) [![Static Badge](https://img.shields.io/badge/docs-exist!-orange)](https://davidbuchanan314.github.io/atmst/) ![Static Badge](https://img.shields.io/badge/cryptography-certified%20hand--rolled-yellow)

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!)

```
rm -rf build/* dist/*
python3 -m build
python3 -m twine upload --repository pypi dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "atmst",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "David Buchanan <d@vidbuchanan.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/47/7a/2cca04368b664d372473504615e37150466ecc796dff018504d8daf5de6d/atmst-0.0.6.tar.gz",
    "platform": null,
    "description": "# atmst\n\n[![Static Badge](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) ![Static Badge](https://img.shields.io/badge/works%20on%20my%20machine-forestgreen) ![Static Badge](https://img.shields.io/badge/test%20coverage-nonzero-red) [![Static Badge](https://img.shields.io/badge/docs-exist!-orange)](https://davidbuchanan314.github.io/atmst/) ![Static Badge](https://img.shields.io/badge/cryptography-certified%20hand--rolled-yellow)\n\nA Python library for wrangling atproto-flavoured Merkle Search Trees\n\nCurrent status: \u26a0\ufe0f prototype \u26a0\ufe0f\n\n### Installation\n\n```\ngit clone https://github.com/DavidBuchanan314/atmst\ncd atmst\npython3 -m pip install .\n```\n\ndev install: (editable)\n\n```\npython3 -m pip install -e .\n```\n\nRunning the tests:\n\n```\npython3 -m unittest discover -v\n```\n\nbuild the docs:\n\n```\ncd docs/\nsphinx-apidoc -f -o _apidocs/ ../src/atmst ../src/atmst/all.py\nmake html\n# open _build/html/index.html\n```\n\npublishing to pypi: (this one is mainly for my benefit!)\n\n```\nrm -rf build/* dist/*\npython3 -m build\npython3 -m twine upload --repository pypi dist/*\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for wrangling atproto-flavoured Merkle Search Trees",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/DavidBuchanan314/atmst",
        "Issues": "https://github.com/DavidBuchanan314/atmst/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1ecd743d809cadfaae230ebed08c00f63a68f1bfe82042f74ea98c51965ed8f",
                "md5": "04798ceda0aebb91002548ee1df64614",
                "sha256": "e63801225f31b602a3aacfe73360561fa5f488adb1a56d64e0746d462981ecff"
            },
            "downloads": -1,
            "filename": "atmst-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04798ceda0aebb91002548ee1df64614",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 19744,
            "upload_time": "2024-12-21T11:37:17",
            "upload_time_iso_8601": "2024-12-21T11:37:17.804476Z",
            "url": "https://files.pythonhosted.org/packages/f1/ec/d743d809cadfaae230ebed08c00f63a68f1bfe82042f74ea98c51965ed8f/atmst-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "477a2cca04368b664d372473504615e37150466ecc796dff018504d8daf5de6d",
                "md5": "604c3207c70909d018ce79eac5c2fbda",
                "sha256": "bdc3ada3f234e28dada73f50cd40359534f99208436e831fe035f6fc7c7b188e"
            },
            "downloads": -1,
            "filename": "atmst-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "604c3207c70909d018ce79eac5c2fbda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18577,
            "upload_time": "2024-12-21T11:37:20",
            "upload_time_iso_8601": "2024-12-21T11:37:20.150503Z",
            "url": "https://files.pythonhosted.org/packages/47/7a/2cca04368b664d372473504615e37150466ecc796dff018504d8daf5de6d/atmst-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-21 11:37:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DavidBuchanan314",
    "github_project": "atmst",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "atmst"
}
        
Elapsed time: 0.39394s