Skip to content

Python Package Uploader - designed to upload your built packages to any non-standard repository

License

Notifications You must be signed in to change notification settings

gbdlin/package-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Package Uploader

Warning

This is NOT a replacement for Twine! This package is not created to compete with twine and it is not suitable for uploading to pypi.org or repositories with compatible upload API.

This package is created to create similar (or better) experience when uploading your project to any repository, website, artifact storage or any other place where you want to keep your built packages. It does NOT currently support PyPI upload API, so if your repository supports it, use twine instead.

Supported uploaders

Currently only SSH/SFTP uploader is supported that will upload your packages in directory structure compatible with Python Package Index simple layout. This means that you can just point your HTTP server to main directory of your package repository and it will work just fine.

About

Python Package Uploader - designed to upload your built packages to any non-standard repository

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages