Metadata-Version: 1.1
Name: openupgradelib
Version: 0.1.3.post4
Summary: A library with support functions to be called from Odoo migration scripts.
Home-page: https://github.com/OCA/openupgradelib
Author: Odoo Community Association
Author-email: support@odoo-community.org
License: AGPL-3
Description: .. image:: https://img.shields.io/travis/OCA/openupgradelib.svg
            :target: https://travis-ci.org/OCA/openupgradelib
            :alt: Build Status
        
        .. image:: https://coveralls.io/repos/OCA/openupgradelib/badge.svg
          :target: https://coveralls.io/r/OCA/openupgradelib
          :alt: Coverage Status
        
        .. image:: https://codeclimate.com/github/OCA/openupgradelib/badges/gpa.svg
           :target: https://codeclimate.com/github/OCA/openupgradelib
           :alt: Code Climate
        
        .. image:: https://img.shields.io/pypi/v/openupgradelib.svg
           :target: https://pypi.python.org/pypi/openupgradelib
           :alt: Pypi Package
        
        ===============================
        OpenUpgrade Library
        ===============================
        
        A library with support functions to be called from Odoo migration scripts.
        
        * Free software: AGPL-3 license
        * Documentation: https://openupgradelib.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.0 (2015-05-04)
        ------------------
        
        * First release on PyPI.
        
        0.1.1 (2015-05-05)
        ------------------
        
        * Fixes to the tests
        * Add more badges
        * Fix pip install issue with required.txt
        
        0.1.2 (2015-06-23)
        ------------------
        
        * Rewrite history with git filter-branch
        * Remove unneeded files from history
          * openupgrade_loading.py
          * deferred80.py
          * openupgrade_log.py
          * #openupgrade_loading.py#
        
        0.1.3 (2015-08-10)
        ------------------
        
        * Rerelease to pypi with proper upload
        
Keywords: openupgradelib
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
