https://github.com/sbdchd/botocore-types
🪑 Type stubs for botocore
https://github.com/sbdchd/botocore-types
botocore mypy stubs types
Last synced: 3 months ago
JSON representation
🪑 Type stubs for botocore
- Host: GitHub
- URL: https://github.com/sbdchd/botocore-types
- Owner: sbdchd
- Created: 2021-03-13T23:06:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T16:37:58.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T23:02:33.788Z (10 months ago)
- Topics: botocore, mypy, stubs, types
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# botocore-types [](https://pypi.org/project/botocore-types/)
Type stubs for [`botocore`][0].
For boto3 stubs checkout [`mypy_boto3_builder`][1].
## dev
```sh
s/lint
```
### publish new version
1. increment version in `pyproject.toml`
2. update `CHANGELOG.md`
3. publish to pypi
```
poetry publish --build
```
## generating stubs
1. stubgen
2. delete the `docs` folder as that's internal
3. replace vendored imports with normal package imports. Don't want to have
to type `requests` when types for it already exist in `typeshed`.
[0]: https://github.com/boto/botocore
[1]: https://github.com/vemel/mypy_boto3_builder