auxn-agent

View on PyPIReverse Dependencies (0)

0.2.0 auxn_agent-0.2.0-py3-none-any.whl

Wheel Details

Project: auxn-agent
Version: 0.2.0
Filename: auxn_agent-0.2.0-py3-none-any.whl
Download: [link]
Size: 11528
MD5: 8c85e8db39e76e7402b549f6fd9dbcd4
SHA256: 0e3921ab141d4de08f677294e2b02e8ecb38f7058f30effc7aa2b9fbd00c6fae
Uploaded: 2025-02-06 01:03:52 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: auxn-agent
Version: 0.2.0
Summary: A web scraping and data extraction tool.
Author: Your Name
Author-Email: your.email[at]example.com
Project-Url: Bug Tracker, https://github.com/your-username/auxn-agent/issues
Project-Url: Documentation, https://github.com/your-username/auxn-agent/wiki
Project-Url: Repository, https://github.com/your-username/auxn-agent
License: MIT
Keywords: web scraping,data extraction,automation
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
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10,<4.0
Requires-Dist: SQLAlchemy-Utils (>=0.41.1)
Requires-Dist: aiofiles (>=23.2.1)
Requires-Dist: aiohttp (==3.9.3)
Requires-Dist: aiohttp-retry (==2.8.3)
Requires-Dist: loguru (>=0.7.2)
Requires-Dist: playwright (>=1.40.0)
Requires-Dist: pydantic (>=2.5.2)
Requires-Dist: pydantic-settings (>=2.0.0)
Requires-Dist: pytest (==7.4.3)
Requires-Dist: pytest-aiohttp (==1.0.5)
Requires-Dist: pytest-asyncio (==0.21.1)
Requires-Dist: pytest-timeout (==2.2.0)
Requires-Dist: python-dotenv (>=1.0.0)
Requires-Dist: sqlalchemy (>=2.0.23)
Requires-Dist: typing-extensions (>=4.9.0)
Description-Content-Type: text/markdown
[Description omitted; length: 2578 characters]

WHEEL

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

RECORD

Path Digest Size
src/__init__.py sha256=p4qhnCRWaiZzpxw-wgjDktkoO_zHDK-OEXP7gebXPYs 66
src/auxn_agent/__init__.py sha256=5Erah-TeP9inn9rHR_qty9hRseMM3bUST2Vax9UPSB0 55
src/auxn_agent/main.py sha256=OBarvvUzPbMsIWkRKEBPw9v3ta3Id7Hl5nHoRQPHiec 152
src/config.py sha256=WGEZw4-uQcAdLP4qUZt6Ra7_q9lvWGGLtNppbVZt-Qw 1230
src/database/__init__.py sha256=_YkXy64X-11RZgd6OKkJFpiPC3VAYXFsciZrx8caWY4 219
src/database/crud.py sha256=BX1GWePPrJ4L1d4xHe2aCfBL05cdVf_hMlrEemznTCY 2947
src/database/database.py sha256=F1tyzipZj9XUhdhtkAjAjiWM_FGyyweWGyDN-vz6tUI 800
src/database/models.py sha256=DMB2z9j1v155Uoea2IJq3ToWlO-P00vsCv5kFCgYVQo 985
src/models/__init__.py sha256=O-wjSto7qTMZMjG8XZZTmy_oAmb9O8hXP9qthvfiWgY 120
src/models/listing.py sha256=4bUf4dHjiT49gv-Sh5bcBSHujqiyubYyiiV8ridmWuY 483
src/models/models.py sha256=DMB2z9j1v155Uoea2IJq3ToWlO-P00vsCv5kFCgYVQo 985
src/scraper/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
src/scraper/playwright_scraper.py sha256=P9Igzb_qZQxzy0upC9BZBpDWurR844L4D1FD3YIvbpo 6183
src/scraper/scraper_manager.py sha256=BtPOZl-Yx6UfY7Bk0MnqGcgAYeeei1t5lXh-URQNhT0 4172
src/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
src/utils/logger.py sha256=38LC19mryUmNccmhJRQGblXQTeki7dT37pZgkRqATC0 906
auxn_agent-0.2.0.dist-info/METADATA sha256=NUc9k3VJXKkMAESFHaKCer5dg8LtRJtxMb0I3ld_1k0 4114
auxn_agent-0.2.0.dist-info/WHEEL sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM 88
auxn_agent-0.2.0.dist-info/entry_points.txt sha256=RU_odYXeWjGB1-JPf1P2UjLZ2yR02AQ2GaHHJaXctwo 51
auxn_agent-0.2.0.dist-info/RECORD

entry_points.txt

auxn-agent = auxn_agent.main:main