docstrfmt

View on PyPIReverse Dependencies (3)

1.9.0 docstrfmt-1.9.0-py3-none-any.whl

Wheel Details

Project: docstrfmt
Version: 1.9.0
Filename: docstrfmt-1.9.0-py3-none-any.whl
Download: [link]
Size: 29937
MD5: 692f2d378064397c244007c107f2f2ea
SHA256: 27ce689f33b2e8f6d8515214ca1d2b33968f2a212a0a7da73c902bf42017ffc0
Uploaded: 2024-08-26 21:42:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: docstrfmt
Version: 1.9.0
Summary: A formatter for Sphinx flavored reStructuredText.
Author: Joel Payne
Author-Email: lilspazjoekp[at]gmail.com
Home-Page: https://github.com/LilSpazJoekp/docstrfmt
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Utilities
Requires-Python: ~=3.8
Requires-Dist: black (==24.*)
Requires-Dist: click (==8.*)
Requires-Dist: docutils (==0.20.*)
Requires-Dist: libcst (==1.*)
Requires-Dist: platformdirs (==4.*)
Requires-Dist: sphinx (<9,>=7)
Requires-Dist: tabulate (==0.9.*)
Requires-Dist: toml (==0.10.*)
Requires-Dist: coveralls; extra == "ci"
Requires-Dist: aiohttp (==3.*); extra == "d"
Requires-Dist: packaging; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-aiohttp; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: flynt; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "lint"
Requires-Dist: flynt; extra == "lint"
Requires-Dist: isort; extra == "lint"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-aiohttp; extra == "test"
Provides-Extra: ci
Provides-Extra: d
Provides-Extra: dev
Provides-Extra: lint
Provides-Extra: test
License-File: LICENSE.txt
License-File: AUTHORS.rst
[Description omitted; length: 7057 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (73.0.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
docstrfmt/__init__.py sha256=idd3_8oR2jGbdXX23JgC_CveDmIMN9QUOK5hMCZ31c4 108
docstrfmt/__main__.py sha256=_J3u-lr_YuqPlLeG85_dC8S9kOQyH7iB8fQLW7weG-k 80
docstrfmt/const.py sha256=WoS457LJkmyC1aIbBGjnnsgDE0pl86LZRCZ16YAX2_A 41
docstrfmt/debug.py sha256=U-rhsCZUQdSJl1PUvJwzHupzoCUbXA45LPxsmr3EEgc 639
docstrfmt/docstrfmt.py sha256=HQM57O7vSmpUrQg6jgAjoGh3oEGnMl2RA-5RCc0S1xc 50920
docstrfmt/exceptions.py sha256=PfcFkF6r3pONlaD-Vih9BXuY5XSsiopHUZhTGPwwAzY 777
docstrfmt/main.py sha256=bVa1NQN5j80rFSyMnjsyH-BBeS9LZvI8ziXRWBcu7SA 25922
docstrfmt/rst_extras.py sha256=UfuFi4-LxwzwcSvNnjtKE8YTNhBnc7qoRnzSVcNzjXg 5725
docstrfmt/server.py sha256=CGaOkm6Jlf-8vvORTg0ATizkhI0gc_K4J7fMashks9A 1715
docstrfmt/util.py sha256=KjzQY_R6pNpEK0-RMNppPtPkL2eDyJzJnbXDKvDfw-g 5040
docstrfmt-1.9.0.dist-info/AUTHORS.rst sha256=-dF5PACQATGZcJ7YtEg8v2x28aox2UQavyc2TknV1CA 206
docstrfmt-1.9.0.dist-info/LICENSE.txt sha256=zXEGtb51QipFP30o1W3nbL5_2opLVwRRqwciGKP6o-Y 1075
docstrfmt-1.9.0.dist-info/METADATA sha256=bPFeIuVEGZQw7g6e9agtXHtyq4T7p76qeYvk9LoBwpY 8947
docstrfmt-1.9.0.dist-info/WHEEL sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ 91
docstrfmt-1.9.0.dist-info/entry_points.txt sha256=9O6JBeWR3n5LyYJiX-RR4cX90qiXehj43rM8_LKJNF8 89
docstrfmt-1.9.0.dist-info/top_level.txt sha256=qXWzRhRGNb_Zwsev1mM7wOGXk2sA3zl4Bnr1-_2isQ4 10
docstrfmt-1.9.0.dist-info/RECORD

top_level.txt

docstrfmt

entry_points.txt

docstrfmt = docstrfmt.main:main
docstrfmtd = docstrfmt.server:main [d]