Name | doc2ann JSON |
Version |
0.2.0
JSON |
| download |
home_page | |
Summary | Tool to translate docstring types to annotations. |
upload_time | 2023-09-27 02:44:21 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# doc2ann
Inspired by [com2ann](https://github.com/ilevkivskyi/com2ann), I wanted to create a similar tool for converting docstring comments.
## Usage:
Install the dependencies:
```bash
$ pip install doc2ann
```
Running
```bash
$ doc2ann -a your_file.py
```
Raw data
{
"_id": null,
"home_page": "",
"name": "doc2ann",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Ava Silver <ava@avasilver.dev>",
"download_url": "https://files.pythonhosted.org/packages/e6/25/fa3f1414f24f237f0293341474100acc5d33e445274fa3a7ef2f64090052/doc2ann-0.2.0.tar.gz",
"platform": null,
"description": "# doc2ann\n\nInspired by [com2ann](https://github.com/ilevkivskyi/com2ann), I wanted to create a similar tool for converting docstring comments.\n\n\n## Usage:\n\nInstall the dependencies:\n```bash\n$ pip install doc2ann\n```\nRunning\n\n```bash\n$ doc2ann -a your_file.py\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Tool to translate docstring types to annotations.",
"version": "0.2.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "207a95206d6e28e02de1e3078de1f2ecc87f2ddace0f5e275d581e416740feb1",
"md5": "8e7775863209a5ad140b67ce2c84f5ac",
"sha256": "cb59281aace787ef2df554c2247952e7f53a419119337f7038b93ee2bf704e9f"
},
"downloads": -1,
"filename": "doc2ann-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "8e7775863209a5ad140b67ce2c84f5ac",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 7620,
"upload_time": "2023-09-27T02:44:20",
"upload_time_iso_8601": "2023-09-27T02:44:20.483118Z",
"url": "https://files.pythonhosted.org/packages/20/7a/95206d6e28e02de1e3078de1f2ecc87f2ddace0f5e275d581e416740feb1/doc2ann-0.2.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e625fa3f1414f24f237f0293341474100acc5d33e445274fa3a7ef2f64090052",
"md5": "e481dfeabd8d22a392868ebaa53bdfb4",
"sha256": "6eab9c0671f30e49dd248a2eee8ae87d523edd04939f250a1c5b633327667767"
},
"downloads": -1,
"filename": "doc2ann-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "e481dfeabd8d22a392868ebaa53bdfb4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5881,
"upload_time": "2023-09-27T02:44:21",
"upload_time_iso_8601": "2023-09-27T02:44:21.917637Z",
"url": "https://files.pythonhosted.org/packages/e6/25/fa3f1414f24f237f0293341474100acc5d33e445274fa3a7ef2f64090052/doc2ann-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-27 02:44:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "doc2ann"
}