Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toumorokoshi/uranium
Uranium: a build system for python, in python.
https://github.com/toumorokoshi/uranium
Last synced: about 2 months ago
JSON representation
Uranium: a build system for python, in python.
- Host: GitHub
- URL: https://github.com/toumorokoshi/uranium
- Owner: toumorokoshi
- License: mit
- Created: 2014-11-20T07:16:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T05:14:50.000Z (about 1 year ago)
- Last Synced: 2023-10-30T06:27:21.421Z (about 1 year ago)
- Language: Python
- Homepage: http://uranium.readthedocs.io/en/latest/
- Size: 1.65 MB
- Stars: 23
- Watchers: 8
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
uranium
=======*note*: this project is now deprecated. Please use the new suite of tools to help manage the development flow,
such as Poetry: https://python-poetry.org/.See `why-uranium-was-deprecated <>`_
.. image:: https://travis-ci.org/toumorokoshi/uranium.svg?branch=master
:alt: build status
:target: https://travis-ci.org/toumorokoshi/uraniumUranium: 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)
* downloading remote configuration
* providing a framework for assembly configuration (e.g. differences
between dev and test mode)
* any other arbitrary tasksYou can find out more here:
http://uranium.readthedocs.org/en/latest/
Getting started
---------------http://uranium.readthedocs.org/en/latest/tutorial.html