Metadata-Version: 1.1
Name: anthem
Version: 0.1.1
Summary: Make your Odoo scripts sing.
Home-page: https://github.com/camptocamp/anthem
Author: Camptocamp
Author-email: info@camptocamp.com
License: LGPLv3+
Description: Anthem: make your Odoo scripts sing 🐜🎵
        ========================================
        
        .. image:: https://travis-ci.org/camptocamp/anthem.svg?branch=master
            :target: https://travis-ci.org/camptocamp/anthem
        
        Anthem is a tool to help scripting Odoo instances for automated setup,
        upgrades, testing and more.
        
        It should be an alternative to the other tools like ``oerpscenario``.
        
        Run the tests
        -------------
        
        To run ``anthem``'s tests, it is a good idea to to an *editable* install of it
        in a virtualenv, and then intall and run ``pytest`` as follows::
        
          % git clone https://github.com/camptocamp/anthem.git
          Cloning into 'anthem'...
          % cd anthem
          % python2 -m virtualenv env
          % source env/bin/activate
          % pip install -e .
          % pip install pytest
          % py.test
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        0.1.1 (2016-06-23)
        ++++++++++++++++++
        
        - Fixed crash on non-editable install.
        
        0.1.0 (2016-06-23)
        ++++++++++++++++++
        
        Initial release.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
