django-hierarkey


Namedjango-hierarkey JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/raphaelm/django-hierarkey
SummaryHierarchical key-value store for django
upload_time2024-05-03 10:22:35
maintainerNone
docs_urlNone
authorRaphael Michel
requires_pythonNone
licenseApache License 2.0
keywords strings database models keyvalue
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            django-hierarkey -- Hierarchical key-value store
================================================

.. image:: https://img.shields.io/pypi/v/django-hierarkey.svg
   :target: https://pypi.python.org/pypi/django-hierarkey

.. image:: https://readthedocs.org/projects/django-hierarkey/badge/?version=latest
   :target: https://django-hierarkey.readthedocs.io/

This package allows you to attach a key-value store to a model, e.g. to store preferences of
an user or a customer. The package supports arbitrary datatypes, defaults and model hierarchies,
i.e. you can define a different model instance as your instance's parent and the values of the
parent instance will be used as default values for the child instances.

This approach has been in use in `pretix`_ for quite a while, so it has been tested in
production.

Tested with Python 3.8-3.10 and Django 3.2-4.0.

License
-------
The code in this repository is published under the terms of the Apache License. 
See the LICENSE file for the complete license text.

This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the
AUTHORS file for a list of all the awesome folks who contributed to this project.

.. _pretix: https://github.com/pretix/pretix

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/raphaelm/django-hierarkey",
    "name": "django-hierarkey",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "strings database models keyvalue",
    "author": "Raphael Michel",
    "author_email": "mail@raphaelmichel.de",
    "download_url": "https://files.pythonhosted.org/packages/54/30/c997cc7642290d22c43ae379d78806019dd72be5006d3be913328803a100/django_hierarkey-1.2.0.tar.gz",
    "platform": null,
    "description": "django-hierarkey -- Hierarchical key-value store\n================================================\n\n.. image:: https://img.shields.io/pypi/v/django-hierarkey.svg\n   :target: https://pypi.python.org/pypi/django-hierarkey\n\n.. image:: https://readthedocs.org/projects/django-hierarkey/badge/?version=latest\n   :target: https://django-hierarkey.readthedocs.io/\n\nThis package allows you to attach a key-value store to a model, e.g. to store preferences of\nan user or a customer. The package supports arbitrary datatypes, defaults and model hierarchies,\ni.e. you can define a different model instance as your instance's parent and the values of the\nparent instance will be used as default values for the child instances.\n\nThis approach has been in use in `pretix`_ for quite a while, so it has been tested in\nproduction.\n\nTested with Python 3.8-3.10 and Django 3.2-4.0.\n\nLicense\n-------\nThe code in this repository is published under the terms of the Apache License. \nSee the LICENSE file for the complete license text.\n\nThis project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the\nAUTHORS file for a list of all the awesome folks who contributed to this project.\n\n.. _pretix: https://github.com/pretix/pretix\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Hierarchical key-value store for django",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/raphaelm/django-hierarkey"
    },
    "split_keywords": [
        "strings",
        "database",
        "models",
        "keyvalue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6327d26a4a2e7a9d5b16f27fe3c7f8f3fac998c4ab3766ab3782a25f5fbaf7d",
                "md5": "65ad55e26fd3fa7939e58acaca3bac83",
                "sha256": "b3633c116c462d5fe5e1b114b8cc9dc70cb9b044004146b1ed592507f791b2ae"
            },
            "downloads": -1,
            "filename": "django_hierarkey-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65ad55e26fd3fa7939e58acaca3bac83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12902,
            "upload_time": "2024-05-03T10:22:33",
            "upload_time_iso_8601": "2024-05-03T10:22:33.987887Z",
            "url": "https://files.pythonhosted.org/packages/e6/32/7d26a4a2e7a9d5b16f27fe3c7f8f3fac998c4ab3766ab3782a25f5fbaf7d/django_hierarkey-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5430c997cc7642290d22c43ae379d78806019dd72be5006d3be913328803a100",
                "md5": "fc505d1965c3d7085d6a9a0ae454d09a",
                "sha256": "b16a400539c91fdbbef00f8f9e7c2c3034f20733819eef1d22434afc91e20fbe"
            },
            "downloads": -1,
            "filename": "django_hierarkey-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fc505d1965c3d7085d6a9a0ae454d09a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14236,
            "upload_time": "2024-05-03T10:22:35",
            "upload_time_iso_8601": "2024-05-03T10:22:35.229857Z",
            "url": "https://files.pythonhosted.org/packages/54/30/c997cc7642290d22c43ae379d78806019dd72be5006d3be913328803a100/django_hierarkey-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-03 10:22:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "raphaelm",
    "github_project": "django-hierarkey",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "django-hierarkey"
}
        
Elapsed time: 0.25651s