Metadata-Version: 2.1
Name: udata-ods
Version: 4.0.0
Summary: OpenDataSoft integration for udata
Home-page: https://github.com/opendatateam/udata-ods
Author: OpenDataTeam
Author-email: contact@opendata.team
License: AGPL
Keywords: udata harvester OpenDataSoft
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
License-File: LICENSE
Requires-Dist: udata >=5.0.0
Provides-Extra: test
Requires-Dist: mock ==5.0.1 ; extra == 'test'
Requires-Dist: pytest ==7.2.1 ; extra == 'test'
Requires-Dist: pytest-flask ==1.2.0 ; extra == 'test'
Requires-Dist: pytest-sugar ==0.9.6 ; extra == 'test'
Requires-Dist: requests-mock ==1.10.0 ; extra == 'test'

OpenDataSoft udata integration
==============================

`![Crowdin <https://d322cqt584bo4o.cloudfront.net/udata-ods/localized.svg>`_](https://crowdin.com/project/udata-ods)

OpenDataSoft integration for uData

Usage
-----

Install the harvester package in you udata environement:

.. code-block:: bash

    pip install udata-ods
    


Changelog
=========

4.0.0 (2024-01-09)
------------------

- :warning: Add migration from ODS to DCAT `#247 <https://github.com/opendatateam/udata-ods/pull/247>`_
    - All ODS harvest sources are converted to DCAT
    - Datasets are updated with new remote_id and new resources urls
- Add migration that removes duplicate resources `#248 <https://github.com/opendatateam/udata-ods/pull/248>`_

3.0.1 (2023-02-06)
------------------

- Fix can_explore on dataset with both ODS and non-ODS resources `#244 <https://github.com/opendatateam/udata-ods/pull/244>`_

3.0.0 (2022-11-14)
------------------

- :warning: **Breaking change** Use harvest dynamic field introduced in udata 5 `#234 <https://github.com/opendatateam/udata-ods/pull/234>`_
- Store geojson format instead of json when relevant `#212 <https://github.com/opendatateam/udata-ods/pull/212>`_
- Replace mongo legacy image in CI `#221 <https://github.com/opendatateam/udata-ods/pull/221>`_

2.1.0 (2020-10-16)
------------------

- Link exports (resources) to a version of the file with machine names as headers, instead of labels `#169 <https://github.com/opendatateam/udata-ods/pull/169>`_

2.0.1 (2020-03-24)
------------------

- Use `metas`modified]` -> `dataset.last_modified` [#148 <https://github.com/opendatateam/udata-ods/pull/148>`_

2.0.0 (2020-03-11)
------------------

- Migrate to python3 🐍 `#91 <https://github.com/opendatateam/udata-ods/pull/91>`_

1.2.4 (2019-05-29)
------------------

- Fill extras.remote_url `#111 <https://github.com/opendatateam/udata-ods/pull/111>`_

1.2.3 (2019-03-27)
------------------

- Fetch each dataset metadata on processing instead of once on initialization (ensures fresher metadata) `#98 <https://github.com/opendatateam/udata-ods/pull/98>`_

1.2.2 (2019-02-01)
------------------

- Ensure dataset with only attachments or alternative exports are properly harvested `#86 <https://github.com/opendatateam/udata-ods/pull/86>`_

1.2.1 (2018-10-02)
------------------

- Fix dependency on udata 1.6.0 (instead of 1.6.0.dev)

1.2.0 (2018-10-02)
------------------

- Initial filtering support `#52 <https://github.com/opendatateam/udata-ods/pull/52>`_  `#61 <https://github.com/opendatateam/udata-ods/pull/61>`_
- Optionnal Inspire dataset harvesting `#61 <https://github.com/opendatateam/udata-ods/pull/61>`_
- Fix missing translations `#53 <https://github.com/opendatateam/udata-ods/pull/53>`_

1.1.0 (2018-06-06)
------------------

- Initial i18n support `#20 <https://github.com/opendatateam/udata-ods/pull/20>`_
- Do not export SHP when above records limit `#26 <https://github.com/opendatateam/udata-ods/pull/20>`_
- Initial resources preview support `#29 <https://github.com/opendatateam/udata-ods/pull/29>`_ `#34 <https://github.com/opendatateam/udata-ods/pull/34>`_
- Use `udata.frontend.markdown:parse_html()` to parse description `#35 <https://github.com/opendatateam/udata-ods/pull/35>`_
- Attachments support `#36 <https://github.com/opendatateam/udata-ods/pull/36>`_
- Register `ods:` prefixed extras `#42 <https://github.com/opendatateam/udata-ods/pull/42>`_

1.0.1 (2018-03-13)
------------------

- Fix URLs handling (no double slashes) `#2 <https://github.com/opendatateam/udata-ods/pull/2>`_
- Fix packaging `#3 <https://github.com/opendatateam/udata-ods/pull/3>`_
- Make use of `udata pytest plugin <opendatateam/udata#1400>`_ `#4 <https://github.com/opendatateam/udata-ods/pull/4>`_
- Alternative exports support `#14 <https://github.com/opendatateam/udata-ods/pull/14>`_

1.0.0 (2017-10-20)
------------------

- Initial release

