Metadata-Version: 1.1
Name: ubik
Version: 0.2.0
Summary: Minimal packages manager
Home-page: https://github.com/socketubs/Ubik/
Author: Geoffrey Lehée
Author-email: geoffrey@lehee.name
License: Ubik
Copyright (C) 2012 Geoffrey Lehée [http://socketubs.net/]

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
Description: .. image:: http://dl.dropbox.com/u/79447684/Github/Ubik/ubik_logo.jpg
        
        Ubik is a minimal package manager written in Python.  
        It contain full toolchain for package creation and repository management.
        
        .. image:: https://secure.travis-ci.org/Socketubs/Ubik.png?branch=0.2
                :target: https://secure.travis-ci.org/Socketubs/Ubik
        
        Features
        --------
        
        -  Install/Remove/Upgrade/Reinstall
        -  Deps resolver for installation
        -  Cache
        -  Md5 checker
        -  Package control file are Python objects
        -  Full Python
        
        Installation
        ------------
        
        ::
        
            pip install ubik
        
        What about packages and repositories management ?
        -------------------------------------------------
        
        Take a look at `Ubik toolbelt`_ help.
        
        Tests
        -----
        
        Take a look at `tests <https://github.com/Socketubs/Ubik/tree/master/tests>`_ page.  
        You can run tests with ``tests/run_tests.sh`` script.
        
        Thanks
        ------
        
        Thanks to `Requests`_, `Docopt`_ and `ProgressBar`_ to be awesome tools.
        
        For information:
        
        ``Canopsis is a hypervisor, built on top of all open source monitoring solutions to agregate, correlate and ponderate events flowing from them.``
        
        License
        -------
        
        License is `AGPL3`_, it fully compatible with ``Canopsis``. See
        `LICENSE`_.
        
        .. _Canopsis: https://github.com/capensis/canopsis
        .. _Ubik toolbelt: https://github.com/Socketubs/Ubik/blob/0.2/docs/TOOLBELT.rst
        .. _Requests: https://github.com/kennethreitz/requests
        .. _Docopt: https://github.com/docopt/docopt
        .. _ProgressBar: http://code.google.com/p/python-progressbar/
        .. _AGPL3: http://www.gnu.org/licenses/agpl.html
        .. _LICENSE: https://raw.github.com/Socketubs/ubik/master/LICENSE
        
Keywords: ubik package linux
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
