# README
go-pypi
Go client for Warehouse / PyPI's API endpoints.
Example
Downloading a specific package version to the current working directory from pypi.org:
index := pypi.NewPackageIndex("https://pypi.org")
filename, err := index.DownloadRelease(".", "hvac", "0.10.1")
# Packages
No description provided by the author