progress-api

View on PyPIReverse Dependencies (2)

0.1.0a9 progress_api-0.1.0a9-py3-none-any.whl

Wheel Details

Project: progress-api
Version: 0.1.0a9
Filename: progress_api-0.1.0a9-py3-none-any.whl
Download: [link]
Size: 13397
MD5: fb5f1c03aff2e443db7a9cf91c489bab
SHA256: 3bdcf4e4bf176b6c02ed6ba4179edc341ae6172a48061c743e858ae52d873968
Uploaded: 2024-05-12 21:36:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: progress-api
Version: 0.1.0a9
Summary: Backend-agnostic API for reporting progress.
Author-Email: Michael Ekstrand <mdekstrand[at]drexel.edu>
Project-Url: Homepage, https://progress-api.lenksit.org
Project-Url: GitHub, https://github.com/lenskit/progress-api
License: Copyright (c) 2023 Drexel University and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: > The above copyright notice and this permission notice shall be included in > all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: setuptools (>=64); extra == "dev"
Requires-Dist: setuptools-scm (>=8); extra == "dev"
Requires-Dist: build (==1.*); extra == "dev"
Requires-Dist: ruff (>=0.2); extra == "dev"
Requires-Dist: pyright; extra == "dev"
Requires-Dist: copier (==9.*); extra == "dev"
Requires-Dist: unbeheader (~=1.3); extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: pyproject2conda; extra == "dev"
Requires-Dist: sphinx-autobuild; extra == "dev"
Requires-Dist: enlighten (==1.*); extra == "dev"
Requires-Dist: tqdm (==4.*); extra == "dev"
Requires-Dist: sphinx (>=4.2); extra == "doc"
Requires-Dist: sphinxext-opengraph (>=0.5); extra == "doc"
Requires-Dist: furo; extra == "doc"
Requires-Dist: enlighten; extra == "doc"
Requires-Dist: tqdm; extra == "doc"
Requires-Dist: pytest (>=7); extra == "test"
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 249 characters]

WHEEL

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

RECORD

Path Digest Size
progress_api/__init__.py sha256=trXnQJe1rkN0FZGbDYus8RsgFq9NVywVn2XGPun9vck 588
progress_api/api.py sha256=I2Rt1I1ryev1gzlasxtutgCoRUKYPLqsWL0TUBwWt5U 5257
progress_api/config.py sha256=z9zpa9NtKSpgt6l_LtO-n1hi9ZdBw_S6Xy0RKOJ_LNQ 2642
progress_api/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
progress_api/util.py sha256=0E5WLCGCEMHhuFW3rvZPHQxylf_gerTvfePxw3L_ytg 317
progress_api/backends/__init__.py sha256=XB-St_ef51VsR_DiPjZZBOw56FQn996DEI83iUiyZAc 2813
progress_api/backends/enlighten.py sha256=nMRnKYSZ_9QqJwCWvfXz1ud0p44l1c-CBFHd7kvcRfs 4863
progress_api/backends/mock.py sha256=Zgsz-ICM2d_MOog6lgx010uVXDK3V5uH4CMrwhh1SL8 1513
progress_api/backends/null.py sha256=fCnDeRZ3PsAEEz-8PHGdFISb2jikBk1FAEjv7XGevcY 977
progress_api/backends/tqdm.py sha256=tKIH8ppcw0ikpZD62h8r1p93aK7ngGUmFH7UAMPQqDo 2608
progress_api-0.1.0a9.dist-info/LICENSE.md sha256=2liSPKshREDcCSwMvPyU18o4zvV0ukznEJAxqZxa9cU 1082
progress_api-0.1.0a9.dist-info/METADATA sha256=od6iknBXBEiNm_PNgRcaHyC_q2wwE3pHIXLa0Mbdy34 3038
progress_api-0.1.0a9.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
progress_api-0.1.0a9.dist-info/entry_points.txt sha256=aXBwv0xKxAhsDlUWiwJwaNcgvVIkvBGVURJ2p1I2RdM 200
progress_api-0.1.0a9.dist-info/top_level.txt sha256=o6DcwjTpeQ-kbTQGBQFcly9dd3eoq5lRq4UiSaMIKG4 13
progress_api-0.1.0a9.dist-info/RECORD

top_level.txt

progress_api

entry_points.txt

enlighten = progress_api.backends.enlighten:EnlightenProgressBackend
null = progress_api.backends.null:NullProgressBackend
tqdm = progress_api.backends.tqdm:TQDMProgressBackend