invenio-campusonline


Nameinvenio-campusonline JSON
Version 0.4.4 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-04-24 21:07:59
maintainerNone
docs_urlNone
authorGraz University of Technology
requires_python>=3.9
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.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.9",
    "maintainer_email": null,
    "keywords": "invenio TODO",
    "author": "Graz University of Technology",
    "author_email": "info@tugraz.at",
    "download_url": "https://files.pythonhosted.org/packages/68/f7/e4e75abd0befb0e0a129bfe66b02cdf989c907f84896a2496fd648008d53/invenio-campusonline-0.4.4.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.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.4.4",
    "project_urls": {
        "Homepage": "https://github.com/tu-graz-library/invenio-campusonline"
    },
    "split_keywords": [
        "invenio",
        "todo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a815e3108990bdff5c4855efb485755587ec1445aeea732f6a61056a530cf712",
                "md5": "5ea36d5b7f226495a6da9ce8f651efee",
                "sha256": "09a9aa6e7580fecbe677308817a73ed92b3b51b510962f9fbf4302170ec35068"
            },
            "downloads": -1,
            "filename": "invenio_campusonline-0.4.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ea36d5b7f226495a6da9ce8f651efee",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 17508,
            "upload_time": "2024-04-24T21:07:58",
            "upload_time_iso_8601": "2024-04-24T21:07:58.168404Z",
            "url": "https://files.pythonhosted.org/packages/a8/15/e3108990bdff5c4855efb485755587ec1445aeea732f6a61056a530cf712/invenio_campusonline-0.4.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68f7e4e75abd0befb0e0a129bfe66b02cdf989c907f84896a2496fd648008d53",
                "md5": "8f95834035f0d5c07e6184e2237a0d8d",
                "sha256": "ff77ab550490f0a79b344cbb059d0ca92e85b34056b5a86a88bf101f6353e947"
            },
            "downloads": -1,
            "filename": "invenio-campusonline-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8f95834035f0d5c07e6184e2237a0d8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 24834,
            "upload_time": "2024-04-24T21:07:59",
            "upload_time_iso_8601": "2024-04-24T21:07:59.366385Z",
            "url": "https://files.pythonhosted.org/packages/68/f7/e4e75abd0befb0e0a129bfe66b02cdf989c907f84896a2496fd648008d53/invenio-campusonline-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 21:07:59",
    "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: 0.34852s