simpleindex

View on PyPIReverse Dependencies (0)

0.6.3 simpleindex-0.6.3-py3-none-any.whl

Wheel Details

Project: simpleindex
Version: 0.6.3
Filename: simpleindex-0.6.3-py3-none-any.whl
Download: [link]
Size: 5941
MD5: 07e3dcfc87d1680920573cf58647c551
SHA256: 79e83970ead1f2eccab83ff87ea5c3326e2675442fafbd5cf97692c39abe01ce
Uploaded: 2024-03-27 05:35:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: simpleindex
Version: 0.6.3
Summary: PEP 503 Simple Repository index by declaring routing rules.
Author: Tzu-ping Chung
Author-Email: uranusjr[at]gmail.com
Home-Page: https://github.com/uranusjr/simpleindex
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Requires-Dist: packaging (>=20.9)
Requires-Dist: pydantic
Requires-Dist: starlette
Requires-Dist: toml
Requires-Dist: uvicorn
Requires-Dist: mousebender; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-httpx; extra == "test"
Provides-Extra: test
[No description]

WHEEL

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

RECORD

Path Digest Size
simpleindex/__init__.py sha256=LNEajW9X_IY5H-IWxlndw0E2pgym4jDZ4iRXw4x6xqM 268
simpleindex/__main__.py sha256=y3M-ZSUsvwq6MXgrSN_e0y7TtOnK6rZ0Qe5SP_gfa6Y 1708
simpleindex/configs.py sha256=x55zlRHbrJ4krjPygBysKsFbUbO6s8-dn5eymrIRsPE 2966
simpleindex/routes.py sha256=uDmbgJmol4uxQd5SjAWqaxNjycLBrkrtRo4quOJNZfU 3950
simpleindex-0.6.3.dist-info/entry_points.txt sha256=ImQ1bQXeQ4JrQMpEsuc67l00QSAV4j_CW5DIZGvQfSg 146
simpleindex-0.6.3.dist-info/LICENSE sha256=ZkcgZOM8IxHSqqzSbpfdoplLhqzMPAkEtH_PYmuUlfY 1081
simpleindex-0.6.3.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
simpleindex-0.6.3.dist-info/METADATA sha256=dYXahCxAb6tcza_jHdQcZxliRDrF41_ESQqQLcYp2cs 629
simpleindex-0.6.3.dist-info/RECORD

entry_points.txt

simpleindex = simpleindex.__main__:run
http = simpleindex.routes:HTTPRoute
path = simpleindex.routes:PathRoute