Metadata-Version: 2.1
Name: start-url
Version: 0.0.4
Summary: httpx.get URL metadata with BeautifulSoup
Home-page: https://mv3.dev
License: MIT
Author: Marcelino G. Veloso III
Author-email: mars@veloso.one
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Dist: beautifulsoup4 (>=4.11.2,<5.0.0)
Requires-Dist: httpx (>=0.23.3,<0.24.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: python-dotenv (>=1.0,<2.0)
Requires-Dist: start-sdk (>=0.0.22,<0.0.23)
Project-URL: Documentation, https://mv3.dev/start-url
Project-URL: Repository, https://github.com/justmars/start-url
Description-Content-Type: text/markdown

# start-url

![Github CI](https://github.com/justmars/start-url/actions/workflows/main.yml/badge.svg)

## Development

See [documentation](https://justmars.github.io/start-url).

1. Run `poetry install`
2. Run `poetry shell`
3. Run `pytest`

