Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcooley/python-boltons-stubs
PEP 561 type stubs for boltons
https://github.com/wcooley/python-boltons-stubs
Last synced: 16 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T12:21:52.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T23:16:22.235Z (2 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- 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.