Upload to PyPi
See original GitHub issueIt would be nice if the package was uploaded to PyPi so it does not need to be installed directly from Github.
guarddog @ git+https://github.com/DataDog/guarddog.git@v0.1.1
is a much longer dep then justguarddog
- Installing directly from github means a PyPi mirror cannot be used, meaning builds can be slowed down
- Another malicious package may get uploaded to PyPi that pretends to be this one
Issue Analytics
- State:
- Created 10 months ago
- Reactions:5
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to Upload Your Python Package to PyPI and pip
Step 1: Ensure you have pip installed · Step 3: Package your Python code · Step 3: Create the source distribution of the...
Read more >Packaging Python Projects
Use twine upload dist/* to upload your package and enter your credentials for the account you registered on the real PyPI. Now that...
Read more >How to upload your python package to PyPi - Medium
How to upload your python package to PyPi · Make your code publish-ready · Create a python package · Create the files PyPi...
Read more >How to Publish an Open-Source Python Package to PyPI
In this tutorial, you'll learn how to upload your own package to PyPI. Publishing your project is easier than it used to be....
Read more >Building and Uploading to PyPi - The Sheer Joy of Packaging!
TestPyPI: a separate instance of the Python Package Index (PyPI) that allows you to try out the distribution tools and process without worrying...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now published on PyPI: https://pypi.org/project/guarddog/
README updated as well!
WIP in #84