Metadata-Version: 2.0
Name: shpinfo
Version: 0.2.0
Summary: A command line program to print meta information about the given shapefile.
Home-page: https://github.com/yaph/shpinfo
Author: Ramiro Gómez
Author-email: code@ramiro.org
License: MIT
Keywords: gis geospatial geography shapefile
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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
Requires-Dist: click (==4.0)
Requires-Dist: pyshp (==1.2.3)

===============================
shpinfo
===============================

.. image:: https://img.shields.io/travis/yaph/shpinfo.svg
        :target: https://travis-ci.org/yaph/shpinfo

.. image:: https://img.shields.io/pypi/v/shpinfo.svg
        :target: https://pypi.python.org/pypi/shpinfo


A command line program to print meta information about the given shapefile.

* Free software: MIT license
* Documentation: https://pythonhosted.org/shpinfo/.

Install
-------

::

    $ pip install shpinfo

Usage
-----

::

    $ shpinfo myfile.shp

.. image:: https://raw.githubusercontent.com/yaph/shpinfo/master/shpinfo.gif



History
-------

0.2.0 (2015-06-28)
---------------------

* Faster processing of large files by iterating with iterShapes.
* Use comma as thounds separator.

0.1.1 (2015-06-27)
---------------------

* Include requirements.txt.

0.1.0 (2015-06-27)
---------------------

* First release on PyPI.


