FastPyPI is a package enabling user to create and update existing PyPI packages in an easy-to-use gui.
(creates pip install XXX
for your package)
Use the package manager pip to install FastPyPI.
pip install fastpypi
Run a Python interpreter in console/terminal
>>> import fastpypi.fastpypi_core
This will launch a FastPyPI GUI (as in the picture).
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.