Metadata-Version: 2.1
Name: mapclassify
Version: 2.0.1
Summary: Classification Schemes for Choropleth Maps.
Home-page: https://github.com/pysal/mapclassify
Maintainer: Serge Rey, Wei Kang
Maintainer-email: sjsrey@gmail.com, weikang9009@gmail.com
License: 3-Clause BSD
Description: mapclassify: Classification Schemes for Choropleth Maps
        =======================================================
        
        .. image:: https://api.travis-ci.org/pysal/mapclassify.svg
           :target: https://travis-ci.org/pysal/mapclassify
        
        mapclassify is an open-source python library for Choropleth map
        classification. It is part of a `refactoring of PySAL
        <https://github.com/pysal/pysal/wiki/PEP-13:-Refactor-PySAL-Using-Submodules>`_.
        
        ************
        Installation
        ************
        
        Install mapclassify by running:
        
        ::
        
            $ pip install mapclassify
        
        **********
        Contribute
        **********
        
        PySAL-mapclassify is under active development and contributors are welcome.
        
        If you have any suggestion, feature request, or bug report, please open
        a new `issue <https://github.com/pysal/mapclassify/issues>`__ on GitHub. To
        submit patches, please follow the PySAL development
        `guidelines <http://pysal.readthedocs.io/en/latest/developers/index.html>`__
        and open a `pull request <https://github.com/pysal/mapclassify>`__. Once your
        changes get merged, you’ll automatically be added to the `Contributors
        List <https://github.com/pysal/mapclassify/graphs/contributors>`__.
        
        *******
        License
        *******
        
        The project is licensed under the `BSD
        license <https://github.com/pysal/mapclassify/blob/master/LICENSE.txt>`__.
        
        
        
Keywords: spatial statistics,geovisualizaiton
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: docs
Provides-Extra: tests
