kaiju-files


Namekaiju-files JSON
Version 2.1.2 PyPI version JSON
download
home_pagehttps://gitlab.com/kaiju-python/kaiju-files
SummaryFile management services.
upload_time2023-07-16 15:15:19
maintainer
docs_urlNone
authorantonnidhoggr@me.com
requires_python>=3.8
licenseApache Software License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. image:: https://badge.fury.io/py/kaiju-files.svg
    :target: https://pypi.org/project/kaiju-files
    :alt: Latest package version

.. image:: https://readthedocs.org/projects/kaiju-files/badge/?version=latest
    :target: https://kaiju-files.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

Summary
-------

**Python** >=3.8

**Postgresql** >=14

`Project documentation <https://kaiju-files.readthedocs.io/en/latest/>`_

Database transport, interfaces and migration services for postgresql.

Use `pip install kaiju-files` to install the package.

For development run the init script `tools/init.sh`.
It will setup git hooks and install the dev version of the project.

Testing
_______

- Install the package with dev dependencies using `tools/init.sh` or `pip install -e .[test]`.
- Start docker daemon.
- Run `pytest` from the project root.

Documentation
_____________

Run `docs/docs.sh` from the project root to generate documentation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/kaiju-python/kaiju-files",
    "name": "kaiju-files",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "antonnidhoggr@me.com",
    "author_email": "antonnidhoggr@me.com",
    "download_url": "",
    "platform": null,
    "description": "\n.. image:: https://badge.fury.io/py/kaiju-files.svg\n    :target: https://pypi.org/project/kaiju-files\n    :alt: Latest package version\n\n.. image:: https://readthedocs.org/projects/kaiju-files/badge/?version=latest\n    :target: https://kaiju-files.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\nSummary\n-------\n\n**Python** >=3.8\n\n**Postgresql** >=14\n\n`Project documentation <https://kaiju-files.readthedocs.io/en/latest/>`_\n\nDatabase transport, interfaces and migration services for postgresql.\n\nUse `pip install kaiju-files` to install the package.\n\nFor development run the init script `tools/init.sh`.\nIt will setup git hooks and install the dev version of the project.\n\nTesting\n_______\n\n- Install the package with dev dependencies using `tools/init.sh` or `pip install -e .[test]`.\n- Start docker daemon.\n- Run `pytest` from the project root.\n\nDocumentation\n_____________\n\nRun `docs/docs.sh` from the project root to generate documentation.\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "File management services.",
    "version": "2.1.2",
    "project_urls": {
        "Homepage": "https://gitlab.com/kaiju-python/kaiju-files"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee7dff5d32797513acd3a798b23953cf060e3a4b33ef3e4082ce0bf11c40971f",
                "md5": "176e3cc00d9b62d88ab9cc73dfabd02d",
                "sha256": "4354cf399ab10f11581775915aaa2cbc4d191967d68da42af7d9bc2034430d76"
            },
            "downloads": -1,
            "filename": "kaiju_files-2.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "176e3cc00d9b62d88ab9cc73dfabd02d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13392,
            "upload_time": "2023-07-16T15:15:19",
            "upload_time_iso_8601": "2023-07-16T15:15:19.597548Z",
            "url": "https://files.pythonhosted.org/packages/ee/7d/ff5d32797513acd3a798b23953cf060e3a4b33ef3e4082ce0bf11c40971f/kaiju_files-2.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-16 15:15:19",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "kaiju-python",
    "gitlab_project": "kaiju-files",
    "lcname": "kaiju-files"
}
        
Elapsed time: 0.09204s