invenio-campusonline


Nameinvenio-campusonline JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/tu-graz-library/invenio-campusonline
Summary"The module is used to import/export from/to the CampusOnline System."
upload_time2024-07-19 07:17:57
maintainerNone
docs_urlNone
authorGraz University of Technology
requires_python>=3.12
licenseMIT
keywords invenio todo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    Copyright (C) 2021 Graz University of Technology.

    invenio-campusonline is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

======================
 invenio-campusonline
======================

.. image:: https://github.com/tu-graz-library/invenio-campusonline/workflows/CI/badge.svg
        :target: https://github.com/tu-graz-library/invenio-campusonline/actions?query=workflow%3ACI

.. image:: https://img.shields.io/github/tag/tu-graz-library/invenio-campusonline.svg
        :target: https://github.com/tu-graz-library/invenio-campusonline/releases

.. image:: https://img.shields.io/pypi/dm/invenio-campusonline.svg
        :target: https://pypi.python.org/pypi/invenio-campusonline

.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-campusonline.svg
        :target: https://github.com/tu-graz-library/invenio-campusonline/blob/master/LICENSE

This module is used to import/export from/to the CampusOnline System.

TODO: Please provide feature overview of module

Further documentation is available on
https://invenio-campusonline.readthedocs.io/

..
    Copyright (C) 2021 Graz University of Technology.

    invenio-campusonline is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

Changes
=======

Version v0.5.0 (release 2024-07-19)

- setup: moved to support python3.12 only
- fix: proxy ParseError


Version v0.4.4 (release 2024-04-24)

- fix: change not applied to all places


Version v0.4.3 (release 2024-03-14)

- fix: cli used wrong cms api words


Version v0.4.2 (release 2024-03-12)

- fix: parameter ordering
- fix: copy paste error


Version v0.4.1 (release 2024-03-08)

- fix: wrong name


Version v0.4.0 (release 2024-02-27)

- setup: remove unused dependency
- setup: add support for python3.12
- fix: tests, indentation is a problem
- fix: missing function
- setup: move ruff configuration
- refactor: finalize it of last two commits
- refactor: follow up of the previous commit
- refactor: to use service structure
- types: remove state from ThesisFilter


Version v0.3.0 (release 2023-11-03)

- cli: add command duplicate-check
- setup: increase min python version
- cli: add command set_status
- ruff: remove todos
- cli: add full sync command
- ruff rules update


Version v0.2.0 (release 2023-05-25)

- utils: implement get_embargo_range
- setup: migrate to ruff


Version v0.1.2 (release 2023-05-01)

- cli: move to secho way from logger


Version v0.1.1 (release 2023-01-11)

- setup: remove python3.8 add python3.11 support
- setup: remove translation config


Version v0.1.0 (release 2023-01-11)




Version 0.1.0 (released TBD)

- Initial public release.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tu-graz-library/invenio-campusonline",
    "name": "invenio-campusonline",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "invenio TODO",
    "author": "Graz University of Technology",
    "author_email": "info@tugraz.at",
    "download_url": "https://files.pythonhosted.org/packages/1d/ba/e08a063661f318be30f582c9ba6c151ed93e238ef0e5617d6025b6345178/invenio-campusonline-0.5.0.tar.gz",
    "platform": "any",
    "description": "..\n    Copyright (C) 2021 Graz University of Technology.\n\n    invenio-campusonline is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\n======================\n invenio-campusonline\n======================\n\n.. image:: https://github.com/tu-graz-library/invenio-campusonline/workflows/CI/badge.svg\n        :target: https://github.com/tu-graz-library/invenio-campusonline/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/github/tag/tu-graz-library/invenio-campusonline.svg\n        :target: https://github.com/tu-graz-library/invenio-campusonline/releases\n\n.. image:: https://img.shields.io/pypi/dm/invenio-campusonline.svg\n        :target: https://pypi.python.org/pypi/invenio-campusonline\n\n.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-campusonline.svg\n        :target: https://github.com/tu-graz-library/invenio-campusonline/blob/master/LICENSE\n\nThis module is used to import/export from/to the CampusOnline System.\n\nTODO: Please provide feature overview of module\n\nFurther documentation is available on\nhttps://invenio-campusonline.readthedocs.io/\n\n..\n    Copyright (C) 2021 Graz University of Technology.\n\n    invenio-campusonline is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\nChanges\n=======\n\nVersion v0.5.0 (release 2024-07-19)\n\n- setup: moved to support python3.12 only\n- fix: proxy ParseError\n\n\nVersion v0.4.4 (release 2024-04-24)\n\n- fix: change not applied to all places\n\n\nVersion v0.4.3 (release 2024-03-14)\n\n- fix: cli used wrong cms api words\n\n\nVersion v0.4.2 (release 2024-03-12)\n\n- fix: parameter ordering\n- fix: copy paste error\n\n\nVersion v0.4.1 (release 2024-03-08)\n\n- fix: wrong name\n\n\nVersion v0.4.0 (release 2024-02-27)\n\n- setup: remove unused dependency\n- setup: add support for python3.12\n- fix: tests, indentation is a problem\n- fix: missing function\n- setup: move ruff configuration\n- refactor: finalize it of last two commits\n- refactor: follow up of the previous commit\n- refactor: to use service structure\n- types: remove state from ThesisFilter\n\n\nVersion v0.3.0 (release 2023-11-03)\n\n- cli: add command duplicate-check\n- setup: increase min python version\n- cli: add command set_status\n- ruff: remove todos\n- cli: add full sync command\n- ruff rules update\n\n\nVersion v0.2.0 (release 2023-05-25)\n\n- utils: implement get_embargo_range\n- setup: migrate to ruff\n\n\nVersion v0.1.2 (release 2023-05-01)\n\n- cli: move to secho way from logger\n\n\nVersion v0.1.1 (release 2023-01-11)\n\n- setup: remove python3.8 add python3.11 support\n- setup: remove translation config\n\n\nVersion v0.1.0 (release 2023-01-11)\n\n\n\n\nVersion 0.1.0 (released TBD)\n\n- Initial public release.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"The module is used to import/export from/to the CampusOnline System.\"",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/tu-graz-library/invenio-campusonline"
    },
    "split_keywords": [
        "invenio",
        "todo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "485db52cc1cd45a75e15d2445fba642b17f1ed9817e85fd55657f08b5d3ea978",
                "md5": "4225fa6b1a9568a0d5821d78e3307de3",
                "sha256": "6ae4bd74725e28240b54034fd15428df234113d98997128b6f405d02d6dfc1a8"
            },
            "downloads": -1,
            "filename": "invenio_campusonline-0.5.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4225fa6b1a9568a0d5821d78e3307de3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.12",
            "size": 17555,
            "upload_time": "2024-07-19T07:17:56",
            "upload_time_iso_8601": "2024-07-19T07:17:56.482044Z",
            "url": "https://files.pythonhosted.org/packages/48/5d/b52cc1cd45a75e15d2445fba642b17f1ed9817e85fd55657f08b5d3ea978/invenio_campusonline-0.5.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dbae08a063661f318be30f582c9ba6c151ed93e238ef0e5617d6025b6345178",
                "md5": "54c1de55aa24a35d960e4a5bab50edb9",
                "sha256": "8aefecbcadf0bb51d797812b25798e180c52397ad83c12f425a2b6a1687a3e87"
            },
            "downloads": -1,
            "filename": "invenio-campusonline-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "54c1de55aa24a35d960e4a5bab50edb9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 24145,
            "upload_time": "2024-07-19T07:17:57",
            "upload_time_iso_8601": "2024-07-19T07:17:57.639463Z",
            "url": "https://files.pythonhosted.org/packages/1d/ba/e08a063661f318be30f582c9ba6c151ed93e238ef0e5617d6025b6345178/invenio-campusonline-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-19 07:17:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tu-graz-library",
    "github_project": "invenio-campusonline",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-campusonline"
}
        
Elapsed time: 4.42048s