pepdocs

View on PyPIReverse Dependencies (0)

0.3.0 pepdocs-0.3.0-py3-none-any.whl

Wheel Details

Project: pepdocs
Version: 0.3.0
Filename: pepdocs-0.3.0-py3-none-any.whl
Download: [link]
Size: 6548
MD5: 6be63e7d73ea44226a91e3aece5b81d9
SHA256: c144b84c305a5685b81dff1d6aab01bcbb9271b081433ea984599d3555de8dec
Uploaded: 2022-03-18 13:49:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pepdocs
Version: 0.3.0
Summary: PepDocs, read PEPs in your console
Author: Geir Arne Hjelle
Author-Email: geirarne[at]gmail.com
Home-Page: https://github.com/gahjelle/pepdocs
Keywords: pep
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.8
Requires-Dist: pyconfs[toml]
Requires-Dist: requests
Requires-Dist: rst-to-myst
Requires-Dist: typer
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpversion; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: flit; extra == "dev"
Requires-Dist: interrogate; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: mkdocs; extra == "doc"
Requires-Dist: black; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: interrogate; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: tox; extra == "test"
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 1580 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.7.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pepdocs/__init__.py sha256=2gXsMDyoojKVvRMPk8JiSJYYXpBeggf5nHwVbAgRLN0 1335
pepdocs/__main__.py sha256=wczoDFPwx2kl7ISh4_ylFZkNvZFIrWp_Fzl953TUN-w 2149
pepdocs/_pepdocs.py sha256=VnBc0dN6DQOv2XrPFfGIbMaP0ibKntAVfUw9X08nnhE 2090
pepdocs/config/__init__.py sha256=CgZ-0BcfTSn_YW6m1bCWHqc01d7UbadgGLtgUQrUDaM 504
pepdocs/config/pepdocs.toml sha256=cawtfMub15BOxjvJRp_ZwxI92YWh--d2oVqdZLv5HFw 395
pepdocs-0.3.0.dist-info/entry_points.txt sha256=LCTicnKAEvUUHKZStgSAoYA9Pi36nDFvOE5Wi96pHIs 75
pepdocs-0.3.0.dist-info/LICENSE sha256=Txk_ZdLdWktfHneCUqDd_tp0d7xBjE-Z869U-3VERcA 1073
pepdocs-0.3.0.dist-info/WHEEL sha256=4TfKIB_xu-04bc2iKz6_zFt-gEFEEDU_31HGhqzOCE8 81
pepdocs-0.3.0.dist-info/METADATA sha256=y6aXML_W_0GE6qt-QHZHCXHvl6MssUBUkO3tgPWH3NQ 3291
pepdocs-0.3.0.dist-info/RECORD

entry_points.txt

pep = pepdocs.__main__:main
pepdocs = pepdocs.__main__:main