tweetinstone

View on PyPIReverse Dependencies (0)

1.0.1 tweetinstone-1.0.1-py3-none-any.whl

Wheel Details

Project: tweetinstone
Version: 1.0.1
Filename: tweetinstone-1.0.1-py3-none-any.whl
Download: [link]
Size: 63229
MD5: de3dcba1b654f04128ff02bd18a19bb3
SHA256: 80bfaa0f84c7d9c2a56ef88abdbf5c43128019577c7aa5e78fa95dd4b6def4aa
Uploaded: 2024-07-23 16:29:14 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: tweetinstone
Version: 1.0.1
Summary: A CLI and GUI tool to automate the capture of tweets in the form they are actually displayed
Author-Email: Max <tweetinstone[at]protonmail.com>
Project-Url: Homepage, https://tweetinstone.com
Project-Url: Repository, https://github.com/maxdelayer/tweetinstone
Project-Url: Documentation, https://github.com/maxdelayer/tweetinstone/README.md
Project-Url: Issues, https://github.com/maxdelayer/tweetinstone/issues
Project-Url: Tip Jar, https://paypal.me/tweetinstone
Keywords: archive,ffmpeg,screenshot,tweet,twitter
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Classifier: Topic :: Multimedia :: Video :: Conversion
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4 (>=4.12.2)
Requires-Dist: configobj (>=5.0.6)
Requires-Dist: ffmpeg-python (>=0.2.0)
Requires-Dist: lxml (>=4.9.3)
Requires-Dist: pillow (>=10.0.0)
Requires-Dist: playwright (>=1.33.0)
Requires-Dist: pyside6 (>=6.2.4)
Requires-Dist: pytest-playwright (>=0.3.3)
Requires-Dist: yt-dlp (>=2023.7.6)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 12656 characters]

WHEEL

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

RECORD

Path Digest Size
tweetinstone/__init__.py sha256=OB-b_GnUnTkECn1fwxl844UBmiui3mSWIvhBqMZY7Tc 22
tweetinstone/capture.py sha256=S1jIt85GDZT35XNk1kY7rcfvqegFOWTHNVqLo2LmLF8 33866
tweetinstone/file_ops.py sha256=3kvlHimeA6gFvSi8MJ9HaK3uV_yyuYe3tSf0fJMV8pQ 3908
tweetinstone/initialize.py sha256=LMtoaIbHXFhtF43r17WQ3fG0OaztKdZWhkGC7RKlByM 2611
tweetinstone/main.py sha256=_qKr_zdjteYdHIW0pePLdKsjK2L_uCBrggK9t4YoXpg 371
tweetinstone/media_ops.py sha256=NQLyL9gRNVmmUWhoSbvTp1Q25_2iGYMJQr0y5Fl_bfQ 5380
tweetinstone/search.py sha256=Bgoj0oVj1lH6urLinnu4_C0d7rf4la5CzWcKwbEgkAI 15787
tweetinstone/text_ops.py sha256=qoa30k-7cjvtyEzP8tafeubWazeYckCisTlqlRmQ_Is 2132
tweetinstone/traversal.py sha256=gYpb-A4CU7SDPJkVjnuKZXbP1ynf3EMvPAMk_sgq9rA 16508
tweetinstone/version.py sha256=irCppGGP8KT7vwlnYtEn5TkwydTqbxbPa8xUM3qs3p8 93
tweetinstone/gui/__init__.py sha256=OB-b_GnUnTkECn1fwxl844UBmiui3mSWIvhBqMZY7Tc 22
tweetinstone/gui/main_window.py sha256=LqMq3smBlr46LimDWkYp4VsOtNw9ywc8HCSiWNJugcI 22154
tweetinstone/gui/search_window.py sha256=OxV0o94pbCOqVnmdR2OtSebl8CIYtpGRxjcTicJhtXg 13792
tweetinstone/gui/stylesheet.py sha256=58INbU5hiNLpazknZB8Zkx1HC4dt12E04J9kyo4BOuQ 3743
tweetinstone/gui/worker.py sha256=zahVvHLbGLR3dsDej143KAaODEYK1ibr17HR0UpokHo 3084
tweetinstone-1.0.1.dist-info/METADATA sha256=SNVYsTNhjCNrCVXwQmtkG4nAnhq_jLNgu4VDPf44tLM 14139
tweetinstone-1.0.1.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
tweetinstone-1.0.1.dist-info/entry_points.txt sha256=d-EJPsBwMBfaPc1ugWZA_Y7isrq0tSQGiow5HQe6gAc 103
tweetinstone-1.0.1.dist-info/licenses/LICENSE.txt sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk 35823
tweetinstone-1.0.1.dist-info/RECORD

entry_points.txt

tis = tweetinstone.main:main_cli
tis-gui = tweetinstone.main:main_gui