Metadata-Version: 2.1
Name: udata-geoplatform
Version: 2.0.0
Summary: Connects uData with Geoplatform (geo.data.gouv.fr)
Home-page: https://github.com/opendatateam/udata-geoplatform
Author: Open Data Team
Author-email: contact@opendata.team
License: AGPL
Keywords: udata,harvester,uData Geoplatform connector
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: udata (>=2.0.0)
Provides-Extra: test
Requires-Dist: httpretty (==0.9.7) ; extra == 'test'
Requires-Dist: mock (==3.0.5) ; extra == 'test'
Requires-Dist: pytest-flask (==0.15.0) ; extra == 'test'
Requires-Dist: pytest-sugar (==0.9.2) ; extra == 'test'
Requires-Dist: pytest (==4.6.3) ; extra == 'test'

# uData Geoplatform connector

Connects uData with Geoplatform (geo.data.gouv.fr)

## Usage

Install the plugin package in you udata environement:

```bash
pip install udata-geoplatform
```

Then activate it in your `udata.cfg`:

```python
PLUGINS = ['geoplatform']
```

## Configuration

You can control this plugin’s behavior with the following `udata.cfg` parameters:

- **`GEOPLATFORM_URL`**: The URL to your `geoplatform` instance (without trailing slash). **ex:** `https://geo.data.gouv.fr`

# Changelog

## 2.0.0 (2020-03-11)

- Migrate to python3 🐍 [#61](https://github.com/etalab/udata-geoplatform/pull/61)

## 1.0.1 (2018-08-03)

- Pass current locale to preview URL [#3](https://github.com/etalab/udata-geoplatform/pull/3)

## 1.0.0 (2018-06-06)

- Initial release



