[consent request] Permission to publish `types-aiobotocore` package to PyPI
See original GitHub issueHello!
I am the guy behind boto3-stubs package that provides auto-complete and type checking for all boto3 modules.
I have just finished adding support for aiobotocore here: https://github.com/vemel/mypy_boto3_builder/pull/127
If you do not mind, I am going to publish types-aiobotocore (static stubs for aiobotocore) and types-aiobotocore-<service> (explicit type annotations for a particular botocore service) packages to PyPI, as well as create a new repo with documentation for types-aiobotocore.
I would also be happy to get feedback regarding types-aiobotocore, because I am not actively using this library.
Docs: https://vemel.github.io/types_aiobotocore_docs/
Regards, Vlad.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, you'll learn how to create a Python package for your project and how to publish it to PyPI, the...
Read more >How to publish a Python Package to PyPi | by Aveek Das
1. Write your python module and save it under a directory. 2. Create the setup.py file with necessary information. 3. Choose a LICENSE...
Read more >Terms of use
"Content" means any data, content, code, video, images or other materials of any type that I upload, submit, or otherwise transmit to or...
Read more >How to Vet and Approve PyPI Packages
To create a PyPI package approval workflow, you first need a minimum of 2 feeds (Ideally 3.) One for unapproved packages and approved...
Read more >PyPi - How to Publish your own PIP package - YouTube
In this video, I go over how you can publish a package to Pypi. This will allow anyone in the world you do...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

cool, well if it’s the same I’m all for it!
@thehesiod Hello! Sorry to bother you, but could you please take a look at the PR and let me know if there is anything else to be done.