pydid


Namepydid JSON
Version 0.4.3 PyPI version JSON
download
home_pagehttps://github.com/Indicio-tech/pydid
SummaryPython library for validating, constructing, and representing DIDs and DID Documents
upload_time2024-01-05 18:08:20
maintainer
docs_urlNone
authorDaniel Bluhm
requires_python>=3.8.0,<4.0.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": "",
    "docs_url": null,
    "requires_python": ">=3.8.0,<4.0.0",
    "maintainer_email": "",
    "keywords": "decentralized,identity,ssi,DID,DID Document",
    "author": "Daniel Bluhm",
    "author_email": "dbluhm@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/08/10/045632b1f55cb89ba2277e2705401510230801d7ffef0b6d24c8bfeb2aa9/pydid-0.4.3.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\n$ python -m venv env\n$ source env/bin/activate\n```\n\nInstall with pip:\n\n```sh\n$ pip 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\n$ python -m venv env\n$ source env/bin/activate\n$ pip install poetry\n$ poetry install\n```\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.4.3",
    "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": "dc0513c3b4a2a827f9b9293988d57f8090d24676fc7d7cbcbd4a929a4f4c3117",
                "md5": "639702cee47604a869f7ca9ccce944da",
                "sha256": "39a586b4f26c41277b93db2aaf0a2db298f48ccc413bdfc71b7dd010045f31f4"
            },
            "downloads": -1,
            "filename": "pydid-0.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "639702cee47604a869f7ca9ccce944da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0,<4.0.0",
            "size": 20171,
            "upload_time": "2024-01-05T18:08:18",
            "upload_time_iso_8601": "2024-01-05T18:08:18.499625Z",
            "url": "https://files.pythonhosted.org/packages/dc/05/13c3b4a2a827f9b9293988d57f8090d24676fc7d7cbcbd4a929a4f4c3117/pydid-0.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0810045632b1f55cb89ba2277e2705401510230801d7ffef0b6d24c8bfeb2aa9",
                "md5": "2165b83fcdef644a51eaf482032ec7c5",
                "sha256": "1a48a6940bae8279083ebb7c5ab5fe0249e9ba3ea638de9cf8c127487b96b2ef"
            },
            "downloads": -1,
            "filename": "pydid-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2165b83fcdef644a51eaf482032ec7c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0,<4.0.0",
            "size": 16314,
            "upload_time": "2024-01-05T18:08:20",
            "upload_time_iso_8601": "2024-01-05T18:08:20.304902Z",
            "url": "https://files.pythonhosted.org/packages/08/10/045632b1f55cb89ba2277e2705401510230801d7ffef0b6d24c8bfeb2aa9/pydid-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-05 18:08:20",
    "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: 0.15906s