https://github.com/wcooley/python-boltons-stubs
PEP 561 type stubs for boltons
https://github.com/wcooley/python-boltons-stubs
Last synced: about 1 month ago
JSON representation
PEP 561 type stubs for boltons
- Host: GitHub
- URL: https://github.com/wcooley/python-boltons-stubs
- Owner: wcooley
- Created: 2018-11-28T23:45:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T12:21:52.000Z (over 4 years ago)
- Last Synced: 2025-10-03T19:56:27.421Z (about 1 month ago)
- Language: Python
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Contained herein are PEP 561 type stubs for the
[`boltons`](https://pypi.org/project/boltons/) package.
These have mostly been generated using
[`MonkeyType`](https://pypi.org/project/MonkeyType/) and
[`pytest-monkeytype`](https://pypi.org/project/pytest-monkeytype/); as such,
they are limited to what is tested by default with the types included in the
tests and to what has been manually created.
To install:
```
pip install --editable git+https://github.com/wcooley/python-boltons-stubs#egg=boltons-stubs
```
To do:
* Add missing classes & functions.
* Make parameter types as general as possible and return types as specific
as necessary.