Maximilien Riehl
Maximilien Riehl
A tox plugin would be really great to find python version compatibility problems fast. Although I'm not sure how relevant it is going to be in a few years while...
With the `-P` switch we can override properties, but only strings. What if I want to override a property that takes a list value, or a boolean? For booleans you...
@locolupo @arcivanov and others: I have been delaying for a while but I think I can scratch some time together to get the new sphinx docs into an usable state....
As note by @aelgru the abstract tasks provided by pybuilder (e.G. verify, analyze, publish, package, ...) are very similar [to the maven lifecycle](http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html). There should be more overall emphasis on...
As a potential PyBuilder user I would like to see examples running to quickly gain an overview of the benefits PyBuilder offers.
Right now the API usable within the build.py is not fully documented. We would need a new documentation page for this kind of thing, as it doesn't fit in the...
- Installs dependencies as a last step - Runs sphinx-quickstart if the user wants the sphinx plugin - Run a full build to get started - Git init
I noticed the command `pip list --outdated` which lists outdated packages (current vs. newest version). It's probably possible to do this with the pip API (albeit this might require a...
* Remove aliases as they don't make much sense anymore * Allow `fw ` (interpreting that path as relative or absolute)
The oracle databases I currently work with unfortunately have a ton of namespaces and tables. This results in "Refreshing completions" for around a minute every time I start `okcli`. I've...