Metadata-Version: 2.1
Name: compat-patcher-core
Version: 1.0a2
Summary: A patcher system to allow easy and lasting API compatibility.
Home-page: UNKNOWN
Author: Pascal Chambon & others
Author-email: pythoniks@gmail.com
License: MIT
Description: .. image:: https://travis-ci.com/pakal/compat-patcher-core.svg?branch=master
            :target: https://travis-ci.com/pakal/compat-patcher-core
        
        
        =====================
        compat-patcher-core
        =====================
        
            *Because Compatibility Matters*
        
        Welcome to Compat Patcher Core, a mini-framework to build "Compatibility Patchers", i.e companion applications which
        allow your favorite frameworks/libraries to keep long term API stability, while still getting new features at a good pace.
        
        Documentation available on `Read The Docs <https://compat-patcher-core.readthedocs.io/en/latest/index.html>`_!
        
        
        Which applications currently benefit from this system?
        
        - `Django via Django-Compat-Patcher <https://github.com/pakal/django-compat-patcher>`_
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Provides-Extra: build_sphinx
Provides-Extra: run_pylint
