Datasets:
| [project] | |
| name = "vlc-downloader" | |
| version = "1.0.0" | |
| description = "Vietnamese Legal Corpus Downloader" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "httpx>=0.27.0", | |
| "beautifulsoup4>=4.12.0", | |
| "lxml>=5.0.0", | |
| "rich>=13.0.0", | |
| "click>=8.1.0", | |
| ] | |
| [project.scripts] | |
| vlc-download = "downloader:main" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |