I have sample python script to do some activity in AWS cloud can i publish that as a package in pypi,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Anything that can be packaged can be published; the PyPI is there to share your Python code with the community.
Just follow the PyPI tutorial and make sure your package follows the guidelines.