atpbar

View on PyPIReverse Dependencies (9)

2.0.5 atpbar-2.0.5-py3-none-any.whl

Wheel Details

Project: atpbar
Version: 2.0.5
Filename: atpbar-2.0.5-py3-none-any.whl
Download: [link]
Size: 18958
MD5: c81486160787d51542a8d23247dc3459
SHA256: 20b6b0fe4d5a47afd12f4fba189b1d22969fa9c821d1666f3422589a56d4683a
Uploaded: 2024-10-19 17:26:57 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: atpbar
Version: 2.0.5
Summary: Progress bars for threading and multiprocessing tasks
Author-Email: Tai Sakuma <tai.sakuma[at]gmail.com>
Project-Url: Homepage, https://github.com/alphatwirl/atpbar
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: typing-extensions (>=4.12); python_version < "3.10"
Requires-Dist: mkdocs-material (>=9.5); extra == "doc"
Requires-Dist: pymdown-extensions (>=10.8); extra == "doc"
Requires-Dist: ipywidgets (>=8.1); extra == "jupyter"
Requires-Dist: hypothesis (>=6.102.6); extra == "tests"
Requires-Dist: pytest-console-scripts (>=1.4); extra == "tests"
Requires-Dist: pytest-cov (>=5.0); extra == "tests"
Requires-Dist: pytest (>=8.2); extra == "tests"
Provides-Extra: doc
Provides-Extra: jupyter
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1447 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
atpbar/__about__.py sha256=dVcGCZ5wUWMpOJgTrQrOvt6L6HdIhykCRMVFZFr-q20 22
atpbar/__init__.py sha256=vNk-yPxGG5bAKecsQRRuHOZ5vTJnAotd03W7qF6rOy8 275
atpbar/callback.py sha256=BrZ4mBBCVZlYMZFjB6O5JACvgBdzk2fhXO0yJRa196w 2524
atpbar/funcs.py sha256=DglB6clWQdudfCIgoWjobLZwl6bXKBojQLMlN_TOTxw 2099
atpbar/machine.py sha256=h3K1vkob0wQjU3AYh-JFDoqfeZ6ZRJxIt5q73gQlc3E 6359
atpbar/main.py sha256=cApjnuw78soRoMJbwQVH-BzsZUeNzsrOECn3qXkdjAw 3705
atpbar/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atpbar/presentation/__init__.py sha256=5c5bygV4WqaPuB2P1QTEdabF4UgeiC3ZO24mMfP-r8k 122
atpbar/presentation/barjupyter.py sha256=Y9o0BFaRGV2chbrnz7Kuw7uYAj8Texfg-_eAQuiSMZM 3767
atpbar/presentation/bartty.py sha256=R5JT1-TObsjkDuobujVryMC0-APBb2BpGl9WTYaSxtA 3507
atpbar/presentation/base.py sha256=775tLqqyqh8bFB7Wx_gUhK6jZSG2kdAWcZ31pTPR7P8 3193
atpbar/presentation/create.py sha256=0lovT3L3-KUFqfErz0PRlfr6oH7c8MX_cxV0uFaYxf8 757
atpbar/presentation/txtprint.py sha256=VPqHp8PMnKAZk_T9RKE38v9T3BTuB5_hJowjpoEN1NU 1638
atpbar/presentation/detect/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atpbar/presentation/detect/jupy.py sha256=qHuBDzkfzlEfTCbUAGL5Qu-LIfMtLC6iNE4k8H8gHys 741
atpbar/presentation/detect/spy.py sha256=oJfn1i65g0u_IcuuZkdozk4dD7Zk2Jy38lGoaQGCNCA 828
atpbar/progress_report/__init__.py sha256=2lI3aYbwibOzBxFAARo9RWariz_XV40XfQWpeb2uZ2w 173
atpbar/progress_report/pickup.py sha256=hhnTd8aOeJkjTj4iYy2DhYFbUuuVD7fF-K4sDsuCJR0 2478
atpbar/progress_report/report.py sha256=MBP6ZUN68cPE3cUshA10t5J0Yk_BTfQeh50boNb5jmc 597
atpbar/progress_report/reporter.py sha256=woxrEL0SMFHjvpd_MnA8P1M45ekqCtWkmLj1WvC1kD4 3730
atpbar/stream/__init__.py sha256=GyXG8ijQ9G4VOjUUXbRNMPxKLLa2uqTsqGhNgSYdf2Y 321
atpbar/stream/output.py sha256=hXEqE5F-L8AK0vD69utEj32IPwYN99a2MjJZC5RrRSo 930
atpbar/stream/pickup.py sha256=9Cy3BXKnxZoBDttAwebfLiXqwgW8XJt3b-aja5a1wp4 931
atpbar/stream/redirect.py sha256=VioFbvyWSFOin1vNSSc3RCdBO4Mka5M_ORTiUXgmfmM 1178
atpbar/stream/type.py sha256=75Wnx8fp_pNYuRw8nEpaVrqc4IkIJQ5_A0KkioDV0sw 289
atpbar-2.0.5.dist-info/METADATA sha256=BRa4s44u7wzIfHyUgHNtdu2vMZ60jmW8CNVOtH9fGAI 2750
atpbar-2.0.5.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
atpbar-2.0.5.dist-info/licenses/LICENSE sha256=Mb8XkZIZVKMDuzoJZQKxFgcrvNkF-KzKSNvd1KLphx8 1073
atpbar-2.0.5.dist-info/RECORD