types-smorest


Nametypes-smorest JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/cex-solutions/types-smorest
SummaryType Stubs for flask-smorest
upload_time2022-12-13 11:42:31
maintainer
docs_urlNone
authorBinovate Labs
requires_python>=3.7, <4
licenseGPLv3
keywords flask flask-smorest smorest stubs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # types-smorest

This is a package containing type annotations for [flask-smorest](https://pypi.org/project/flask-smorest/).

### Installing:

Simply run the following in the environment in which you want to install this package:

```shell
# install types-smorest
$ python -m pip install types-smorest
```

or add it to your requirements file.

### Developing

This is a partial stub package, only covering a part of the functions and objects available in `flask-smorest`.
Contributions (both in adding stubs for more functions, or keeping up to date with `flask-smorest` itself) are welcome.

All the formatting is done using [pre-commit](https://pre-commit.com/). To use this, run the following:

```shell
# install pre-commit
$ python -m pip install pre-commit

# Set up the hooks (so pre-commit automatically runs when you do a commit)
$ cd root/directory/of/the/pulled/repository
$ pre-commit install

# This will run automatically whenever a commit is created
# To run it manually, use:
$ pre-commit run --all-files
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cex-solutions/types-smorest",
    "name": "types-smorest",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "flask flask-smorest smorest stubs",
    "author": "Binovate Labs",
    "author_email": "cex-dev@binovate.com",
    "download_url": "https://files.pythonhosted.org/packages/75/58/55c495a1a98d7f861260b4d3f2f466c93c05a240b8d5a779242340b149f7/types-smorest-1.1.2.tar.gz",
    "platform": null,
    "description": "# types-smorest\n\nThis is a package containing type annotations for [flask-smorest](https://pypi.org/project/flask-smorest/).\n\n### Installing:\n\nSimply run the following in the environment in which you want to install this package:\n\n```shell\n# install types-smorest\n$ python -m pip install types-smorest\n```\n\nor add it to your requirements file.\n\n### Developing\n\nThis is a partial stub package, only covering a part of the functions and objects available in `flask-smorest`.\nContributions (both in adding stubs for more functions, or keeping up to date with `flask-smorest` itself) are welcome.\n\nAll the formatting is done using [pre-commit](https://pre-commit.com/). To use this, run the following:\n\n```shell\n# install pre-commit\n$ python -m pip install pre-commit\n\n# Set up the hooks (so pre-commit automatically runs when you do a commit)\n$ cd root/directory/of/the/pulled/repository\n$ pre-commit install\n\n# This will run automatically whenever a commit is created\n# To run it manually, use:\n$ pre-commit run --all-files\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Type Stubs for flask-smorest",
    "version": "1.1.2",
    "split_keywords": [
        "flask",
        "flask-smorest",
        "smorest",
        "stubs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "38509076f5a1307bd8eba79e2d8a301a",
                "sha256": "bad3ae6ee5d074bab6e1be9eae92d995c109e1addd35cb710869fb85c9824d8b"
            },
            "downloads": -1,
            "filename": "types_smorest-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "38509076f5a1307bd8eba79e2d8a301a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <4",
            "size": 20149,
            "upload_time": "2022-12-13T11:42:30",
            "upload_time_iso_8601": "2022-12-13T11:42:30.273827Z",
            "url": "https://files.pythonhosted.org/packages/8a/a8/0af25f6405059ac19f50fdad17e4c4bc1b0311b388b9d25133e9228f656b/types_smorest-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f04036870a4dcd38257acad0a12f364d",
                "sha256": "4782b913852268050fb68538f032ef5640f7a164e64d3b37a96b125eb8f95b73"
            },
            "downloads": -1,
            "filename": "types-smorest-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f04036870a4dcd38257acad0a12f364d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 17857,
            "upload_time": "2022-12-13T11:42:31",
            "upload_time_iso_8601": "2022-12-13T11:42:31.787652Z",
            "url": "https://files.pythonhosted.org/packages/75/58/55c495a1a98d7f861260b4d3f2f466c93c05a240b8d5a779242340b149f7/types-smorest-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-13 11:42:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cex-solutions",
    "github_project": "types-smorest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "types-smorest"
}
        
Elapsed time: 0.01872s