progress-api

View on PyPIReverse Dependencies (2)

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

Wheel Details

Project: progress-api
Version: 0.1.0a6
Filename: progress_api-0.1.0a6-py3-none-any.whl
Download: [link]
Size: 13022
MD5: 4f570044f1c1b2b3e72c29c73f68fae0
SHA256: 8a0a9e9e80d7d1a70f9e096af735433f8096c4e26ff888499abee5b7f17502d6
Uploaded: 2024-04-26 20:56:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: progress-api
Version: 0.1.0a6
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=5gSF6s4rDqe9j1JrMaCp8NtXP9vBi9VLMtUKW86jxcc 556
progress_api/api.py sha256=E6BcfRNg1nNRfmRKKSCTe4esA8d0yLX6r1PsEsaCbA8 4908
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=n8kDtnd2vxwynLIrh-MBTJAEHDgnMf2zVbw4zhnrGYc 2259
progress_api/backends/enlighten.py sha256=kmpz0PxlMa_X45bXV_upymzcYkjl6G9u7lyoNyYumGA 4521
progress_api/backends/mock.py sha256=l4O1BVwH_NDf9kNFMs1zAM8HgnoD7FKHurFUnnQZapI 1487
progress_api/backends/null.py sha256=34E2cOacs-jIxYSF2ZZ5N1VmTLx0aP8etjoAhfMElE0 1054
progress_api/backends/tqdm.py sha256=tKIH8ppcw0ikpZD62h8r1p93aK7ngGUmFH7UAMPQqDo 2608
progress_api-0.1.0a6.dist-info/LICENSE.md sha256=2liSPKshREDcCSwMvPyU18o4zvV0ukznEJAxqZxa9cU 1082
progress_api-0.1.0a6.dist-info/METADATA sha256=GcomuFjAbDwSLfsgmzv_gYSv3GcFDokAPNJHpCBLuiY 3038
progress_api-0.1.0a6.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
progress_api-0.1.0a6.dist-info/entry_points.txt sha256=aXBwv0xKxAhsDlUWiwJwaNcgvVIkvBGVURJ2p1I2RdM 200
progress_api-0.1.0a6.dist-info/top_level.txt sha256=o6DcwjTpeQ-kbTQGBQFcly9dd3eoq5lRq4UiSaMIKG4 13
progress_api-0.1.0a6.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