repository-cli


Namerepository-cli JSON
Version 0.12.1 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/repository-cli
Summary"CLI utilities for TU Graz Repository."
upload_time2024-02-19 10:10:33
maintainer
docs_urlNone
authorGraz University of Technology
requires_python>=3.9
licenseMIT
keywords invenio repository cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    Copyright (C) 2021 Graz University of Technology.

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

================
 repository-cli
================

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

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

.. image:: https://img.shields.io/pypi/dm/repository-cli.svg
        :target: https://pypi.python.org/pypi/repository-cli

.. image:: https://img.shields.io/github/license/tu-graz-library/repository-cli.svg
        :target: https://github.com/tu-graz-library/repository-cli/blob/main/LICENSE

.. image:: https://readthedocs.org/projects/repository-cli/badge/?version=latest
        :target: https://repository-cli.readthedocs.io/en/latest/?badge=latest


CLI utilities for TU Graz Repository

Further documentation is available on
https://repository-cli.readthedocs.io/

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

    repository-cli 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.12.1 (release 2024-02-19)

- fix: example command for update-remote-pid
- records: add set embargo until
- setup: add python3.11 support
- black: fix formating v24.1.1


Version v0.12.0 (release 2024-01-25)

- pids: add command update-remote-pid
- options: make the data_model option required
- fix: copy paste error


Version v0.11.1 (release 2023-11-10)

- cli: tmp fix, this should be revisited
- setup: increase rdm version


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

- add command for adding persistent identifiers


Version v0.10.0 (release 2023-09-12)

- add way to generate commands that update JSON
- refactor: delete-draft
- test: improve run-tests.sh
- setup: use pytest-black-ng instead of pytest-black
- fix: logic error
- fix: can't return draft without existing record
- fix: cli delete-draft


Version v0.9.0 (release 2023-07-31)

- records: add data_model parameter
- typing: use new optional syntax
- service: add lom service
- global: update ruff


Version v0.8.1 (release 2023-06-07)

- refactor: move json validation into JSON
- refactor: get_record_or_draft


Version v0.8.0 (release 2023-06-01)

- records: make arguments ready for drafts too
- records: add argument delete-file


Version v0.7.0 (release 2023-05-30)

- test: fix and pin due flask-babelex
- records: separate replace-file from add-file
- fix: black color on black background, bad
- types: otherwise it is not working with 3.9
- global: migrate to ruff


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

- cli: add command publish
- cli: add record_id parameter to modify-access


Version v0.5.0 (release 2023-03-08)

- setup: remove python 3.11
- records: add command modify-access
- records: change add-file command to common pattern


Version v0.4.0 (release 2023-02-09)

- setup: add pylint and bandit
- feature: add parameter add-metadata-to-records
- refactor: add decorator without brackets
- refactor: remove two character long forms
- change: empty output not shown for list
- change: command list output_file required=False
- refactor:
- refactor: make count datamodel independent
- refactor: removed directory cli


Version v0.3.1 (release 2023-02-01)

- setup: move jq and tabulate to install require


Version v0.3.0 (release 2023-01-31)

- improve: add explicit raised RuntimeError
- record: add parameters to list_records
- users: change to table output
- refactor: add Color class
- refactor
- fix: tests


Version v0.2.0 (release 2023-01-20)

- add files enabled check
- add data_model param and marc21 service
- add add_file command
- setup: update to newer infrastructure
- add .git-blame-ignore-revs
- migrate to use black as opinionated auto formater
- migrate setup.py to setup.cfg
- feature: add delete-draft command
- dep: bump invenio_app_rdm (#27)
- tests: add test cases for cli commands (#25)
- cli: adds command for pids
- Rename records command (#23)
- bugfix: build readthedocs doc: setup documentation for click commands closes #14
- global: cleanup
- global: refactor comments/strings.
- cli: show number of rdmrecords.


Version 0.1.0 (released TBD)

- Initial public release.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/repository-cli",
    "name": "repository-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "invenio repository cli",
    "author": "Graz University of Technology",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/d7/f5/a4a443afb78daa22864014aa0492e74385338eb58e09de9a246c4ce0377b/repository-cli-0.12.1.tar.gz",
    "platform": "any",
    "description": "..\n    Copyright (C) 2021 Graz University of Technology.\n\n    repository-cli is free software; you can redistribute it and/or modify\n    it under the terms of the MIT License; see LICENSE file for more details.\n\n================\n repository-cli\n================\n\n.. image:: https://github.com/tu-graz-library/repository-cli/workflows/CI/badge.svg\n        :target: https://github.com/tu-graz-library/repository-cli/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/github/tag/tu-graz-library/repository-cli.svg\n        :target: https://github.com/tu-graz-library/repository-cli/releases\n\n.. image:: https://img.shields.io/pypi/dm/repository-cli.svg\n        :target: https://pypi.python.org/pypi/repository-cli\n\n.. image:: https://img.shields.io/github/license/tu-graz-library/repository-cli.svg\n        :target: https://github.com/tu-graz-library/repository-cli/blob/main/LICENSE\n\n.. image:: https://readthedocs.org/projects/repository-cli/badge/?version=latest\n        :target: https://repository-cli.readthedocs.io/en/latest/?badge=latest\n\n\nCLI utilities for TU Graz Repository\n\nFurther documentation is available on\nhttps://repository-cli.readthedocs.io/\n\n..\n    Copyright (C) 2021 Graz University of Technology.\n\n    repository-cli is free software; you can redistribute it and/or modify\n    it under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion v0.12.1 (release 2024-02-19)\n\n- fix: example command for update-remote-pid\n- records: add set embargo until\n- setup: add python3.11 support\n- black: fix formating v24.1.1\n\n\nVersion v0.12.0 (release 2024-01-25)\n\n- pids: add command update-remote-pid\n- options: make the data_model option required\n- fix: copy paste error\n\n\nVersion v0.11.1 (release 2023-11-10)\n\n- cli: tmp fix, this should be revisited\n- setup: increase rdm version\n\n\nVersion v0.11.0 (release 2023-11-03)\n\n- add command for adding persistent identifiers\n\n\nVersion v0.10.0 (release 2023-09-12)\n\n- add way to generate commands that update JSON\n- refactor: delete-draft\n- test: improve run-tests.sh\n- setup: use pytest-black-ng instead of pytest-black\n- fix: logic error\n- fix: can't return draft without existing record\n- fix: cli delete-draft\n\n\nVersion v0.9.0 (release 2023-07-31)\n\n- records: add data_model parameter\n- typing: use new optional syntax\n- service: add lom service\n- global: update ruff\n\n\nVersion v0.8.1 (release 2023-06-07)\n\n- refactor: move json validation into JSON\n- refactor: get_record_or_draft\n\n\nVersion v0.8.0 (release 2023-06-01)\n\n- records: make arguments ready for drafts too\n- records: add argument delete-file\n\n\nVersion v0.7.0 (release 2023-05-30)\n\n- test: fix and pin due flask-babelex\n- records: separate replace-file from add-file\n- fix: black color on black background, bad\n- types: otherwise it is not working with 3.9\n- global: migrate to ruff\n\n\nVersion v0.6.0 (release 2023-05-01)\n\n- cli: add command publish\n- cli: add record_id parameter to modify-access\n\n\nVersion v0.5.0 (release 2023-03-08)\n\n- setup: remove python 3.11\n- records: add command modify-access\n- records: change add-file command to common pattern\n\n\nVersion v0.4.0 (release 2023-02-09)\n\n- setup: add pylint and bandit\n- feature: add parameter add-metadata-to-records\n- refactor: add decorator without brackets\n- refactor: remove two character long forms\n- change: empty output not shown for list\n- change: command list output_file required=False\n- refactor:\n- refactor: make count datamodel independent\n- refactor: removed directory cli\n\n\nVersion v0.3.1 (release 2023-02-01)\n\n- setup: move jq and tabulate to install require\n\n\nVersion v0.3.0 (release 2023-01-31)\n\n- improve: add explicit raised RuntimeError\n- record: add parameters to list_records\n- users: change to table output\n- refactor: add Color class\n- refactor\n- fix: tests\n\n\nVersion v0.2.0 (release 2023-01-20)\n\n- add files enabled check\n- add data_model param and marc21 service\n- add add_file command\n- setup: update to newer infrastructure\n- add .git-blame-ignore-revs\n- migrate to use black as opinionated auto formater\n- migrate setup.py to setup.cfg\n- feature: add delete-draft command\n- dep: bump invenio_app_rdm (#27)\n- tests: add test cases for cli commands (#25)\n- cli: adds command for pids\n- Rename records command (#23)\n- bugfix: build readthedocs doc: setup documentation for click commands closes #14\n- global: cleanup\n- global: refactor comments/strings.\n- cli: show number of rdmrecords.\n\n\nVersion 0.1.0 (released TBD)\n\n- Initial public release.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"CLI utilities for TU Graz Repository.\"",
    "version": "0.12.1",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/repository-cli"
    },
    "split_keywords": [
        "invenio",
        "repository",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c96fa9388457862316f05314a3d98b6c7bc04a4557ee07a74b5aa11aabfeedfc",
                "md5": "415fbb5715b278cc3f45221dd3b34de6",
                "sha256": "936f3aeeabe6605f3439044d3a7bd969f3e5c37e60453b179109c9a0b08befc2"
            },
            "downloads": -1,
            "filename": "repository_cli-0.12.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "415fbb5715b278cc3f45221dd3b34de6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 19864,
            "upload_time": "2024-02-19T10:10:31",
            "upload_time_iso_8601": "2024-02-19T10:10:31.960424Z",
            "url": "https://files.pythonhosted.org/packages/c9/6f/a9388457862316f05314a3d98b6c7bc04a4557ee07a74b5aa11aabfeedfc/repository_cli-0.12.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7f5a4a443afb78daa22864014aa0492e74385338eb58e09de9a246c4ce0377b",
                "md5": "6da6395a23bd8361b27ed0cb020fdef9",
                "sha256": "17b7b52963ebd92215283a427c3ae95dba9da44ae48513ee1e7e201d9bb4115e"
            },
            "downloads": -1,
            "filename": "repository-cli-0.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6da6395a23bd8361b27ed0cb020fdef9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 31880,
            "upload_time": "2024-02-19T10:10:33",
            "upload_time_iso_8601": "2024-02-19T10:10:33.526260Z",
            "url": "https://files.pythonhosted.org/packages/d7/f5/a4a443afb78daa22864014aa0492e74385338eb58e09de9a246c4ce0377b/repository-cli-0.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 10:10:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "repository-cli",
    "github_not_found": true,
    "lcname": "repository-cli"
}
        
Elapsed time: 0.18829s