Although Gemfury Package Repo is our main vocation, we believe that it’s part of our mission to give back to the hacker community through code contribution, guides, and value-add services. So while we are putting the final touches on some major updates to Gemfury, today, I’d like to note a couple of recent improvements that we have made to the Version Badge service.
…
Once you have signed up for a Gemfury account
and uploaded a few packages,
you can install them via command-line, or with
requirements.txt.
Your secret Repository URL
The secret repository URL is the PyPI endpoint
for your Gemfury account and packages. Do not share this URL to keep
your account private.
Your PyPI URL has the following format:
https://TOKEN:@pypi.fury.io/USERNAME/
You can find your Repo URL via the dashboard
following these steps.
Building and uploading packages
After using one of many guides on the web about creating a Python package,
you can now upload it to Gemfury.
…