Skip to content

A setuptools wrapper script for uploading packages to Rackspace CloudFiles and building a PyPI compatible index.

License

Notifications You must be signed in to change notification settings

sivel/pypi-cloudfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypi-cloudfiles

A setuptools wrapper script for uploading packages to Rackspace CloudFiles and building a PyPI compatible index.

Configuration

pypi-cloudfiles takes advantage of setuptools command line arguments and also the ~/.pypirc file

~/.pypirc

[cloudfiles]
username: myapiusername
password: myapikey
repository: pypi

The password option, should be your API Key, and the repository option, should be the container to use.

Usage

cd my-cool-package
pypicf setup.py sdist upload -r cloudfiles

About

A setuptools wrapper script for uploading packages to Rackspace CloudFiles and building a PyPI compatible index.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages