question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It 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 just guarddog
  • 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:closed
  • Created 10 months ago
  • Reactions:5
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
christophetdcommented, Nov 28, 2022

Now published on PyPI: https://pypi.org/project/guarddog/

README updated as well!

0reactions
christophetdcommented, Nov 28, 2022

WIP in #84

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found