| Name | autctapi JSON |
| Version |
0.0.4
JSON |
| download |
| home_page | None |
| Summary | Autct websocket API client in Python |
| upload_time | 2024-08-06 21:38:45 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
### autct-api
This allows a Python application to make RPC calls to an [autct](https://github.com/AdamISZ/aut-ct) server, without any dependencies or cryptographic library calls. Read there for me details on what autct is.
The RPC calls provided are:
* prove
* verify
* createkeys
## Install
```
pip install autctapi
```
Projected published [on PyPI](https://pypi.org/project/autctapi/). A very small library that only relies on [websockets](https://github.com/python-websockets/websockets).
## Examples
To try it out, you need to run the [autct rust binary](https://github.com/AdamISZ/aut-ct/releases) **as a server**. The syntax for that is shown in the Worked Example section of that repo's readme. Then, run here:
```
python src/example.py
```
... although obviously the purpose here is for a Python developer to actually *read* that file, and look at the way that RPC calls are done. Individual scenarios will require different config settings, that can easily be modified as shown in that file.
Raw data
{
"_id": null,
"home_page": null,
"name": "autctapi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "AdamISZ <no@example.com>",
"download_url": "https://files.pythonhosted.org/packages/d4/27/06e2f71a31b74fa221a5a2b8f26ee7541919a8577745bbc52be939b20262/autctapi-0.0.4.tar.gz",
"platform": null,
"description": "### autct-api\n\nThis allows a Python application to make RPC calls to an [autct](https://github.com/AdamISZ/aut-ct) server, without any dependencies or cryptographic library calls. Read there for me details on what autct is.\n\nThe RPC calls provided are:\n\n* prove\n\n* verify\n\n* createkeys\n\n## Install\n\n```\npip install autctapi\n```\n\nProjected published [on PyPI](https://pypi.org/project/autctapi/). A very small library that only relies on [websockets](https://github.com/python-websockets/websockets).\n\n## Examples\n\nTo try it out, you need to run the [autct rust binary](https://github.com/AdamISZ/aut-ct/releases) **as a server**. The syntax for that is shown in the Worked Example section of that repo's readme. Then, run here:\n\n```\npython src/example.py\n```\n\n... although obviously the purpose here is for a Python developer to actually *read* that file, and look at the way that RPC calls are done. Individual scenarios will require different config settings, that can easily be modified as shown in that file.\n\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Autct websocket API client in Python",
"version": "0.0.4",
"project_urls": {
"repository": "https://github.com/AdamISZ/autct-api.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d778062e589a32ce0cbb99ebb05b881b42d0324065c2fd998a314f14a72a9f8b",
"md5": "72cf040f3db99bfd7c14c57f24f78c41",
"sha256": "a658bc6977be384dfc80b116badcecc248f8cfd082c7054a4feb757981cefd4b"
},
"downloads": -1,
"filename": "autctapi-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "72cf040f3db99bfd7c14c57f24f78c41",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4460,
"upload_time": "2024-08-06T21:38:44",
"upload_time_iso_8601": "2024-08-06T21:38:44.376140Z",
"url": "https://files.pythonhosted.org/packages/d7/78/062e589a32ce0cbb99ebb05b881b42d0324065c2fd998a314f14a72a9f8b/autctapi-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d42706e2f71a31b74fa221a5a2b8f26ee7541919a8577745bbc52be939b20262",
"md5": "b94e5fc2d5d639af93ba599374fa59e0",
"sha256": "5d0a5380a0664ec5d6eeffa50294fdc97802e4843bbf26cdacbcaa07ade456a3"
},
"downloads": -1,
"filename": "autctapi-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "b94e5fc2d5d639af93ba599374fa59e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4362,
"upload_time": "2024-08-06T21:38:45",
"upload_time_iso_8601": "2024-08-06T21:38:45.943196Z",
"url": "https://files.pythonhosted.org/packages/d4/27/06e2f71a31b74fa221a5a2b8f26ee7541919a8577745bbc52be939b20262/autctapi-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-06 21:38:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AdamISZ",
"github_project": "autct-api",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "autctapi"
}