django-commons-playground


Namedjango-commons-playground JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA place to test things out
upload_time2024-04-20 13:59:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords django django commons
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-commons-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-commons-playground",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "django, django commons",
    "author": null,
    "author_email": "Tim Schilling <schillingt@better-simple.com>",
    "download_url": "https://files.pythonhosted.org/packages/da/65/f659242d6400ee342a418e346209a351c4c2bb9675926609688214476ad9/django_commons_playground-1.0.1.tar.gz",
    "platform": null,
    "description": "# django-commons-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-commons/django-commons-playground",
        "Issues": "https://github.com/django-commons/django-commons-playground/issues"
    },
    "split_keywords": [
        "django",
        " django commons"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1817f0db6a78915a69a5a8631940b336d1aec0f90b61f8a3611cedc07ba49ad",
                "md5": "b32a0b9dc05d4d7b2fb9a25c06b60248",
                "sha256": "d495683b816dda90fccd05d9a5cac70e2415b3c83dda3c0f6b2cc9a030ab9ab0"
            },
            "downloads": -1,
            "filename": "django_commons_playground-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b32a0b9dc05d4d7b2fb9a25c06b60248",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 2834,
            "upload_time": "2024-04-20T13:59:35",
            "upload_time_iso_8601": "2024-04-20T13:59:35.672519Z",
            "url": "https://files.pythonhosted.org/packages/b1/81/7f0db6a78915a69a5a8631940b336d1aec0f90b61f8a3611cedc07ba49ad/django_commons_playground-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da65f659242d6400ee342a418e346209a351c4c2bb9675926609688214476ad9",
                "md5": "e4b06af0460086f872e3a65f137aeb7b",
                "sha256": "d091d6d1a1c3669433ba714eaebe410a4ff08d00bc8afd05daee65c8226b5a9c"
            },
            "downloads": -1,
            "filename": "django_commons_playground-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e4b06af0460086f872e3a65f137aeb7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 2406,
            "upload_time": "2024-04-20T13:59:37",
            "upload_time_iso_8601": "2024-04-20T13:59:37.277266Z",
            "url": "https://files.pythonhosted.org/packages/da/65/f659242d6400ee342a418e346209a351c4c2bb9675926609688214476ad9/django_commons_playground-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-20 13:59:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-commons",
    "github_project": "django-commons-playground",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-commons-playground"
}
        
Elapsed time: 0.23346s