django-community-playground


Namedjango-community-playground JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA place to test things out
upload_time2024-03-22 13:23:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords django django community
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-community-playground
A sample project to test things out


## Running tests

```shell
python -m unittest
```

## Manually building and uploading

```shell
python3 -m pip install -U twine build
python3 -m build
python3 -m twine upload --repository testpypi dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-community-playground",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "django, django community",
    "author": null,
    "author_email": "Tim Schilling <schillingt@better-simple.com>",
    "download_url": "https://files.pythonhosted.org/packages/04/f4/eecf9a14094263b84d9eab8f5e0a651f4c98f55c7b9135ef0a79944c341e/django_community_playground-1.0.1.tar.gz",
    "platform": null,
    "description": "# django-community-playground\nA sample project to test things out\n\n\n## Running tests\n\n```shell\npython -m unittest\n```\n\n## Manually building and uploading\n\n```shell\npython3 -m pip install -U twine build\npython3 -m build\npython3 -m twine upload --repository testpypi dist/*\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A place to test things out",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/django-community/django-community-playground",
        "Issues": "https://github.com/django-community/django-community-playground/issues"
    },
    "split_keywords": [
        "django",
        " django community"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaf3154b9765542bf9be1df557495665355384310506f3f41a2c2e32025a50db",
                "md5": "988febaa3e7511dea5d367c7faf8d416",
                "sha256": "f2d18442c9fbb15b90f22e84f591dd1b40e6328723daf52caf1598d99ca7673f"
            },
            "downloads": -1,
            "filename": "django_community_playground-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "988febaa3e7511dea5d367c7faf8d416",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 2849,
            "upload_time": "2024-03-22T13:23:21",
            "upload_time_iso_8601": "2024-03-22T13:23:21.431167Z",
            "url": "https://files.pythonhosted.org/packages/ea/f3/154b9765542bf9be1df557495665355384310506f3f41a2c2e32025a50db/django_community_playground-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04f4eecf9a14094263b84d9eab8f5e0a651f4c98f55c7b9135ef0a79944c341e",
                "md5": "03932b9d4cf7d4b7a8a163e9323b2c7d",
                "sha256": "63cff9d5248d91fd7ccfe25c9c660d0103cebb6f90037683d91bf9fa229a952d"
            },
            "downloads": -1,
            "filename": "django_community_playground-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "03932b9d4cf7d4b7a8a163e9323b2c7d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 2379,
            "upload_time": "2024-03-22T13:23:22",
            "upload_time_iso_8601": "2024-03-22T13:23:22.837395Z",
            "url": "https://files.pythonhosted.org/packages/04/f4/eecf9a14094263b84d9eab8f5e0a651f4c98f55c7b9135ef0a79944c341e/django_community_playground-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 13:23:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-community",
    "github_project": "django-community-playground",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-community-playground"
}
        
Elapsed time: 0.36098s