swecc-email-scraper

View on PyPIReverse Dependencies (0)

0.1.2 swecc_email_scraper-0.1.2-py3-none-any.whl

Wheel Details

Project: swecc-email-scraper
Version: 0.1.2
Filename: swecc_email_scraper-0.1.2-py3-none-any.whl
Download: [link]
Size: 8657
MD5: 8ac725c15b80a039137d1660d7b30e16
SHA256: 72c1b86abfedda1a5e85fc90f3c32c30dcb3eae873793d4100687e0bd46adba1
Uploaded: 2025-02-26 10:26:19 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: swecc-email-scraper
Version: 0.1.2
Summary: A Python CLI tool for analyzing email data in mbox format
Author-Email: SWECC Labs <swecc[at]uw.edu>
Project-Url: Homepage, https://github.com/swecc/email-scraper
Project-Url: Documentation, https://github.com/swecc/email-scraper#readme
Project-Url: Issues, https://github.com/swecc/email-scraper/issues
Keywords: analysis,cli,email,mbox
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: rich
Requires-Dist: black; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkdocs-material; extra == "dev"
Requires-Dist: mkdocstrings[python]; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: types-click; extra == "dev"
Requires-Dist: types-markdown; extra == "dev"
Requires-Dist: types-pyyaml; extra == "dev"
Requires-Dist: types-requests; extra == "dev"
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Requires-Dist: black; extra == "lint"
Requires-Dist: mypy; extra == "lint"
Requires-Dist: pre-commit; extra == "lint"
Requires-Dist: ruff; extra == "lint"
Requires-Dist: types-click; extra == "lint"
Requires-Dist: types-markdown; extra == "lint"
Requires-Dist: types-pyyaml; extra == "lint"
Requires-Dist: types-requests; extra == "lint"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: test
Description-Content-Type: text/markdown
License-Expression: MIT
License-File: LICENSE
[Description omitted; length: 2887 characters]

WHEEL

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

RECORD

Path Digest Size
email_scraper/__init__.py sha256=g-5CP2M_FpfNbV_G1aUl0SZkWNLDUGgwVkY-AA7vZ0o 104
email_scraper/cli.py sha256=3egalqeiuGSFXXsYl02-ERmcRnfwdxViCyqT2pRHZ0M 3751
email_scraper/formatters/__init__.py sha256=AUI11Gp5T8n6y1Cxbnks8IC91JYYLCYvpw2NSwtdjF8 1226
email_scraper/formatters/json.py sha256=kRLR2YwefvkP6c8AD1P4QUfS5vaiOLIj1XJa4-fEZLA 513
email_scraper/processors/__init__.py sha256=6jS2hya0zHEfvFZsea58enFNHtPNjIUGXJzdl6X34mU 3937
email_scraper/processors/example.py sha256=g0MFWjc5lgef5KXDVXpNPTrOXFekeXNWYxGnwZ420U8 1820
swecc_email_scraper-0.1.2.dist-info/METADATA sha256=ZZ7YVhqZK9QDYkvwJN6fVuu-F-G_Tb_MUlCaH6z0HSc 5067
swecc_email_scraper-0.1.2.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
swecc_email_scraper-0.1.2.dist-info/entry_points.txt sha256=Z35WxWPUu_TlOge-nMtMVngbsMkHajRj_74VMDfZIaw 63
swecc_email_scraper-0.1.2.dist-info/licenses/LICENSE sha256=FyevmJR0cforpW9i6bkAoXnmCwfvBx9gLWsKwyaMip8 1068
swecc_email_scraper-0.1.2.dist-info/RECORD

entry_points.txt

swecc-email-scraper = email_scraper.cli:main