We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So that I can declare it as a development dependency using Poetry.
There is an s3wipe package on PyPI, but it's not mentioned in the README, so I don't trust it.
Currently I'm working around it by commiting a copy of the script to my own repo like this:
curl "https://raw.githubusercontent.com/eschwim/s3wipe/80cdb19655a4db48830c50969a43dfa36b657015/s3wipe" > bin/s3wipe chmod +x bin/s3wipe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So that I can declare it as a development dependency using Poetry.
There is an s3wipe package on PyPI, but it's not mentioned in the README, so I don't trust it.
Currently I'm working around it by commiting a copy of the script to my own repo like this:
The text was updated successfully, but these errors were encountered: