simple-repository

View on PyPIReverse Dependencies (2)

0.5.0 simple_repository-0.5.0-py3-none-any.whl

Wheel Details

Project: simple-repository
Version: 0.5.0
Filename: simple_repository-0.5.0-py3-none-any.whl
Download: [link]
Size: 67993
MD5: 2fbbf5fc2e9116f182055abd3577eee5
SHA256: 6495bd4067b813b6da3b8d265e2071c032eb5ab4e3881c0048b6a8aa850683ad
Uploaded: 2023-11-06 04:58:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: simple-repository
Version: 0.5.0
Summary: The core simple repository (PEP-503) interface, including powerful component implementations suitable for use in repository clients and servers
Author: CERN, BE-CSS-SET
Home-Page: https://github.com/simple-repository/simple-repository
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: FastAPI
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: ~=3.11
Requires-Dist: httpx
Requires-Dist: aiosqlite
Requires-Dist: packaging
Requires-Dist: httpx; extra == "all"
Requires-Dist: aiosqlite; extra == "all"
Requires-Dist: packaging; extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: pytest-asyncio; extra == "all"
Requires-Dist: pytest-httpx; extra == "all"
Requires-Dist: pre-commit; extra == "all"
Requires-Dist: types-setuptools; extra == "all"
Requires-Dist: httpx; extra == "core"
Requires-Dist: aiosqlite; extra == "core"
Requires-Dist: packaging; extra == "core"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: pytest-httpx; extra == "dev"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-httpx; extra == "test"
Provides-Extra: all
Provides-Extra: core
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_HEADER
[Description omitted; length: 4042 characters]

WHEEL

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

RECORD

Path Digest Size
simple_repository/__init__.py sha256=u4CSOuBjsFrRVrKGAUrbReFM7b0KcSOlEj28OkGzPfE 651
simple_repository/_version.py sha256=aeBju2l8GTMwAhIRG_c2Q_oVPFacRkZZwGtxmvFCGPQ 411
simple_repository/content_negotiation.py sha256=pJLOaDYsOx03xg_DoTQoiRzCx6D3_hl8-AUrT0-XxmY 1411
simple_repository/errors.py sha256=88VBgFccwksBxKh7cN0uVFsrYlSexF2dop8jUuK8AhU 1476
simple_repository/html_parser.py sha256=h6mqaDyebe4mr436vhZ7pIULyKuYND9ZqoooBSegHFE 2609
simple_repository/model.py sha256=3f64GdPA3s0Jd2FTHESamwm5aP4FnUWj6vDVLgVq5fI 7755
simple_repository/packaging.py sha256=x9k_DfKppJbL4BsB47D4Q1p39ef1_nR9twbUxT7TZUE 2386
simple_repository/parser.py sha256=UJYqYCzChDhK5eIUX6E2UxfeL8-jjhq0v4azz5UWQNA 8334
simple_repository/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
simple_repository/serializer.py sha256=XrapqhXlFxcL8xYW6FPn-J3C4IoWTSk1JGr8TRm9Gqc 8167
simple_repository/ttl_cache.py sha256=eeVPcq2DTD7BI-Q9-A10sS5TpVDJnlAZwfs-FOVPpCQ 3725
simple_repository/utils.py sha256=8pvYpfUPUrINcltz0Fqb6uuk5Hdp9Tsjgo5rlC1qAv0 1611
simple_repository/components/__init__.py sha256=4XZXrWR6zTdCPvPZ7ZibpD6j_BIBLGTP7RxLseXL5OA 327
simple_repository/components/allow_listed.py sha256=cV_8EJv233_8mNSGZCrYP8tIQtUqqaW9DVdres-oSC4 3183
simple_repository/components/core.py sha256=Uf3jO3Xi0ue8Grd1otEDXDzTcvqdQ0I2qIhpsgmVz7k 3907
simple_repository/components/http.py sha256=eEmPx8zWRgtbPFmyrjFYNnaYs6k_eChvo3G5ijN7B5Q 5199
simple_repository/components/http_cached.py sha256=1GaMshfxJPi9Vkb8PBGOfvhBKn3sLdHtbLxETlYKqtM 3455
simple_repository/components/local.py sha256=tSkchgtHcXW1mM3DMDFhBGghVWXoUaZqr689bok0z7I 3464
simple_repository/components/merged.py sha256=Y8BulYoQShBoGKo2XmrdMXxOxjsxlWDn6cSI9lP4Un0 3036
simple_repository/components/metadata_injector.py sha256=IXFN7Fa_-ZuP5PIa93T3R59xLq-ZUTObijIH73un5Ec 7002
simple_repository/components/priority_selected.py sha256=JUHeYvL0adtq0xzhXNJnw5ikLB6UVK8bMyL0YUv8yZs 4176
simple_repository/components/resource_cache.py sha256=Ggw50cIyNAs4-vO5cJlCu9FedQzHR5axHStVN7hteJk 3878
simple_repository/components/resource_url_cache.py sha256=zxtqzZdnxmrSLjOAmIQxLCqHgzeOtImIg6IT1yDLR0c 2054
simple_repository/components/yanking.py sha256=QNL9cy83szt2cOpsIK_cEgt80fU4afPgULlrQpBmoKQ 6735
simple_repository/tests/__init__.py sha256=4XZXrWR6zTdCPvPZ7ZibpD6j_BIBLGTP7RxLseXL5OA 327
simple_repository/tests/test_cache.py sha256=YxqKYqTFIonq0WEEHiZHWfHID5a9UeSXx__f2dOkg7I 2821
simple_repository/tests/test_content_negotiation.py sha256=9iSmhle2izzaxk9HIbNHPnW989aJeiOa5eoZgtQKb3Y 1490
simple_repository/tests/test_html_parser.py sha256=nrzGf6VH8gSrjm2d1XX106KFE_7ZF7ccrWUmmO-W3a0 2008
simple_repository/tests/test_model.py sha256=Vat1aGCJ1ODp12QALXz5v0WpUsmXOCT5SChWOLtTm8s 2112
simple_repository/tests/test_packaging.py sha256=bm9ZBZjhT98iqnS4gwclnwHzWd-cDbppZAafs2Ax4D0 2012
simple_repository/tests/test_parser.py sha256=3aEPRqTEx3M5iNh4O2gxVJQ-nwFZi4ELxU2yEFFb12g 9866
simple_repository/tests/test_serializer.py sha256=zYaibj5cWwlHjwzlMgP3jxhS-RiApffdLmt5QHpQcls 8465
simple_repository/tests/test_simple_repository.py sha256=eATkf2VpVn7O8Q49Z_xFWEC1eyFNhoidBMDv5WOI5e0 435
simple_repository/tests/test_utils.py sha256=nh3dUQsTdrazu0zI7qxM0dleX-5pJaDOoXi3PiFIASU 2937
simple_repository/tests/components/__init__.py sha256=4XZXrWR6zTdCPvPZ7ZibpD6j_BIBLGTP7RxLseXL5OA 327
simple_repository/tests/components/fake_repository.py sha256=SIjzHH7gKKHIlixUqLuJFTf6jb5SZl7ojNzdYZglND4 1920
simple_repository/tests/components/test_allow_listed_repository.py sha256=aal-OyV4yNOhc1d8thVgvUwSVZHSpaX-O6Y25pCukhE 4694
simple_repository/tests/components/test_http_cached_repo.py sha256=qLdJufhOwE36QKxfReDP4pvThYs4zz1HR0xMXlDPRDY 5068
simple_repository/tests/components/test_http_repository.py sha256=YJeFD36hP1-Z4aE2BSSO0P8dPBzU1lplao_fDz2an90 8554
simple_repository/tests/components/test_local_repository.py sha256=UkFu9Bqbisw9MGbSns4Au_QO0K9vFNT79G3htw8f2Bs 4958
simple_repository/tests/components/test_merged_repo.py sha256=w7fVGju3Xypb23WaI5FWa6m6-I6H09E5dRo66pKrSfc 2178
simple_repository/tests/components/test_metadata_repository.py sha256=DTnPax97Bgeb9e3iaXKiZhaAo4wvwkAO-fB_pwQWkCk 8706
simple_repository/tests/components/test_metarepository.py sha256=AJbKPWV6VEiPSxJBuYhI6i7gZL8R2H4Go95rvUN62j8 2915
simple_repository/tests/components/test_priority_selected_repo.py sha256=LWyNXuWrGGsj-Z5l6EHEbCdHA3gXIZCKpE5om6uGHxw 5390
simple_repository/tests/components/test_repository_container.py sha256=uJNIMgFYB16D3qK4u2klLlvV0IYX7PTne8TMNfHNvJo 1809
simple_repository/tests/components/test_resource_cache.py sha256=TGoryaiBp9PQmuTP5FyiCcjpYbrrmtzxnHVI5v1FcMI 8886
simple_repository/tests/components/test_resource_url_cache.py sha256=PhTOP_XALbvLxArfMFjW4LKMqHs23DChICAfF5q5ogc 2192
simple_repository/tests/components/test_yank_providers.py sha256=aplxlXFYY01E7xnQ_TIV4OWujDl750HICTvk3UCWfnw 3580
simple_repository/tests/components/test_yank_repository.py sha256=sVVjQuD3IOcQ5wLc37t7xKr5KM8kadHLi8KKflewhyE 1673
simple_repository-0.5.0.dist-info/LICENSE sha256=bwt45lY8amy03Uvef6U1KrJJ6k5mU8bvI_1rF5ZHozI 1061
simple_repository-0.5.0.dist-info/LICENSE_HEADER sha256=eqSCskfaBXN80RqKV3FNAu2bVtsArzjW0virnphZHX4 315
simple_repository-0.5.0.dist-info/METADATA sha256=Fae-FzmH85ChKfHZvYu8aYaMjUjUxf3WNWyrXBNO2bk 5642
simple_repository-0.5.0.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
simple_repository-0.5.0.dist-info/top_level.txt sha256=R9_eYrj2nv9kUcUZkbTcwhvf9DpmwpYaZ6kGB8JeMwg 18
simple_repository-0.5.0.dist-info/RECORD

top_level.txt

simple_repository