django-tristate


Namedjango-tristate JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/chrysochos/django-tristate
SummaryA Django module providing a tri-state field
upload_time2024-01-07 12:52:25
maintainer
docs_urlNone
authorIoannis Chrysochos
requires_python
license
keywords
VCS
bugtrack_url
requirements asgiref Django sqlparse tzdata
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django Tri-State Module

Brief introduction to the module and its functionality.

## Installation

Instructions on how to install the `tri` module. 

```bash
pip install django-tristate  # Example command if available via PyPI
```

## Configuration

  # settings.py
  INSTALLED_APPS = [
      ...
      'tri',
  ]


## Contact
Ioannis Chrysochos
ioannis.chrysochos@cytanet.com.cy

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chrysochos/django-tristate",
    "name": "django-tristate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ioannis Chrysochos",
    "author_email": "ioannis.chrysochos@cytanet.com.cy",
    "download_url": "https://files.pythonhosted.org/packages/21/e9/e4302c29a40b42bcfa2008dd12d1c994cf08960edec7e1a17d22fa59cbce/django-tristate-0.1.tar.gz",
    "platform": null,
    "description": "# Django Tri-State Module\r\n\r\nBrief introduction to the module and its functionality.\r\n\r\n## Installation\r\n\r\nInstructions on how to install the `tri` module. \r\n\r\n```bash\r\npip install django-tristate  # Example command if available via PyPI\r\n```\r\n\r\n## Configuration\r\n\r\n  # settings.py\r\n  INSTALLED_APPS = [\r\n      ...\r\n      'tri',\r\n  ]\r\n\r\n\r\n## Contact\r\nIoannis Chrysochos\r\nioannis.chrysochos@cytanet.com.cy\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Django module providing a tri-state field",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/chrysochos/django-tristate"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbce840151901c2d579167f33ba879785d964bb7ee7bead6f4530795b8306686",
                "md5": "d690853205d5a21aaecb08d6df1dc9d1",
                "sha256": "da733ab413b49e0294e76e8608a0d9e1112498d3280812bbc4b9cbce65fbad0a"
            },
            "downloads": -1,
            "filename": "django_tristate-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d690853205d5a21aaecb08d6df1dc9d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3576,
            "upload_time": "2024-01-07T12:52:23",
            "upload_time_iso_8601": "2024-01-07T12:52:23.993081Z",
            "url": "https://files.pythonhosted.org/packages/db/ce/840151901c2d579167f33ba879785d964bb7ee7bead6f4530795b8306686/django_tristate-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21e9e4302c29a40b42bcfa2008dd12d1c994cf08960edec7e1a17d22fa59cbce",
                "md5": "01be944c41a0746fbfe868da9a3436c9",
                "sha256": "74e1c6a044e596f6be3364eb7b641682774c1c5adabacde4a957499009f33cf4"
            },
            "downloads": -1,
            "filename": "django-tristate-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "01be944c41a0746fbfe868da9a3436c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2902,
            "upload_time": "2024-01-07T12:52:25",
            "upload_time_iso_8601": "2024-01-07T12:52:25.282483Z",
            "url": "https://files.pythonhosted.org/packages/21/e9/e4302c29a40b42bcfa2008dd12d1c994cf08960edec7e1a17d22fa59cbce/django-tristate-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-07 12:52:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chrysochos",
    "github_project": "django-tristate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "asgiref",
            "specs": [
                [
                    "==",
                    "3.7.2"
                ]
            ]
        },
        {
            "name": "Django",
            "specs": [
                [
                    "==",
                    "5.0.1"
                ]
            ]
        },
        {
            "name": "sqlparse",
            "specs": [
                [
                    "==",
                    "0.4.4"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2023.4"
                ]
            ]
        }
    ],
    "lcname": "django-tristate"
}
        
Elapsed time: 0.19851s