Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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: pypi

The 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