Skip to content

makhmud-dev/Pypi-Uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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... 

Image

If you are using api key:

Username: __token__
Password: The token value, including the pypi- prefix

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

Pypi.org and Test.pypi.org uploader with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages