hashstat
hashstat
This buildout.cfg ``` [buildout] directory = buildout develop = . ``` results in a `FileNotFoundError: [Errno 2] No such file or directory: 'buildout/buildout/bin'` exception. As can be seen in the...
**Feature** Add the ability for mypy to discover the path of "editable" packages installed with _direct_url.json_ files, as described in [PEP-610](https://www.python.org/dev/peps/pep-0610/). **Pitch** As the Python ecosystem continues to move toward...
### Description Discover paths to editable packages by looking at direct_url.json files -- installed by pip when the -e/--editable flag is used -- and add to the package search paths....
Allow creating options with is_flag=True and multiple=True if flag_value is also set to a non-bool value. Fixes #2292 Checklist: - [x] Add tests that demonstrate the correct behavior of the...
A recent change (#2248), introduced in version 8.1.3, breaks a feature that allowed flag options to be used as aliases for multi-value options. Here's an example that demonstrates two uses...
Guidelines for writing agents with specific instructions to improve performance for sending messages.