django-plain-permissions


Namedjango-plain-permissions JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/hassaanalansary/django-plain-permissions
SummaryA Django app that allows you to have more control over bulk operations.
upload_time2024-04-15 16:18:08
maintainerNone
docs_urlNone
authorHassaan Alansary
requires_python>=3.9
licenseMozilla Public License 2.0
keywords django django-plain-permissions bulk-update bulk-create signals django-signals
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-plain-permissions
===============

[![Build Status](https://github.com/hassaanalansary/django-plain-permissions/actions/workflows/tests.yml/badge.svg)](https://github.com/hassaanalansary/django-plain-permissions/actions)


Documentation
=============
https://django-plain-permissions.readthedocs.io/en/latest/

Run tests
==========
```shell
pip install -r requirements_dev.txt
pytest
```

Contribute
==========

If you have great ideas for django-plain-permissions, or if you like to improve something,
feel free to fork this repository and/or create a pull request.
I'm open for suggestions.
If you like to discuss something with me (about django-plain-permissions), please open an issue.


#### GitHub repository: https://github.com/hassaanalansary/django-plain-permissions
#### issue tracker: https://github.com/hassaanalansary/django-plain-permissions/issues

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hassaanalansary/django-plain-permissions",
    "name": "django-plain-permissions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "django, django-plain-permissions, bulk-update, bulk-create, signals, django-signals",
    "author": "Hassaan Alansary",
    "author_email": "hassaanalansary@yahoo.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/ad/8e9692f62ba4bc147d2a641eb5fb146b3191582f9bd13dc2be1b168efa79/django_plain_permissions-0.0.2.tar.gz",
    "platform": null,
    "description": "django-plain-permissions\n===============\n\n[![Build Status](https://github.com/hassaanalansary/django-plain-permissions/actions/workflows/tests.yml/badge.svg)](https://github.com/hassaanalansary/django-plain-permissions/actions)\n\n\nDocumentation\n=============\nhttps://django-plain-permissions.readthedocs.io/en/latest/\n\nRun tests\n==========\n```shell\npip install -r requirements_dev.txt\npytest\n```\n\nContribute\n==========\n\nIf you have great ideas for django-plain-permissions, or if you like to improve something,\nfeel free to fork this repository and/or create a pull request.\nI'm open for suggestions.\nIf you like to discuss something with me (about django-plain-permissions), please open an issue.\n\n\n#### GitHub repository: https://github.com/hassaanalansary/django-plain-permissions\n#### issue tracker: https://github.com/hassaanalansary/django-plain-permissions/issues\n",
    "bugtrack_url": null,
    "license": "Mozilla Public License 2.0",
    "summary": "A Django app that allows you to have more control over bulk operations.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/hassaanalansary/django-plain-permissions"
    },
    "split_keywords": [
        "django",
        " django-plain-permissions",
        " bulk-update",
        " bulk-create",
        " signals",
        " django-signals"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ecdfd58970d81be096b540a632e44daaf6c3503cd2a208d356cae2778ea5e9d",
                "md5": "01b4c0b668c62ba774407db8016c99f5",
                "sha256": "0ff6063342151baae71186de2897fe8e5f733d881361639f833598aeea389349"
            },
            "downloads": -1,
            "filename": "django_plain_permissions-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01b4c0b668c62ba774407db8016c99f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11001,
            "upload_time": "2024-04-15T16:18:06",
            "upload_time_iso_8601": "2024-04-15T16:18:06.937075Z",
            "url": "https://files.pythonhosted.org/packages/5e/cd/fd58970d81be096b540a632e44daaf6c3503cd2a208d356cae2778ea5e9d/django_plain_permissions-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4ad8e9692f62ba4bc147d2a641eb5fb146b3191582f9bd13dc2be1b168efa79",
                "md5": "56f7bce3773bd0b68bc36247966d1f6e",
                "sha256": "d9482f66e4d88f7fb836e8276753b540f2c75bde988ff558f35172ca363d6a02"
            },
            "downloads": -1,
            "filename": "django_plain_permissions-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "56f7bce3773bd0b68bc36247966d1f6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11122,
            "upload_time": "2024-04-15T16:18:08",
            "upload_time_iso_8601": "2024-04-15T16:18:08.679462Z",
            "url": "https://files.pythonhosted.org/packages/a4/ad/8e9692f62ba4bc147d2a641eb5fb146b3191582f9bd13dc2be1b168efa79/django_plain_permissions-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 16:18:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hassaanalansary",
    "github_project": "django-plain-permissions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "django-plain-permissions"
}
        
Elapsed time: 0.37769s