Name | Digikam-DB JSON |
Version |
0.3.5
JSON |
| download |
home_page | None |
Summary | Library to access Digikam metadata |
upload_time | 2025-01-26 13:19:21 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
digikam
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
|PyPi Package| |Documentation Status| |Test Status|
Digikam-DB
===========
Python library to access Digikam metadata (database)
Digikam is an image management application using KDE.
For more information on Digikam, see https://www.digikam.org/.
Digikam-DB can read and write Digikam metadata. It works with both
SQLite and MySQL databases.
.. warning::
This package is still under development. Use at your own risk and make
a backup of your Digikam database before writing to it.
Installation
-------------
For installation via PIP, simply type:
.. code-block:: bash
pip install Digikam-DB
If you are using a MySQL database, you may want to install the additional
dependencies:
.. code-block:: bash
pip install Digikam-DB[mysql]
To get the source code, go to https://github.com/rcw-2/python-digikamdb.
Running the Tests
------------------
The MySQL tests need a MySQL database to run. The database must be specified
in a module ``mysql_data`` somewhere in the Python path (e.g. in the same
directory as this file, it will be ignored by Git) that defines the variables
``db_host``, ``db_user``, ``db_pass`` and ``db_name``. The given user must
have all privileges on the given database.
To fill the database, the ``mysql`` binary is called, so make sure to
have ``mysql-client`` installed.
.. |PyPi Package| image:: https://badge.fury.io/py/Digikam-DB.svg
:target: https://badge.fury.io/py/Digikam-DB
.. |Documentation Status| image:: https://readthedocs.org/projects/digikam-db/badge/?version=latest
:target: http://digikam-db.readthedocs.io/?badge=latest
.. |Test Status| image:: https://github.com/rcw-2/python-digikamdb/actions/workflows/test.yml/badge.svg
:target: https://github.com/rcw-2/python-digikamdb/actions/workflows/test.yml
Raw data
{
"_id": null,
"home_page": null,
"name": "Digikam-DB",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "digikam",
"author": null,
"author_email": "rcw-2 <mail@rcw-2.de>",
"download_url": "https://files.pythonhosted.org/packages/14/b5/37450c396a65f28bbdacf45fecc30be05d72fd9a431c71aabd4206ad1812/digikam_db-0.3.5.tar.gz",
"platform": null,
"description": "|PyPi Package| |Documentation Status| |Test Status|\n\nDigikam-DB\n===========\n\nPython library to access Digikam metadata (database)\n\nDigikam is an image management application using KDE.\nFor more information on Digikam, see https://www.digikam.org/.\n\nDigikam-DB can read and write Digikam metadata. It works with both\nSQLite and MySQL databases.\n\n.. warning::\n \n This package is still under development. Use at your own risk and make\n a backup of your Digikam database before writing to it.\n\n\nInstallation\n-------------\n\nFor installation via PIP, simply type:\n\n.. code-block:: bash\n \n pip install Digikam-DB\n\nIf you are using a MySQL database, you may want to install the additional\ndependencies:\n\n.. code-block:: bash\n \n pip install Digikam-DB[mysql]\n\nTo get the source code, go to https://github.com/rcw-2/python-digikamdb.\n\n\nRunning the Tests\n------------------\n\nThe MySQL tests need a MySQL database to run. The database must be specified\nin a module ``mysql_data`` somewhere in the Python path (e.g. in the same\ndirectory as this file, it will be ignored by Git) that defines the variables\n``db_host``, ``db_user``, ``db_pass`` and ``db_name``. The given user must\nhave all privileges on the given database.\n\nTo fill the database, the ``mysql`` binary is called, so make sure to\nhave ``mysql-client`` installed.\n\n\n.. |PyPi Package| image:: https://badge.fury.io/py/Digikam-DB.svg\n :target: https://badge.fury.io/py/Digikam-DB\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/digikam-db/badge/?version=latest\n :target: http://digikam-db.readthedocs.io/?badge=latest\n\n.. |Test Status| image:: https://github.com/rcw-2/python-digikamdb/actions/workflows/test.yml/badge.svg\n :target: https://github.com/rcw-2/python-digikamdb/actions/workflows/test.yml\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Library to access Digikam metadata",
"version": "0.3.5",
"project_urls": {
"documentation": "https://digikam-db.readthedocs.io",
"homepage": "https://github.com/rcw-2/python-digikamdb"
},
"split_keywords": [
"digikam"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "bca711feb33c5d7c3a6b34229af3d6f87d521694e4ca973e1de0296e37d31515",
"md5": "fa7c1b7d136dac00288b0ba63e8055b8",
"sha256": "335e78575f4adeecdfcdea08b0a6ecb320c114cc0a151f800eb2a3dc78edd681"
},
"downloads": -1,
"filename": "Digikam_DB-0.3.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fa7c1b7d136dac00288b0ba63e8055b8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 40689,
"upload_time": "2025-01-26T13:19:19",
"upload_time_iso_8601": "2025-01-26T13:19:19.599275Z",
"url": "https://files.pythonhosted.org/packages/bc/a7/11feb33c5d7c3a6b34229af3d6f87d521694e4ca973e1de0296e37d31515/Digikam_DB-0.3.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "14b537450c396a65f28bbdacf45fecc30be05d72fd9a431c71aabd4206ad1812",
"md5": "e9cc38f72a2d22677c95ae93b47966f0",
"sha256": "7562c6888ac9e7dc6a99a812593acbbced9cd320b05c9b2a634772fe37a8d24c"
},
"downloads": -1,
"filename": "digikam_db-0.3.5.tar.gz",
"has_sig": false,
"md5_digest": "e9cc38f72a2d22677c95ae93b47966f0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 168941,
"upload_time": "2025-01-26T13:19:21",
"upload_time_iso_8601": "2025-01-26T13:19:21.491703Z",
"url": "https://files.pythonhosted.org/packages/14/b5/37450c396a65f28bbdacf45fecc30be05d72fd9a431c71aabd4206ad1812/digikam_db-0.3.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-26 13:19:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcw-2",
"github_project": "python-digikamdb",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "digikam-db"
}