Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivel/pypi-cloudfiles
A setuptools wrapper script for uploading packages to Rackspace CloudFiles and building a PyPI compatible index.
https://github.com/sivel/pypi-cloudfiles
Last synced: 19 days ago
JSON representation
A setuptools wrapper script for uploading packages to Rackspace CloudFiles and building a PyPI compatible index.
- Host: GitHub
- URL: https://github.com/sivel/pypi-cloudfiles
- Owner: sivel
- License: apache-2.0
- Created: 2013-11-21T18:56:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T19:14:50.000Z (almost 11 years ago)
- Last Synced: 2024-10-04T23:41:25.163Z (about 1 month ago)
- Language: Python
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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
~~~~~~~~~.. code-block:: ini
[cloudfiles]
username: myapiusername
password: myapikey
repository: pypiThe password option, should be your API Key, and the repository option,
should be the container to use.Usage
-----.. code-block:: bash
cd my-cool-package
pypicf setup.py sdist upload -r cloudfiles