-
Hi UV devs! Is it possible to make uv call some external tool before it attempts to build a package from source? Essentially, I'm looking for a way to pass all artifacts that UV fetches from certain e…
-
Once a branch is in security release only, there are still python.org releases but not binary installers, e.g.
- Binary: https://www.python.org/downloads/release/python-3119/
- Source only: https:…
-
Maintainer: Eneas U de Queiroz (@cotequeiroz)
Environment: Archer c7, built on x86 Fedora 41
Description:
When building I face the following error:
```
rm -f /mnt/openwrt/ss_mod/build_dir/ta…
-
The Python Zen states
```
Errors should never pass silently.
Unless explicitly silenced.
```
The following code
``` python
if isinstance(value, basestring):
try:
…
-
I know this project is in maintenance mode but I'm very much struggling to find any other way to convert cvs to git. It seems like some people are still able to use this currently. Is there any help t…
-
# Summary
Running the GitHub Action step for Python fails after running it the first time. It ran once and then rerunning it causes it to fail. I plan to put this into a cronjob but manual invocation…
-
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
Setup for both python, docker and studio
-
### Required prerequisites
- [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. U…
-
![IMG_0303](https://github.com/user-attachments/assets/872bbc7c-db96-4fbd-990f-ca49ab9c6ef1)
**Project Abstract**
This project delivers a user-friendly network traffic analysis tool that empow…
-
Rules
- Use a rule parser and some kind of formatted rules?
- Parser needs to be written, rather unflexible as you need to stay within the parsers guidelines.
- Use python modules which are loade…