giant-mixins


Namegiant-mixins JSON
Version 0.3.8 PyPI version JSON
download
home_pagehttps://github.com/giantmade/giant-mixins
SummaryA mixins app that provides some standard mixins for Giant projects
upload_time2024-03-07 14:43:45
maintainer
docs_urlNone
authorWill-Hoey
requires_python>=3.9,<4.0
licenseMIT
keywords mixins app
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Giant Mixins

Provides commonly used functionality in a neat package to help keep our codebases DRY.

## Installation

To install the standard app with no extras simply run

    $ poetry add giant-mixins

However if your project has django-cms installed then you can make use of the full range of mixins in this app. For this, install the package with the extra dependencies,

    $ poetry add giant-mixins --extras "cms"

You should then add `"mixins"` to the `INSTALLED_APPS` in your settings file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/giantmade/giant-mixins",
    "name": "giant-mixins",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "mixins,app",
    "author": "Will-Hoey",
    "author_email": "will.hoey@giantmade.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/6b/28c65668d06ea2b1171bcc06d260b56a7cd7356a7a6872254c797e870387/giant_mixins-0.3.8.tar.gz",
    "platform": null,
    "description": "# Giant Mixins\n\nProvides commonly used functionality in a neat package to help keep our codebases DRY.\n\n## Installation\n\nTo install the standard app with no extras simply run\n\n    $ poetry add giant-mixins\n\nHowever if your project has django-cms installed then you can make use of the full range of mixins in this app. For this, install the package with the extra dependencies,\n\n    $ poetry add giant-mixins --extras \"cms\"\n\nYou should then add `\"mixins\"` to the `INSTALLED_APPS` in your settings file.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A mixins app that provides some standard mixins for Giant projects",
    "version": "0.3.8",
    "project_urls": {
        "Homepage": "https://github.com/giantmade/giant-mixins",
        "Repository": "https://github.com/giantmade/giant-mixins"
    },
    "split_keywords": [
        "mixins",
        "app"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d7aeb554964b83da4c0d828856989669c306f93f81110401a70bd508e2e009a",
                "md5": "fd78b39b6b10e13cf7532a4302b84ce6",
                "sha256": "224715fce37777801b6a77f5c784bf3f9fcba65cdb60abfeb42aafdba02ae308"
            },
            "downloads": -1,
            "filename": "giant_mixins-0.3.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd78b39b6b10e13cf7532a4302b84ce6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 6316,
            "upload_time": "2024-03-07T14:43:43",
            "upload_time_iso_8601": "2024-03-07T14:43:43.821511Z",
            "url": "https://files.pythonhosted.org/packages/5d/7a/eb554964b83da4c0d828856989669c306f93f81110401a70bd508e2e009a/giant_mixins-0.3.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee6b28c65668d06ea2b1171bcc06d260b56a7cd7356a7a6872254c797e870387",
                "md5": "bbc17812bfd5e1fcadf643a0bfdc3c6f",
                "sha256": "53ac89da9a872e916a5e9009b7124dca8b6973ccfa913af44b1d45c6853c15c0"
            },
            "downloads": -1,
            "filename": "giant_mixins-0.3.8.tar.gz",
            "has_sig": false,
            "md5_digest": "bbc17812bfd5e1fcadf643a0bfdc3c6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 4581,
            "upload_time": "2024-03-07T14:43:45",
            "upload_time_iso_8601": "2024-03-07T14:43:45.410632Z",
            "url": "https://files.pythonhosted.org/packages/ee/6b/28c65668d06ea2b1171bcc06d260b56a7cd7356a7a6872254c797e870387/giant_mixins-0.3.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-07 14:43:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "giantmade",
    "github_project": "giant-mixins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "giant-mixins"
}
        
Elapsed time: 0.36405s