Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.32 KB

Pypi-uploader

Upload your Python libraries to PyPi with a beautiful interface.


Читать на Русском

This program is written using the PySimpleGUI library.

Just run Pypi_uploader.py and follow the instructions on the screen.
The program will automatically install the necessary libraries, compile your project into an archive and upload it to Pypi or Test Pypi.
After uploading, program can also clean up all generated files.

Important! Selected project folder should contain the __init__.py file! This is the main file of your library.

Folder hierarchy:

.../Any_folder_name
     |__Pypi-uploader.py
     |__requirements.txt (optional)
     |__Your_Project_Folder/
         |__ __init__.py
         |__Other_files... 

Possible mistakes:

  • Login or password is incorrect (or API token if you uploaded through it).
  • You signed up for PyPi, and you are trying to upload a project to Test Pypi (or vice versa).
  • A library with this name already exists. So if this is your library - change the version.