https://github.com/gbdlin/package-uploader
Python Package Uploader - designed to upload your built packages to any non-standard repository
https://github.com/gbdlin/package-uploader
packaging-tool python python3
Last synced: over 1 year ago
JSON representation
Python Package Uploader - designed to upload your built packages to any non-standard repository
- Host: GitHub
- URL: https://github.com/gbdlin/package-uploader
- Owner: gbdlin
- License: mit
- Created: 2019-09-03T14:05:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T19:19:13.000Z (over 6 years ago)
- Last Synced: 2024-10-10T09:26:40.001Z (over 1 year ago)
- Topics: packaging-tool, python, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
#########################
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.