doc2ann

View on PyPIReverse Dependencies (0)

0.2.0 doc2ann-0.2.0-py2.py3-none-any.whl

Wheel Details

Project: doc2ann
Version: 0.2.0
Filename: doc2ann-0.2.0-py2.py3-none-any.whl
Download: [link]
Size: 7620
MD5: 8e7775863209a5ad140b67ce2c84f5ac
SHA256: cb59281aace787ef2df554c2247952e7f53a419119337f7038b93ee2bf704e9f
Uploaded: 2023-09-27 02:44:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: doc2ann
Version: 0.2.0
Summary: Tool to translate docstring types to annotations.
Author-Email: Ava Silver <ava[at]avasilver.dev>
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Requires-Dist: docstring-parser
Requires-Dist: refactor
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 263 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
doc2ann.py sha256=8zIS80y2RykTXxz2uhOIc1XN7Jkr-CppX8AIyA3EgIo 2424
fix_docstring.py sha256=cFgjBGeFDAzESzE3ijiWBpWFb7Nt9tcAZtW2FAQl5gI 4467
runner.py sha256=NRjdLH3jUY9blE0yPww88BudRkCqzazNCsNUCFiTeiQ 933
test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test/test_doc2ann.py sha256=Jv5ibNQrkpWT42FNFhqUM2PV88-KLzHWW8WeXtG3d4M 754
test/fixtures/functions_with_comments.py sha256=reTrCF9qDKzCXZJOlAEhpAkz90beZEfLGKvvGZxFgqM 272
test/fixtures/method_and_func.py sha256=lFCKKgb6f37av1y2Sd-hid7cVVF8-FXG3osByq8nt2I 529
test/fixtures/module_ann.py sha256=RqcFx-SmK-o6p8tv7hqxN-eEu_1iCBq8p2o74DGAXQk 118
doc2ann-0.2.0.dist-info/LICENSE sha256=ro1V48TtJvPOEiIMinr-XBhT3_rgTuEbNRGQir0q62Q 1076
doc2ann-0.2.0.dist-info/METADATA sha256=pe3VxvIpGTZCsrc2WzMThQsQ2VnQttBzXDElCr1X5wE 1163
doc2ann-0.2.0.dist-info/WHEEL sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g 110
doc2ann-0.2.0.dist-info/entry_points.txt sha256=7DoBLhc0Z70Lurv7Y8rc9fpAuyR-CvOXLCGijNdjhA4 41
doc2ann-0.2.0.dist-info/top_level.txt sha256=F5vFx-7-CJzghiW-sOAxV1kqGwrCCKWxKPAhvSApcRo 43
doc2ann-0.2.0.dist-info/RECORD

top_level.txt

__init__
doc2ann
fix_docstring
runner
test

entry_points.txt

doc2ann = doc2ann:main