Metadata-Version: 2.4
Name: agate-sql
Version: 0.5.8
Summary: agate-sql adds SQL read/write support to agate.
Home-page: http://agate-sql.readthedocs.org/
Author: Christopher Groskopf
Author-email: chrisgroskopf@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: COPYING
License-File: AUTHORS.rst
Requires-Dist: agate>=1.5.0
Requires-Dist: sqlalchemy>=1.0.8
Provides-Extra: test
Requires-Dist: crate; extra == "test"
Requires-Dist: nose>=1.1.2; extra == "test"
Requires-Dist: geojson; extra == "test"
Provides-Extra: docs
Requires-Dist: Sphinx>=1.2.2; extra == "docs"
Requires-Dist: sphinx_rtd_theme>=0.1.6; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

.. image:: https://github.com/wireservice/agate-sql/workflows/CI/badge.svg
    :target: https://github.com/wireservice/agate-sql/actions
    :alt: Build status

.. image:: https://img.shields.io/pypi/dm/agate-sql.svg
    :target: https://pypi.python.org/pypi/agate-sql
    :alt: PyPI downloads

.. image:: https://img.shields.io/pypi/v/agate-sql.svg
    :target: https://pypi.python.org/pypi/agate-sql
    :alt: Version

.. image:: https://img.shields.io/pypi/l/agate-sql.svg
    :target: https://pypi.python.org/pypi/agate-sql
    :alt: License

.. image:: https://img.shields.io/pypi/pyversions/agate-sql.svg
    :target: https://pypi.python.org/pypi/agate-sql
    :alt: Support Python versions

agate-sql adds SQL read/write support to `agate <https://github.com/wireservice/agate>`_.

Important links:

* agate             http://agate.rtfd.org
* Documentation:    http://agate-sql.rtfd.org
* Repository:       https://github.com/wireservice/agate-sql
* Issues:           https://github.com/wireservice/agate-sql/issues
