udata-ods


Nameudata-ods JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttps://github.com/opendatateam/udata-ods
SummaryOpenDataSoft integration for udata
upload_time2024-01-09 10:08:04
maintainer
docs_urlNone
authorOpenDataTeam
requires_python>=3.7
licenseAGPL
keywords udata harvester opendatasoft
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/opendatateam/udata-ods",
    "name": "udata-ods",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "udata harvester OpenDataSoft",
    "author": "OpenDataTeam",
    "author_email": "contact@opendata.team",
    "download_url": "",
    "platform": null,
    "description": "OpenDataSoft udata integration\n==============================\n\n`![Crowdin <https://d322cqt584bo4o.cloudfront.net/udata-ods/localized.svg>`_](https://crowdin.com/project/udata-ods)\n\nOpenDataSoft integration for uData\n\nUsage\n-----\n\nInstall the harvester package in you udata environement:\n\n.. code-block:: bash\n\n    pip install udata-ods\n    \n\n\nChangelog\n=========\n\n4.0.0 (2024-01-09)\n------------------\n\n- :warning: Add migration from ODS to DCAT `#247 <https://github.com/opendatateam/udata-ods/pull/247>`_\n    - All ODS harvest sources are converted to DCAT\n    - Datasets are updated with new remote_id and new resources urls\n- Add migration that removes duplicate resources `#248 <https://github.com/opendatateam/udata-ods/pull/248>`_\n\n3.0.1 (2023-02-06)\n------------------\n\n- Fix can_explore on dataset with both ODS and non-ODS resources `#244 <https://github.com/opendatateam/udata-ods/pull/244>`_\n\n3.0.0 (2022-11-14)\n------------------\n\n- :warning: **Breaking change** Use harvest dynamic field introduced in udata 5 `#234 <https://github.com/opendatateam/udata-ods/pull/234>`_\n- Store geojson format instead of json when relevant `#212 <https://github.com/opendatateam/udata-ods/pull/212>`_\n- Replace mongo legacy image in CI `#221 <https://github.com/opendatateam/udata-ods/pull/221>`_\n\n2.1.0 (2020-10-16)\n------------------\n\n- 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>`_\n\n2.0.1 (2020-03-24)\n------------------\n\n- Use `metas`modified]` -> `dataset.last_modified` [#148 <https://github.com/opendatateam/udata-ods/pull/148>`_\n\n2.0.0 (2020-03-11)\n------------------\n\n- Migrate to python3 \ud83d\udc0d `#91 <https://github.com/opendatateam/udata-ods/pull/91>`_\n\n1.2.4 (2019-05-29)\n------------------\n\n- Fill extras.remote_url `#111 <https://github.com/opendatateam/udata-ods/pull/111>`_\n\n1.2.3 (2019-03-27)\n------------------\n\n- Fetch each dataset metadata on processing instead of once on initialization (ensures fresher metadata) `#98 <https://github.com/opendatateam/udata-ods/pull/98>`_\n\n1.2.2 (2019-02-01)\n------------------\n\n- Ensure dataset with only attachments or alternative exports are properly harvested `#86 <https://github.com/opendatateam/udata-ods/pull/86>`_\n\n1.2.1 (2018-10-02)\n------------------\n\n- Fix dependency on udata 1.6.0 (instead of 1.6.0.dev)\n\n1.2.0 (2018-10-02)\n------------------\n\n- Initial filtering support `#52 <https://github.com/opendatateam/udata-ods/pull/52>`_  `#61 <https://github.com/opendatateam/udata-ods/pull/61>`_\n- Optionnal Inspire dataset harvesting `#61 <https://github.com/opendatateam/udata-ods/pull/61>`_\n- Fix missing translations `#53 <https://github.com/opendatateam/udata-ods/pull/53>`_\n\n1.1.0 (2018-06-06)\n------------------\n\n- Initial i18n support `#20 <https://github.com/opendatateam/udata-ods/pull/20>`_\n- Do not export SHP when above records limit `#26 <https://github.com/opendatateam/udata-ods/pull/20>`_\n- Initial resources preview support `#29 <https://github.com/opendatateam/udata-ods/pull/29>`_ `#34 <https://github.com/opendatateam/udata-ods/pull/34>`_\n- Use `udata.frontend.markdown:parse_html()` to parse description `#35 <https://github.com/opendatateam/udata-ods/pull/35>`_\n- Attachments support `#36 <https://github.com/opendatateam/udata-ods/pull/36>`_\n- Register `ods:` prefixed extras `#42 <https://github.com/opendatateam/udata-ods/pull/42>`_\n\n1.0.1 (2018-03-13)\n------------------\n\n- Fix URLs handling (no double slashes) `#2 <https://github.com/opendatateam/udata-ods/pull/2>`_\n- Fix packaging `#3 <https://github.com/opendatateam/udata-ods/pull/3>`_\n- Make use of `udata pytest plugin <opendatateam/udata#1400>`_ `#4 <https://github.com/opendatateam/udata-ods/pull/4>`_\n- Alternative exports support `#14 <https://github.com/opendatateam/udata-ods/pull/14>`_\n\n1.0.0 (2017-10-20)\n------------------\n\n- Initial release\n\n",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": "OpenDataSoft integration for udata",
    "version": "4.0.0",
    "project_urls": {
        "Homepage": "https://github.com/opendatateam/udata-ods"
    },
    "split_keywords": [
        "udata",
        "harvester",
        "opendatasoft"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63011c8e4bf03eed525b97e6419ee3183f0eabd903c0389577a5afeea6150215",
                "md5": "e7d4d6a5107a08bfc5a275436ffcb481",
                "sha256": "3ede34651ef3795bb88052273995feb471454de3e35d76e321488ec3d940d6e5"
            },
            "downloads": -1,
            "filename": "udata_ods-4.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7d4d6a5107a08bfc5a275436ffcb481",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 26641,
            "upload_time": "2024-01-09T10:08:04",
            "upload_time_iso_8601": "2024-01-09T10:08:04.410684Z",
            "url": "https://files.pythonhosted.org/packages/63/01/1c8e4bf03eed525b97e6419ee3183f0eabd903c0389577a5afeea6150215/udata_ods-4.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 10:08:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opendatateam",
    "github_project": "udata-ods",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "udata-ods"
}
        
Elapsed time: 0.15821s