pybites-tools

View on PyPIReverse Dependencies (0)

0.2 pybites_tools-0.2-py3-none-any.whl

Wheel Details

Project: pybites-tools
Version: 0.2
Filename: pybites_tools-0.2-py3-none-any.whl
Download: [link]
Size: 8967
MD5: 9cbdb857a69e04e9144e259891f8a71e
SHA256: 9b69d1686ad122b2f727152ea207a182f3033bc54a00675a58fb27aa8f66c944
Uploaded: 2023-01-18 14:18:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pybites-tools
Version: 0.2
Summary: Common tools we use as PyBites
Author-Email: PyBites <support[at]pybit.es>
Project-Url: Source, https://github.com/PyBites-Open-Source/pybites-tools
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Requires-Dist: requests (>=2.26.0)
Requires-Dist: python-dotenv (>=0.19.0)
Requires-Dist: boto3 (>=1.18.36)
Requires-Dist: pyperclip (>=1.8.2)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 5362 characters]

WHEEL

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

RECORD

Path Digest Size
pybites_tools/__init__.py sha256=BUH7fMzk5GkD9Zb-EpYXWlUnBa_Ml0Xfhztey9oqa8M 58
pybites_tools/aws.py sha256=Q6kly5giRbJ1EdXU7BJ0PWmir7FphLFX9AJp_ZJvqto 1201
pybites_tools/license.py sha256=p2IM1ARlr4Gi-rbYk4tp_wcqZMl-pkToEAs8Rfp324I 504
pybites_tools/meaning.py sha256=HOB0dyRJEVFKLzz4zMO9uQX49mDPTu6WUFpq9xaQ2to 1456
pybites_tools/sendemail.py sha256=t_HURR_UUKtcvKsyJB5TjJusk-z2aTLRK7AGmchn4yQ 1458
pybites_tools/worldclock.py sha256=hqbNio4Xq_Fg2dNjr02DURr5-hasN1weluaz-hIj1oI 2614
pybites_tools/zen.py sha256=FJqFKJqn1nf5zZgHEYv2nUzZ8LAD4POUy_rUoMGiqTg 396
pybites_tools-0.2.dist-info/entry_points.txt sha256=KmOIonNOFsK6CeJXBu39ElvN2VDyLvjJ8N20k-kn7X0 144
pybites_tools-0.2.dist-info/LICENSE sha256=VNUhKIEsX76-GU5r1THF0peix_IqOV7p9Gwx4ddlrL0 1065
pybites_tools-0.2.dist-info/WHEEL sha256=rSgq_JpHF9fHR1lx53qwg_1-2LypZE_qmcuXbVUq948 81
pybites_tools-0.2.dist-info/METADATA sha256=cmSyRRvwVEyND_mSoFu1sjKuDedEf6qLDkI0kVvv5cA 6088
pybites_tools-0.2.dist-info/RECORD

entry_points.txt

email = pybites_tools.email:main
s3 = pybites_tools.aws:main
worldclock = pybites_tools.worldclock:main
zen = pybites_tools.zen:main