django-stubs-patch


Namedjango-stubs-patch JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/mrlyc/django-stubs-patch
SummaryA pmypy django-stubs patch work for python3.6
upload_time2023-09-16 14:54:26
maintainer
docs_urlNone
authorMrLYC
requires_python>=3.6.1
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-stubs-patch

[![Release](https://img.shields.io/github/v/release/mrlyc/django-stubs-patch)](https://img.shields.io/github/v/release/mrlyc/django-stubs-patch)
[![Build status](https://img.shields.io/github/actions/workflow/status/mrlyc/django-stubs-patch/main.yml?branch=main)](https://github.com/mrlyc/django-stubs-patch/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/mrlyc/django-stubs-patch/branch/main/graph/badge.svg)](https://codecov.io/gh/mrlyc/django-stubs-patch)
[![Commit activity](https://img.shields.io/github/commit-activity/m/mrlyc/django-stubs-patch)](https://img.shields.io/github/commit-activity/m/mrlyc/django-stubs-patch)
[![License](https://img.shields.io/github/license/mrlyc/django-stubs-patch)](https://img.shields.io/github/license/mrlyc/django-stubs-patch)

A pmypy django-stubs patch work for python3.6

- **Github repository**: <https://github.com/mrlyc/django-stubs-patch/>
- **Documentation** <https://mrlyc.github.io/django-stubs-patch/>

## Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

``` bash
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:mrlyc/django-stubs-patch.git
git push -u origin main
```

Finally, install the environment and the pre-commit hooks with

```bash
make install
```

You are now ready to start development on your project! The CI/CD
pipeline will be triggered when you open a pull request, merge to main,
or when you create a new release.

To finalize the set-up for publishing to PyPi or Artifactory, see
[here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).
For activating the automatic documentation with MkDocs, see
[here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).

## Releasing a new version

- Create an API Token on [Pypi](https://pypi.org/).
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting
[this page](https://github.com/mrlyc/django-stubs-patch/settings/secrets/actions/new).
- Create a [new release](https://github.com/mrlyc/django-stubs-patch/releases/new) on Github.
Create a new tag in the form ``*.*.*``.

For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).

---

Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mrlyc/django-stubs-patch",
    "name": "django-stubs-patch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.1",
    "maintainer_email": "",
    "keywords": "",
    "author": "MrLYC",
    "author_email": "fimyikong@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/69/cdc5d668ea033df75f61854a716fa4f7f677a31fdf6a7c9c5168714cecad/django_stubs_patch-0.1.0.tar.gz",
    "platform": null,
    "description": "# django-stubs-patch\n\n[![Release](https://img.shields.io/github/v/release/mrlyc/django-stubs-patch)](https://img.shields.io/github/v/release/mrlyc/django-stubs-patch)\n[![Build status](https://img.shields.io/github/actions/workflow/status/mrlyc/django-stubs-patch/main.yml?branch=main)](https://github.com/mrlyc/django-stubs-patch/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/mrlyc/django-stubs-patch/branch/main/graph/badge.svg)](https://codecov.io/gh/mrlyc/django-stubs-patch)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/mrlyc/django-stubs-patch)](https://img.shields.io/github/commit-activity/m/mrlyc/django-stubs-patch)\n[![License](https://img.shields.io/github/license/mrlyc/django-stubs-patch)](https://img.shields.io/github/license/mrlyc/django-stubs-patch)\n\nA pmypy django-stubs patch work for python3.6\n\n- **Github repository**: <https://github.com/mrlyc/django-stubs-patch/>\n- **Documentation** <https://mrlyc.github.io/django-stubs-patch/>\n\n## Getting started with your project\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n``` bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:mrlyc/django-stubs-patch.git\ngit push -u origin main\n```\n\nFinally, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nYou are now ready to start development on your project! The CI/CD\npipeline will be triggered when you open a pull request, merge to main,\nor when you create a new release.\n\nTo finalize the set-up for publishing to PyPi or Artifactory, see\n[here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see\n[here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).\n\n## Releasing a new version\n\n- Create an API Token on [Pypi](https://pypi.org/).\n- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting\n[this page](https://github.com/mrlyc/django-stubs-patch/settings/secrets/actions/new).\n- Create a [new release](https://github.com/mrlyc/django-stubs-patch/releases/new) on Github.\nCreate a new tag in the form ``*.*.*``.\n\nFor more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A pmypy django-stubs patch work for python3.6",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://mrlyc.github.io/django-stubs-patch/",
        "Homepage": "https://github.com/mrlyc/django-stubs-patch",
        "Repository": "https://github.com/mrlyc/django-stubs-patch"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8691d067b6aa373fd37ed20fb696ccd55ce1d2d525ede210023761c2e426fc1",
                "md5": "f4d7ac7a8237f92fdc31da4dab2a60d5",
                "sha256": "3584aa148cb10214006bfa9703d245dedf9cac068eb785fccda589af1df7d43a"
            },
            "downloads": -1,
            "filename": "django_stubs_patch-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4d7ac7a8237f92fdc31da4dab2a60d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.1",
            "size": 3340,
            "upload_time": "2023-09-16T14:54:24",
            "upload_time_iso_8601": "2023-09-16T14:54:24.441950Z",
            "url": "https://files.pythonhosted.org/packages/d8/69/1d067b6aa373fd37ed20fb696ccd55ce1d2d525ede210023761c2e426fc1/django_stubs_patch-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f69cdc5d668ea033df75f61854a716fa4f7f677a31fdf6a7c9c5168714cecad",
                "md5": "57730756fd1606e4bce9e5529b2e47c6",
                "sha256": "d2c4aaa478e60d3380ab058e1efeca9065c501abf83334d42050e0e251fc0de1"
            },
            "downloads": -1,
            "filename": "django_stubs_patch-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "57730756fd1606e4bce9e5529b2e47c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.1",
            "size": 3718,
            "upload_time": "2023-09-16T14:54:26",
            "upload_time_iso_8601": "2023-09-16T14:54:26.601605Z",
            "url": "https://files.pythonhosted.org/packages/8f/69/cdc5d668ea033df75f61854a716fa4f7f677a31fdf6a7c9c5168714cecad/django_stubs_patch-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-16 14:54:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mrlyc",
    "github_project": "django-stubs-patch",
    "github_not_found": true,
    "lcname": "django-stubs-patch"
}
        
Elapsed time: 0.11263s