Name | vaultinum-ts JSON |
Version |
0.0.2
JSON |
| download |
home_page | |
Summary | Client for Vaultinum's timestamping service. |
upload_time | 2024-01-12 17:21:42 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | MIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
rfc3161
timestamping
vaultinum
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Vaultinum Timestamping Python SDK
This module is a simple client for the Vaultinum's Timestamping service.
## Installation
This package is available on PyPI :
```bash
python -m pip install vaultinum-ts
```
## Usage
```bash
python -m vaultinum_ts --help
python -m vaultinum_ts -filename data.txt -environment sandbox -apikey YOUR_SANDBOX_APIKEY
python -m vaultinum_ts -sha512 YOUR_SHA512_HASH -environment sandbox -apikey YOUR_SANDBOX_APIKEY
```
```python
>>> from vaultinum_ts import timestamp
>>> timestamp("data.txt", "sandbox", "YOUR_SANDBOX_APIKEY")
>>> timestamp_from_hash("YOUR_SHA512_HASH", "sandbox", "YOUR_SANDBOX_APIKEY")
```
Raw data
{
"_id": null,
"home_page": "",
"name": "vaultinum-ts",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "RFC3161,timestamping,vaultinum",
"author": "",
"author_email": "Vaultinum <contact@vaultinum.com>",
"download_url": "https://files.pythonhosted.org/packages/66/bd/e9ffffa2230ee8692eaadb0dbd88b4ad94c8c130b8723afe77419983838f/vaultinum_ts-0.0.2.tar.gz",
"platform": null,
"description": "# Vaultinum Timestamping Python SDK\n\nThis module is a simple client for the Vaultinum's Timestamping service.\n\n## Installation\n\nThis package is available on PyPI :\n\n```bash\npython -m pip install vaultinum-ts\n```\n\n## Usage\n\n```bash\npython -m vaultinum_ts --help\npython -m vaultinum_ts -filename data.txt -environment sandbox -apikey YOUR_SANDBOX_APIKEY\npython -m vaultinum_ts -sha512 YOUR_SHA512_HASH -environment sandbox -apikey YOUR_SANDBOX_APIKEY\n```\n\n```python\n>>> from vaultinum_ts import timestamp\n>>> timestamp(\"data.txt\", \"sandbox\", \"YOUR_SANDBOX_APIKEY\")\n>>> timestamp_from_hash(\"YOUR_SHA512_HASH\", \"sandbox\", \"YOUR_SANDBOX_APIKEY\")\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Client for Vaultinum's timestamping service.",
"version": "0.0.2",
"project_urls": {
"Documentation": "https://docs.vaultinum.com",
"Homepage": "https://github.com/vaultinum/vaultinum-timestamping-sdk",
"Issues": "https://github.com/vaultinum/vaultinum-timestamping-sdk/issues"
},
"split_keywords": [
"rfc3161",
"timestamping",
"vaultinum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cec4cc2a0d0aa0705ce69579797d781bbdda5910d8b122f0fed0bfdfad8da6d1",
"md5": "779003415791522983c96da98895d39b",
"sha256": "ad5ab969f8f32bea057ada5b4da80d92d94f250bcaadc61496b460345c8b5556"
},
"downloads": -1,
"filename": "vaultinum_ts-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "779003415791522983c96da98895d39b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5108,
"upload_time": "2024-01-12T17:21:40",
"upload_time_iso_8601": "2024-01-12T17:21:40.659272Z",
"url": "https://files.pythonhosted.org/packages/ce/c4/cc2a0d0aa0705ce69579797d781bbdda5910d8b122f0fed0bfdfad8da6d1/vaultinum_ts-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "66bde9ffffa2230ee8692eaadb0dbd88b4ad94c8c130b8723afe77419983838f",
"md5": "8ca56e6e3638122f891ddc043dbd9c11",
"sha256": "0ef360f2175ece82019fa06fc223abb101cd378479761c4683154d369c095ae2"
},
"downloads": -1,
"filename": "vaultinum_ts-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "8ca56e6e3638122f891ddc043dbd9c11",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5503,
"upload_time": "2024-01-12T17:21:42",
"upload_time_iso_8601": "2024-01-12T17:21:42.171227Z",
"url": "https://files.pythonhosted.org/packages/66/bd/e9ffffa2230ee8692eaadb0dbd88b4ad94c8c130b8723afe77419983838f/vaultinum_ts-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-12 17:21:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "vaultinum",
"github_project": "vaultinum-timestamping-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "vaultinum-ts"
}