Metadata-Version: 2.4
Name: lurk-cli
Version: 0.1.5
Summary: A CLI tool to check product stock across multiple stores.
Project-URL: Homepage, https://github.com/rdmm123/lurk
Author-email: Robert Martinez <rdmm404@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.13
Requires-Dist: aiogram>=3.18.0
Requires-Dist: curl-cffi>=0.7.4
Requires-Dist: nodriver>=0.39
Requires-Dist: pydantic>=2.10.6
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.3
Requires-Dist: rich>=13.9.4
Requires-Dist: typer>=0.15.1
Requires-Dist: types-pyyaml>=6.0.12.20241230
Description-Content-Type: text/markdown

# Lurk
Lurk is a simple CLI tool that checks product stock across multiple stores. Search by keywords, set filters like price or category, and get real-time availability—all without leaving your terminal.

Built with Python, it leverages asynchronous requests for speed and efficiency. Data fetching is handled via custom store-specific checkers, and results are structured using Pydantic models.