James Braza
James Braza
I work at a company that uses [native namespace packages](https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages) for multiple internal packages. Let's say our namespace is `foo`, so in a given package `foo-ham` we have import statements...
#### What's the problem this feature will solve? In the `requirements.txt` compiled by `pip-compile`, I would like to leave a particular dependency unpinned. #### Describe the solution you'd like A...
#### What's the problem this feature will solve? I have a repo with multiple sub-packages inside subfolders. At the repo root, we have vanilla `requirements.txt`, and for each sub-package I...
#### What's the problem this feature will solve? I really like the flexibility `pip-compile` provides for inputting a `requirements.in` and outputting a `requirements.txt` that also pins dependencies. Unfortunately, my company...
From a search in the issues, there is no mention of Python 3.9 or 3.10. The current [`classifiers` in `setup.py`](https://github.com/pyserial/pyserial/blob/31fa4807d73ed4eb9891a88a15817b439c4eea2d/setup.py#L92) don't mention 3.9 or 3.10. The current [CI config](https://github.com/pyserial/pyserial/blob/31fa4807d73ed4eb9891a88a15817b439c4eea2d/.travis.yml#L6) only...
I am trying to use this tool, and so far I think it's pretty nifty. I am struggling with what I believe to be a `client_secrets.json` problem. When running `transfer.py`,...
**Is your feature request related to a problem? Please describe.** The current suggested pre-commit hook [here](https://github.com/trailofbits/pip-audit#pre-commit-support) will run on every commit. ```yaml - repo: https://github.com/trailofbits/pip-audit rev: v2.4.3 hooks: - id:...
**Describe the bug** I am using the tool `pyflakes` within prospector. I have found pyflakes has two different outputs, depending on how prospector's `PATH` arg is set: - `PATH` is...
### Description - [x] Platform information (e.g. Ubuntu Linux 16.04): Ubuntu 18.04.6 LTS - [x] OS architecture (e.g. amd64): x86_64 - [x] pyenv version: 2.3.0 - [x] Python version: 3.10...
* unyt version: `2.7.1` * Python version: `3.6.9` * Operating System: `macOS Mojave v10.14.3` * PyCharm version: `2019.2.6 CE` ### Description Since unit instances are added to `unyt`'s namespace at...