Matthew Martin

Results 45 issues of Matthew Martin

There are certain security benefits to publishing wheels ``` # mitigate supply chain risk by using --only-binary pip install flask-basicauth --only-binary=:all: ``` It looks like you're using setup.py, so if...

This is one way to create a wheel and get it published to pypi: https://www.realpythonproject.com/how-to-create-a-wheel-file-for-your-python-package-and-import-it-in-another-project/ I'll create a fork & PR for updating this: https://github.com/lucjon/Py-StackExchange/blob/18243b192c7a1abe9f67b538c4156507e795bf1c/tools/release.sh in case that is the...

[Here](https://groups.google.com/g/pylons-discuss/c/z4CdlUlMebQ) you requested assistance migrating to pyproject.toml comments - I made no changes to the module itself. I'm not familiar enough with it. - I didn't package unfinished... I don't...

This would be greatly appreciated as it helps me keep gcc out of my Docker images or needing a 2 phase build. Thanks

other libraries deal with this by taking a dependency on certifi https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error

help wanted

Remove lines with just a number, a *'d name, or date. And anything else that makes the parser puke. @gissues:{"order":96.09375,"status":"inprogress"}

i.e. an entire paragraph can be a direct quote. Removes problem of dealing with a sentence that starts or ends a quote, but isn't the whole quote. @gissues:{"order":95.3125,"status":"inprogress"}

bug

If at end of line, if following a valid tp word at a syllable break, if next word makes a full, valid word, then combine into one word. e.g. ni...

enhancement