[![PyPI version](https://badge.fury.io/py/Flask-HTTPAuth-stubs.svg)](https://pypi.org/project/openpyxl-stubs)
[![Code on Github](https://img.shields.io/badge/Code-GitHub-brightgreen)](https://github.com/MartinThoma/openpyxl-stubs)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![GitHub last commit](https://img.shields.io/github/last-commit/MartinThoma/openpyxl-stubs)
# openpyxl-stubs
Add types for [openpyxl](https://pypi.org/project/openpyxl/) for mypy.
## Installation
```
$ pip install openpyxl-stubs
```
## Usage
Mypy will automatically use the type annotations in this package, once it is
installed. You just need to annotate your code:
```python
from typing import Optional
from flask_httpauth import HTTPAuth, Authorization
def foo(bar: HTTPAuth) -> Optional[Authorization]:
return bar.get_auth()
```
For general hints how to use type annotations, please read [Type Annotations in Python 3.8](https://medium.com/analytics-vidhya/type-annotations-in-python-3-8-3b401384403d)
Raw data
{
"_id": null,
"home_page": "https://github.com/MartinThoma/openpyxl-stubs",
"name": "openpyxl-stubs",
"maintainer": "Martin Thoma",
"docs_url": null,
"requires_python": "",
"maintainer_email": "info@martin-thoma.de",
"keywords": "utility,mypy,stubs",
"author": "Martin Thoma",
"author_email": "info@martin-thoma.de",
"download_url": "https://files.pythonhosted.org/packages/82/c4/8dfd61c01a2fb0ac8bd37cadf0f19b87a8133eb6f690fc057a9536b4def0/openpyxl-stubs-0.1.25.tar.gz",
"platform": null,
"description": "[![PyPI version](https://badge.fury.io/py/Flask-HTTPAuth-stubs.svg)](https://pypi.org/project/openpyxl-stubs)\n[![Code on Github](https://img.shields.io/badge/Code-GitHub-brightgreen)](https://github.com/MartinThoma/openpyxl-stubs)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n![GitHub last commit](https://img.shields.io/github/last-commit/MartinThoma/openpyxl-stubs)\n\n# openpyxl-stubs\n\nAdd types for [openpyxl](https://pypi.org/project/openpyxl/) for mypy.\n\n## Installation\n\n```\n$ pip install openpyxl-stubs\n```\n\n## Usage\n\nMypy will automatically use the type annotations in this package, once it is\ninstalled. You just need to annotate your code:\n\n```python\nfrom typing import Optional\nfrom flask_httpauth import HTTPAuth, Authorization\n\n\ndef foo(bar: HTTPAuth) -> Optional[Authorization]:\n return bar.get_auth()\n```\n\nFor general hints how to use type annotations, please read [Type Annotations in Python 3.8](https://medium.com/analytics-vidhya/type-annotations-in-python-3-8-3b401384403d)\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "Type stubs for openpyxl",
"version": "0.1.25",
"split_keywords": [
"utility",
"mypy",
"stubs"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b9045847e2e75c39f80e65c388f8e292719b46c00cda2c987f2d5c53ed617d11",
"md5": "e8786f825d3401f335f5ef3dcf259d9e",
"sha256": "db29f7804993b4a46b155fc4be45314c14538cb475b00591d8096e5af486abf1"
},
"downloads": -1,
"filename": "openpyxl_stubs-0.1.25-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e8786f825d3401f335f5ef3dcf259d9e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 26598,
"upload_time": "2023-01-12T21:45:29",
"upload_time_iso_8601": "2023-01-12T21:45:29.819178Z",
"url": "https://files.pythonhosted.org/packages/b9/04/5847e2e75c39f80e65c388f8e292719b46c00cda2c987f2d5c53ed617d11/openpyxl_stubs-0.1.25-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "82c48dfd61c01a2fb0ac8bd37cadf0f19b87a8133eb6f690fc057a9536b4def0",
"md5": "175ff1462b39cea9e0bd38c0fb770e22",
"sha256": "108b112df072f7645ca356eacdd5730b1bd986c67ae33366a4a13c6879c369e7"
},
"downloads": -1,
"filename": "openpyxl-stubs-0.1.25.tar.gz",
"has_sig": false,
"md5_digest": "175ff1462b39cea9e0bd38c0fb770e22",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18803,
"upload_time": "2023-01-12T21:45:31",
"upload_time_iso_8601": "2023-01-12T21:45:31.390723Z",
"url": "https://files.pythonhosted.org/packages/82/c4/8dfd61c01a2fb0ac8bd37cadf0f19b87a8133eb6f690fc057a9536b4def0/openpyxl-stubs-0.1.25.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-12 21:45:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "MartinThoma",
"github_project": "openpyxl-stubs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "openpyxl-stubs"
}