Metadata-Version: 2.1
Name: metapack-wp
Version: 0.0.18
Summary: Web publishing extension for the Metapack data mangement system
Home-page: https://github.com/Metatab/metatab-wp
Author: Eric Busboom
Author-email: eric@civicknowledge.com
License: mit
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Provides-Extra: testing
License-File: LICENSE.txt
License-File: AUTHORS.rst

===========
metapack-wp
===========


Wordpress extension for the Metapack data management system. http://metatab.org


Description
===========

This extension provides Metapack commands for:

Development
===========


This project has been set up using PyScaffold 3.1. For details and usage
information on PyScaffold see https://pyscaffold.org/.


Committing
----------

The project scaffold gets the version number for the module from git. To get the version number::

    $ python setup.py --version

Set the version with a tag. The version numbers are specified with PEP440_ ::

    $ git tag 0.0.1

Publishing
----------

Publish the project to to PyPI_ with twine::

    pip install twine
    twine upload dist/*

Scaffolding
-----------

This project has been set up using PyScaffold 3.1. For details and usage
information on PyScaffold see https://pyscaffold.org/.


.. _CityIQ: https://developer.currentbyge.com/cityiq
.. _PEP440: http://www.python.org/dev/peps/pep-0440/
.. _PyPI: https://pypi.org/
.. _Scraping: https://sandiegodata.github.io/cityiq/html/index.html#module-cityiq.cli.events
.. _Documentation: https://sandiegodata.github.io/cityiq/
