Nat Noordanus
Nat Noordanus
## What is this Python project? A batteries included task runner, that uses pyproject.toml for configuration and works well with poetry. ## What's the difference between this Python project and...
The goal of this project is to be the obvious choice of task runner for python projects, with the simplicity of *npm scripts* for simple use cases, but also with...
So far tab completion is available for tasks across multiple shells. For zsh is is also available for global CLI options of poe. The ability to declare CLI options for...
Poe the poet is growing in complexity to the point where a single readme.rst isn’t the clearest form of documentation. Setting up a documentation website, probably sphinx based would be...
Poe the Poet is already quite modular by design, and easy to extend with new task or executor types. However I can imagine that there may be use cases for...
Currently there is a single plugin with limited support for generating gRPC client code, and there is demand to cover servicer generation #19, with grpclib or grpcio, or none #44...
I require a way to make a cleo Command accept unknown options and arguments, and not inherit the application options. The equivalent in argparse would be something like: ```python parser.add_argument("command_args",...
It would be useful if NArray provided a standard ruby Enumerator interface. All that would be required is for `my_narray.each` to return an Enumerator object, like `my_array.each` does when called...
Currently this project declares that it is not compatible with python `>=4.0`, this sounds reasonable in that "python 4.0" is kind of an abstract concept, but has the unfortunate side...
Currently this project declares that it is not compatible with python `>=4.0`, this sounds reasonable in that "python 4.0" is kind of an abstract concept, but has the unfortunate side...