Metadata-Version: 1.1
Name: ubik
Version: 0.2.7
Summary: Minimal and elegant packages manager
Home-page: https://github.com/toxinu/ubik/
Author: toxinu
Author-email: toxinu@gmail.com
License: Ubik
Copyright (C) 2020 toxinu [http:/toxinu.github.io]

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: Ubik is a lightweight, elegant, no-external web service linked and easy to use package manager. Inspired by the elegant Homebrew for OSX. 
        It contain full toolchain for package creation and repository management.
        
        Written in Python.
        
        Features
        --------
        
        -  Install/Remove/Upgrade/Reinstall
        -  Deps resolver for installation
        -  Cache
        -  Md5 checker
        -  Package control file are Python objects
        -  Full Python
        
        Installation
        ------------
        
        ::
        
            pip install ubik
        
        
        Tests
        -----
        
        Take a look at `tests <https://github.com/toxinu/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 an 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/toxinu/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/toxinu/ubik/master/LICENSE
        
Keywords: ubik package linux unix
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 :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
