Metadata-Version: 1.1
Name: flake8-plone-api
Version: 0.2.post0
Summary: Checks for code usages that can be replaced with Plone API method calls.
Home-page: https://github.com/gforcada/flake8-plone-api
Author: Gil Forcada
Author-email: gil.gnome@gmail.com
License: GPL version 2
Description: .. -*- coding: utf-8 -*-
        
        .. image:: https://travis-ci.org/gforcada/flake8-plone-api.svg?branch=master
           :target: https://travis-ci.org/gforcada/flake8-plone-api
        
        .. image:: https://coveralls.io/repos/gforcada/flake8-plone-api/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/gforcada/flake8-plone-api?branch=master
        
        Flake8 Plone API plugin
        =======================
        Checks for code usages that can be replaced with Plone API method calls.
        
        `See the current replacements <https://github.com/gforcada/flake8-plone-api/blob/master/mapping.json>`_
        and `propose new ones / fix existing ones <https://github.com/gforcada/flake8-plone-api/pulls>`_.
        
        Install
        -------
        Install with pip::
        
            $ pip install flake8-plone-api
        
        Requirements
        ------------
        - Python 2.6, 2.7, 3.3, 3.4
        - flake8
        
        License
        -------
        GPL 2.0
        
        .. -*- coding: utf-8 -*-
        
        Changelog
        =========
        
        0.2.post0 (2015-08-16)
        ----------------------
        - Still not...
          [gforcada]
        
        0.2 (2015-08-16)
        ----------------
        - All previous releases are broken, attempting to fix it
          (setuptools is playing with me).
          [gforcada]
        
        0.1.post1 (2015-08-15)
        ----------------------
        - Minor README enhancement.
          [gforcada]
        
        0.1.post0 (2015-08-15)
        ----------------------
        - Fix version number location.
          [gforcada]
        
        0.1 (2015-08-15)
        ----------------
        - Initial release
          [gforcada]
        
        - Add buildout and other stuff.
          [gforcada]
        
        - Add a ``mapping.json`` to add Plone API method calls to old usages data
          [gforcada]
        
        - Add a ``mapping.py`` to convert ``mapping.json`` into a reverse mapping
          (to be used by the flake8 plugin).
          [gforcada]
        
        - Create the flake8 plugin per se that iterates over the files and searches
          for old usages (coming from ``mapping.py``).
          [gforcada]
        
        - Add tests and badges for travis and coveralls
          [gforcada]
        
Keywords: pep8 flake8 plone
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
