Metadata-Version: 2.0
Name: uranium
Version: 0.2.30
Summary: a build system for python
Home-page: http://uranium.readthedocs.org
Author: Yusuke Tsutsumi
Author-email: yusuke@tsutsumi.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Software Distribution
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: docopt (==0.6.2)
Requires-Dist: pip (==7.1.2)
Requires-Dist: requests (==2.9.1)
Requires-Dist: setuptools (==18.2)
Requires-Dist: virtualenv (==13.1.2)

uranium
=======

.. image:: https://travis-ci.org/toumorokoshi/uranium.svg?branch=master
    :alt: build status
    :target: https://travis-ci.org/toumorokoshi/uranium



Uranium: an assembly tool for python, in python.

uranium is an assembly tool that facilitates reuse and allows
for execution of arbitrary setup code for Python services. Examples
include:

* downloading and installing eggs in a sandbox (using virtualenv internally)
* compiling and installing native c code.
* downloading remote configuration
* providing a framework for assembly configuration (e.g. differences
  between dev and test mode)
* any other arbitrary tasks

You can find out more here:

http://uranium.readthedocs.org/en/latest/

Getting started
---------------

http://uranium.readthedocs.org/en/latest/tutorial.html


