# python-opentimestamps
Python3 library for creating and verifying OpenTimestamps proofs.
## Installation
From the PyPi repository:
pip3 install opentimestamps
## Structure
Similar to the author's `python-bitcoinlib`, the codebase is split between the
consensus-critical `opentimestamps.core.*` modules, and the
non-consensus-critical `opentimestamps.*` modules. The distinction between the
two is whether or not changes to that code are likely to lead to permanent
incompatibilities between versions that could lead to timestamp validation
returning inconsistent results between versions.
## Unit tests
python3 -m unittest discover -v
Additionally Travis is supported.
## SSL Root Certificates
On some MacOS setups SSL certificates may be missing. The following commands
could be of use to resolve this error (the below example assumes a user is
running Python "3.7", and is using Certifi package):
```
cd /Applications/Python\ 3.7
Install\ Certificates.command
```
Raw data
{
"_id": null,
"home_page": "https://github.com/opentimestamps/python-opentimestamps",
"name": "opentimestamps",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "cryptography timestamping bitcoin",
"author": "Peter Todd",
"author_email": "pete@petertodd.org",
"download_url": "https://files.pythonhosted.org/packages/fb/2a/5f19420091d137e5a4c49cbe3de1964a3741d3264bad5e0a528e54aaef15/opentimestamps-0.4.5.tar.gz",
"platform": null,
"description": "# python-opentimestamps\n\nPython3 library for creating and verifying OpenTimestamps proofs.\n\n## Installation\n\nFrom the PyPi repository:\n\n pip3 install opentimestamps\n\n## Structure\n\nSimilar to the author's `python-bitcoinlib`, the codebase is split between the\nconsensus-critical `opentimestamps.core.*` modules, and the\nnon-consensus-critical `opentimestamps.*` modules. The distinction between the\ntwo is whether or not changes to that code are likely to lead to permanent\nincompatibilities between versions that could lead to timestamp validation\nreturning inconsistent results between versions.\n\n## Unit tests\n\n python3 -m unittest discover -v\n\nAdditionally Travis is supported.\n\n## SSL Root Certificates\n\nOn some MacOS setups SSL certificates may be missing. The following commands\ncould be of use to resolve this error (the below example assumes a user is\nrunning Python \"3.7\", and is using Certifi package):\n\n```\ncd /Applications/Python\\ 3.7\nInstall\\ Certificates.command\n```\n\n\n\n",
"bugtrack_url": null,
"license": "LGPL3",
"summary": "Create and verify OpenTimestamps proofs",
"version": "0.4.5",
"split_keywords": [
"cryptography",
"timestamping",
"bitcoin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "58ff59b7c642695afabf3ce92e311bff7a3bdcf8b9e420d0749f756763988db0",
"md5": "5955301cfe895c39ea205b0f21f630f2",
"sha256": "a4912b3bd1b612a3ef5fac925b9137889e6c5cb91cc9e76c8202a2bf8abe26b5"
},
"downloads": -1,
"filename": "opentimestamps-0.4.5-py3-none-any.whl",
"has_sig": true,
"md5_digest": "5955301cfe895c39ea205b0f21f630f2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 50285,
"upload_time": "2023-01-25T14:53:54",
"upload_time_iso_8601": "2023-01-25T14:53:54.478887Z",
"url": "https://files.pythonhosted.org/packages/58/ff/59b7c642695afabf3ce92e311bff7a3bdcf8b9e420d0749f756763988db0/opentimestamps-0.4.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fb2a5f19420091d137e5a4c49cbe3de1964a3741d3264bad5e0a528e54aaef15",
"md5": "ee26b8bd6fe84ed6f5905d9bd01acb5d",
"sha256": "56726ccde97fb67f336a7f237ce36808e5593c3089d68d900b1c83d0ebf9dcfa"
},
"downloads": -1,
"filename": "opentimestamps-0.4.5.tar.gz",
"has_sig": true,
"md5_digest": "ee26b8bd6fe84ed6f5905d9bd01acb5d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35554,
"upload_time": "2023-01-25T14:53:56",
"upload_time_iso_8601": "2023-01-25T14:53:56.035460Z",
"url": "https://files.pythonhosted.org/packages/fb/2a/5f19420091d137e5a4c49cbe3de1964a3741d3264bad5e0a528e54aaef15/opentimestamps-0.4.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-25 14:53:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "opentimestamps",
"github_project": "python-opentimestamps",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "python-bitcoinlib",
"specs": [
[
"<",
"0.13.0"
],
[
">=",
"0.9.0"
]
]
},
{
"name": "GitPython",
"specs": [
[
">=",
"2.0.8"
]
]
},
{
"name": "pycryptodomex",
"specs": [
[
">=",
"3.3.1"
]
]
}
],
"lcname": "opentimestamps"
}