Metadata-Version: 2.1
Name: simpletasks-data
Version: 0.1.0
Summary: A simple library to import data into a database from different sources (extensible)
Home-page: https://github.com/upOwa/simpletasks-data
License: LGPL-3.0-or-later
Author: Thomas Muguet
Author-email: thomas.muguet@upowa.org
Requires-Python: >=3.6.1,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Provides-Extra: geoalchemy
Requires-Dist: Flask (>=1.1.2,<2.0.0)
Requires-Dist: Flask-SQLAlchemy (>=2.4.4,<3.0.0)
Requires-Dist: GeoAlchemy2 (>=0.8.4,<0.9.0); extra == "geoalchemy"
Requires-Dist: simpletasks (>=0.1.0,<0.2.0)
Project-URL: Repository, https://github.com/upOwa/simpletasks-data
Description-Content-Type: text/markdown

# simpletasks-data

Simple tasks runner for Python


----
Contributing

```
poetry install --no-root
poetry install -E geoalchemy
```
