..
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.2 (release 2024-07-19)
- setup: move to support python3.12 only
- cli: add two commands
- fix: not catched exception
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": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "invenio repository cli",
"author": "Graz University of Technology",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/41/5a/264c227b326e601ff13000e2f77f7ad2f587200ea30810b6ffc87e2160ab/repository-cli-0.12.2.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.2 (release 2024-07-19)\n\n- setup: move to support python3.12 only\n- cli: add two commands\n- fix: not catched exception\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.2",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/repository-cli"
},
"split_keywords": [
"invenio",
"repository",
"cli"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "18eaa5a467f80c8e44a13c9f09fa032b88e315b160f0b654da3f31c2d2c20ff8",
"md5": "3264f1ad99efa084fe17a72a1e31649b",
"sha256": "80e611c837a4ef177df4d57c9e1f2fef303b83c9b5d341fcbc8d6a2876200087"
},
"downloads": -1,
"filename": "repository_cli-0.12.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3264f1ad99efa084fe17a72a1e31649b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.12",
"size": 20050,
"upload_time": "2024-07-19T09:10:45",
"upload_time_iso_8601": "2024-07-19T09:10:45.586401Z",
"url": "https://files.pythonhosted.org/packages/18/ea/a5a467f80c8e44a13c9f09fa032b88e315b160f0b654da3f31c2d2c20ff8/repository_cli-0.12.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "415a264c227b326e601ff13000e2f77f7ad2f587200ea30810b6ffc87e2160ab",
"md5": "6faf27eda21e15fcb93301b62ac7477a",
"sha256": "097032b95c17c1f5d162465eb9332ba5c9a0abbcbf8c3368a33511bd4be4be3d"
},
"downloads": -1,
"filename": "repository-cli-0.12.2.tar.gz",
"has_sig": false,
"md5_digest": "6faf27eda21e15fcb93301b62ac7477a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 31827,
"upload_time": "2024-07-19T09:10:47",
"upload_time_iso_8601": "2024-07-19T09:10:47.009149Z",
"url": "https://files.pythonhosted.org/packages/41/5a/264c227b326e601ff13000e2f77f7ad2f587200ea30810b6ffc87e2160ab/repository-cli-0.12.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-19 09:10:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "repository-cli",
"github_not_found": true,
"lcname": "repository-cli"
}