Categorygithub.com/jeffwecan/go-pypi
module
0.0.5
Repository: https://github.com/jeffwecan/go-pypi.git
Documentation: pkg.go.dev

# 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