pydid


Namepydid JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/Indicio-tech/pydid
SummaryPython library for validating, constructing, and representing DIDs and DID Documents
upload_time2024-06-06 14:44:29
maintainerNone
docs_urlNone
authorDaniel Bluhm
requires_python<4.0.0,>=3.9.0
licenseApache 2.0
keywords decentralized identity ssi did did document
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyDID

[![pypi release](https://img.shields.io/pypi/v/pydid)](https://pypi.org/project/pydid/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Python library for validating, constructing, and representing DIDs and DID Documents.

## Installation

Using a virtual environment is generally recommended:

```sh
python -m venv env
source env/bin/activate
```

Install with pip:

```sh
pip install pydid
```

## Development

This project is managed with [Poetry](https://python-poetry.org/).

To begin making code changes, clone this repo and do the following to install
dependencies:

```sh
python -m venv env
source env/bin/activate
pip install poetry
poetry install
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Indicio-tech/pydid",
    "name": "pydid",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.9.0",
    "maintainer_email": null,
    "keywords": "decentralized, identity, ssi, DID, DID Document",
    "author": "Daniel Bluhm",
    "author_email": "dbluhm@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/94/47/e2224632e1edd4a552fb73fcc0f40bac6a046fe911c24470fbf908177c10/pydid-0.5.1.tar.gz",
    "platform": null,
    "description": "# PyDID\n\n[![pypi release](https://img.shields.io/pypi/v/pydid)](https://pypi.org/project/pydid/)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n\nPython library for validating, constructing, and representing DIDs and DID Documents.\n\n## Installation\n\nUsing a virtual environment is generally recommended:\n\n```sh\npython -m venv env\nsource env/bin/activate\n```\n\nInstall with pip:\n\n```sh\npip install pydid\n```\n\n## Development\n\nThis project is managed with [Poetry](https://python-poetry.org/).\n\nTo begin making code changes, clone this repo and do the following to install\ndependencies:\n\n```sh\npython -m venv env\nsource env/bin/activate\npip install poetry\npoetry install\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Python library for validating, constructing, and representing DIDs and DID Documents",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://github.com/Indicio-tech/pydid",
        "Repository": "https://github.com/Indicio-tech/pydid"
    },
    "split_keywords": [
        "decentralized",
        " identity",
        " ssi",
        " did",
        " did document"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29893259663a377384c0c7888b3a05044caa3fa723a7f18acfaeaeaaa194aae7",
                "md5": "1af8d0c3f29aad2e4baf8c38bd4f8b5c",
                "sha256": "be89df79b6267ec1814d49cdd240262c8bbddbfcee9e3aad97a97d521620d6c4"
            },
            "downloads": -1,
            "filename": "pydid-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1af8d0c3f29aad2e4baf8c38bd4f8b5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 20447,
            "upload_time": "2024-06-06T14:44:28",
            "upload_time_iso_8601": "2024-06-06T14:44:28.116201Z",
            "url": "https://files.pythonhosted.org/packages/29/89/3259663a377384c0c7888b3a05044caa3fa723a7f18acfaeaeaaa194aae7/pydid-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9447e2224632e1edd4a552fb73fcc0f40bac6a046fe911c24470fbf908177c10",
                "md5": "f6321a1afe565609c83cf43f96e58012",
                "sha256": "9489a5fbfbecc8dc864c461bb5a0c664895726ab3ca83daf389d91a10146d5e2"
            },
            "downloads": -1,
            "filename": "pydid-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f6321a1afe565609c83cf43f96e58012",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 16455,
            "upload_time": "2024-06-06T14:44:29",
            "upload_time_iso_8601": "2024-06-06T14:44:29.242481Z",
            "url": "https://files.pythonhosted.org/packages/94/47/e2224632e1edd4a552fb73fcc0f40bac6a046fe911c24470fbf908177c10/pydid-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-06 14:44:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Indicio-tech",
    "github_project": "pydid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pydid"
}
        
Elapsed time: 4.72111s