jfscripts

View on PyPIReverse Dependencies (1)

1.1.0 jfscripts-1.1.0-py3-none-any.whl

Wheel Details

Project: jfscripts
Version: 1.1.0
Filename: jfscripts-1.1.0-py3-none-any.whl
Download: [link]
Size: 15659
MD5: 935abe179c52537d5cb4bf4ae0ec3c35
SHA256: b088bb638369a6ec7f752a07e9acb14ebb4b94093591fc370b1940f6dcad39e7
Uploaded: 2022-07-21 20:54:18 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jfscripts
Version: 1.1.0
Summary: A collection of my Python scripts. Maybe they are useful for someone else.
Author: Josef Friedrich
Author-Email: josef[at]friedrich.rocks
Home-Page: https://github.com/Josef-Friedrich/python-scripts
Project-Url: Repository, https://github.com/Josef-Friedrich/python-scripts
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8,<4.0
Requires-Dist: termcolor (<2.0.0,>=1.1.0)
Requires-Dist: typing-extensions (<5.0.0,>=4.3.0)
Description-Content-Type: text/x-rst
[Description omitted; length: 3593 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.1.0b2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
jfscripts/__init__.py sha256=TCMju8-bG5k6i0x1OGOShqWHiAqKDu35KYHP8maP_8Q 81
jfscripts/dns_ipv6_prefix.py sha256=5acri2e5ZTanaO2wLpTod0_kNt4r-ubEiDzcF_rEFIU 1339
jfscripts/extract_pdftext.py sha256=qYhU0AdEe7uvZlL3uOi167nr2trXblFA2FsI8lKUKlw 2946
jfscripts/find_dupes_by_size.py sha256=l3BP1KziQm19mqVi2rWdQpJgd3yFXlgT0uleMkE7odc 1637
jfscripts/image_into_pdf.py sha256=40DJxgyrulInyAtpX1-INIRXEH3IH_qs2siA7OHGXYY 10423
jfscripts/list_files.py sha256=RsQXKQbVmCDPX84HmO5OjbkWmVWhVDHL80LsOfNXL3Y 4778
jfscripts/mac_to_eui64.py sha256=hv0ITqVXlCNF942eyhs3Yg0CO2m37Kd4yQxt_afmnAI 1581
jfscripts/py.typed sha256=fTZxIEqDNB02iQ4gJI00cUs5AkemOkUF555psIWfiGA 94
jfscripts/utils.py sha256=a7wuo1U8skXHNEAXBJk23dWlYRWJSAPgqzd5Hgygwco 6397
jfscripts/work_in_progress/csv_to_yaml.py sha256=3AiAMRA2m0TmMq1igCqpq1aQI_8iTnRDKdIdyRZxRhE 811
jfscripts/work_in_progress/find_dupes_by_fuzzy.py sha256=dJhf904_qNZR0Q1u3uub4tJgtCR2slImNLjGPbQULbQ 538
jfscripts-1.1.0.dist-info/entry_points.txt sha256=TlDMkAlRkrrmrdpNLLs3uuc4aXTiPXSxkmu7khnwnEg 351
jfscripts-1.1.0.dist-info/LICENSE sha256=vssIk6nYg9klvRoIYvtXJ9MzE67i6MEXvHkg6yzkuTM 1072
jfscripts-1.1.0.dist-info/WHEEL sha256=FWzWAvOOsDP6aqtZj_z3pIhVEk8S9F03Xwafa0tLqIY 90
jfscripts-1.1.0.dist-info/METADATA sha256=lqAGkejiapT9bvVZ-QkFwb3tTP1jUpOkeo8N8g8m5tY 4481
jfscripts-1.1.0.dist-info/RECORD

entry_points.txt

dns-ipv6-prefix.py = jfscripts.dns_ipv6_prefix:main
extract-pdftext.py = jfscripts.extract_pdftext:main
find-dupes-by-size.py = jfscripts.find_dupes_by_size:main
image-into-pdf.py = jfscripts.image_into_pdf:main
list-files.py = jfscripts.list_files:main
mac-to-eui64.py = jfscripts.mac_to_eui64:main
pdf-compress.py = jfscripts.pdf_compress:main