Metadata-Version: 2.4
Name: build-pyenv
Version: 0.1.0
Summary: This tool helps administrator to download python packages from a requirements.txt. The downloaded package can be import to an air-capped server
Author-email: Pengfei Liu <pengfei.liu@casd.eu>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer[all]>=0.9.0
Requires-Dist: pip>=23.0
Requires-Dist: setuptools>=67.0
Requires-Dist: wheel>=0.40.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: isort>=5.12; extra == "dev"
Dynamic: license-file

# build_pyenv

