ccpgames/go-pypi

Name: go-pypi

Owner: CCP Games

Description: Using PyPI with Go

Created: 2015-06-15 21:00:03.0

Updated: 2017-01-21 12:59:17.0

Pushed: 2015-06-16 14:52:04.0

Homepage: null

Size: 187

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

go-pypi

View this on GitHub Pages

Build status Coverage Status License

Using PyPI with Go

install
 get github.com/ccpgames/go-pypi
use

Get the latest version of packages by default:

-pypi requests
ests-2.7.0-py2.py3-none-any.whl downloaded (470641 bytes)
ests-2.7.0.tar.gz downloaded (451723 bytes)

Get a specific version (and/or multiple packages at once):

-pypi requests=1.0.0 Flask
ests-1.0.0.tar.gz downloaded (335548 bytes)
k-0.10.1.tar.gz downloaded (544247 bytes)

Get a specific format:

-pypi --extension=whl requests
ests-2.7.0-py2.py3-none-any.whl downloaded (470641 bytes)

Get from a different PyPI server:

-pypi --url=https://pypi.yourcompany.com/pypi requests
ests-2.7.0-py2.py3-none-any.whl downloaded (470641 bytes)
ests-2.7.0.tar.gz downloaded (451723 bytes)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.