Skip to content

SuperZombi/Pypi-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Upload your Python libraries to PyPi with a beautiful interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages