Digikam-DB


NameDigikam-DB JSON
Version 0.3.3 PyPI version JSON
download
home_page
SummaryLibrary to access Digikam metadata
upload_time2023-11-11 09:25:49
maintainer
docs_urlNone
author
requires_python>=3.7
license
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": "",
    "name": "Digikam-DB",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "digikam",
    "author": "",
    "author_email": "rcw-2 <mail@rcw-2.de>",
    "download_url": "https://files.pythonhosted.org/packages/6b/f7/9cdf1f7922d2723bbcf63fc71f688f77988c51c9d5e92b5be99e20957af4/Digikam-DB-0.3.3.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": "",
    "summary": "Library to access Digikam metadata",
    "version": "0.3.3",
    "project_urls": {
        "documentation": "https://digikam-db.readthedocs.io",
        "homepage": "https://github.com/rcw-2/python-digikamdb"
    },
    "split_keywords": [
        "digikam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bde5a9c54a5b06191bfff5faf0c812474ee3c3ca7f2c0f27cf1ba82cc4c72efe",
                "md5": "079b7c7445a265d7839f062d8e1fbcc2",
                "sha256": "152c24bf2b01e9eba4110467438de86fea72b75ed2108178220d17c349fc51c0"
            },
            "downloads": -1,
            "filename": "Digikam_DB-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "079b7c7445a265d7839f062d8e1fbcc2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 39679,
            "upload_time": "2023-11-11T09:25:47",
            "upload_time_iso_8601": "2023-11-11T09:25:47.452360Z",
            "url": "https://files.pythonhosted.org/packages/bd/e5/a9c54a5b06191bfff5faf0c812474ee3c3ca7f2c0f27cf1ba82cc4c72efe/Digikam_DB-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bf79cdf1f7922d2723bbcf63fc71f688f77988c51c9d5e92b5be99e20957af4",
                "md5": "1c358fa4180a1c28a5987fda01a5dcf6",
                "sha256": "4ec4dd024fbb032432f5f6d60b4660ae7d33d544941ba4bbd6311ad2001d2287"
            },
            "downloads": -1,
            "filename": "Digikam-DB-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1c358fa4180a1c28a5987fda01a5dcf6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 162809,
            "upload_time": "2023-11-11T09:25:49",
            "upload_time_iso_8601": "2023-11-11T09:25:49.036720Z",
            "url": "https://files.pythonhosted.org/packages/6b/f7/9cdf1f7922d2723bbcf63fc71f688f77988c51c9d5e92b5be99e20957af4/Digikam-DB-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-11 09:25:49",
    "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"
}
        
Elapsed time: 0.13974s