django-bulk-tracker


Namedjango-bulk-tracker JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/hassaanalansary/django-bulk-tracker
SummaryA Django app that allows you to have more control over bulk operations.
upload_time2023-07-06 16:33:06
maintainer
docs_urlNone
authorHassaan Alansary
requires_python>=3.9
licenseMozilla Public License 2.0
keywords django django-bulk-tracker 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-bulk-tracker
===============

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




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

Contribute
----------

If you have great ideas for django-bulk-tracker, 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-bulk-tracker), please open an issue.


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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hassaanalansary/django-bulk-tracker",
    "name": "django-bulk-tracker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "django,django-bulk-tracker,bulk-update,bulk-create,signals,django-signals",
    "author": "Hassaan Alansary",
    "author_email": "hassaanalansary@yahoo.com",
    "download_url": "https://files.pythonhosted.org/packages/ed/2a/956a72d13d625ac57db6c7a2bd12bf99bdabed663ded1ed6a429b15a4dcc/django-bulk-tracker-0.0.7.tar.gz",
    "platform": null,
    "description": "django-bulk-tracker\n===============\n\n[![Build Status](https://github.com/hassaanalansary/django-bulk-tracker/actions/workflows/tests.yml/badge.svg)](https://github.com/hassaanalansary/django-bulk-tracker/actions)\n\n\n\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-bulk-tracker, 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-bulk-tracker), please open an issue.\n\n\n#### GitHub repository: https://github.com/hassaanalansary/django-bulk-tracker\n#### issue tracker: https://github.com/hassaanalansary/django-bulk-tracker/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.7",
    "project_urls": {
        "Homepage": "https://github.com/hassaanalansary/django-bulk-tracker"
    },
    "split_keywords": [
        "django",
        "django-bulk-tracker",
        "bulk-update",
        "bulk-create",
        "signals",
        "django-signals"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f6d0ca24094a71ddbc433d2d0e4ab275b190261b1569513fa9e1e389be3cd13",
                "md5": "c68b9c15c58f1b819135271daae83803",
                "sha256": "f0715cff67a9697cabe50e1d86385aae6ad658da294e07f6612ae913758823ce"
            },
            "downloads": -1,
            "filename": "django_bulk_tracker-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c68b9c15c58f1b819135271daae83803",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10994,
            "upload_time": "2023-07-06T16:33:04",
            "upload_time_iso_8601": "2023-07-06T16:33:04.587737Z",
            "url": "https://files.pythonhosted.org/packages/8f/6d/0ca24094a71ddbc433d2d0e4ab275b190261b1569513fa9e1e389be3cd13/django_bulk_tracker-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed2a956a72d13d625ac57db6c7a2bd12bf99bdabed663ded1ed6a429b15a4dcc",
                "md5": "86a50a17f0bd60b6b8a5c378b383827b",
                "sha256": "ac803e63f8bb9d44f4ff7ac8fc46a7d25ceeacf833f5d8e945f5cf17beb1a74e"
            },
            "downloads": -1,
            "filename": "django-bulk-tracker-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "86a50a17f0bd60b6b8a5c378b383827b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12668,
            "upload_time": "2023-07-06T16:33:06",
            "upload_time_iso_8601": "2023-07-06T16:33:06.030381Z",
            "url": "https://files.pythonhosted.org/packages/ed/2a/956a72d13d625ac57db6c7a2bd12bf99bdabed663ded1ed6a429b15a4dcc/django-bulk-tracker-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-06 16:33:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hassaanalansary",
    "github_project": "django-bulk-tracker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "django-bulk-tracker"
}
        
Elapsed time: 0.09203s