atmst


Nameatmst JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryA Python library for wrangling atproto-flavoured Merkle Search Trees
upload_time2024-10-21 00:33:04
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
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!)

```
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.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "David Buchanan <d@vidbuchanan.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/72/c3/373b6b3d7c4a89f81d08d7ac526b15c5456292e38326863d80dcf59ae7da/atmst-0.0.2.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```\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.2",
    "project_urls": {
        "Homepage": "https://github.com/DavidBuchanan314/atmst",
        "Issues": "https://github.com/DavidBuchanan314/atmst/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d6e97c978e8e7bfdc00cf9476d8c70b4836640827fd0399a473f70625974b1f",
                "md5": "24e0e5d2b324fb5dd76a018cdc324a5f",
                "sha256": "216c15dd1d275bee63cd371e3b794cd38699ddffb47d520e3259b366ce8f8117"
            },
            "downloads": -1,
            "filename": "atmst-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24e0e5d2b324fb5dd76a018cdc324a5f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 18189,
            "upload_time": "2024-10-21T00:33:03",
            "upload_time_iso_8601": "2024-10-21T00:33:03.258813Z",
            "url": "https://files.pythonhosted.org/packages/2d/6e/97c978e8e7bfdc00cf9476d8c70b4836640827fd0399a473f70625974b1f/atmst-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72c3373b6b3d7c4a89f81d08d7ac526b15c5456292e38326863d80dcf59ae7da",
                "md5": "d5d8af41ff0a002d571f2c5fbb08fdb9",
                "sha256": "8d8fac1ebd6973cc86cb1a5c489d4d6762cf385d0a7ce9ac5c90593809ee521c"
            },
            "downloads": -1,
            "filename": "atmst-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d5d8af41ff0a002d571f2c5fbb08fdb9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 17098,
            "upload_time": "2024-10-21T00:33:04",
            "upload_time_iso_8601": "2024-10-21T00:33:04.709493Z",
            "url": "https://files.pythonhosted.org/packages/72/c3/373b6b3d7c4a89f81d08d7ac526b15c5456292e38326863d80dcf59ae7da/atmst-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 00:33:04",
    "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.38334s