PyPa (Python Packaging): This extension creates the initial structure of your Python Packaging, which helps you to concentrate on core logic rather than endeavor package creation.
It creates following files:
- setup.py
- MANIFEST.in
- gitignore
- requirements.txt
- requirements_dev.txt
- Pipfile
- tox.ini
- travis.yml
- README.md
Goto command palette and type Create Python Package
Open a feature or bug at PyPa
Initial release of PyPa contains Python Packaging
Enjoy!