John Vandenberg

Results 1268 issues of John Vandenberg

Implements https://github.com/stamparm/maltrail/issues/6297

It would be very helpful to be able to use maltrail as a library as part of other apps. The name is currently available on PyPI https://pypi.org/project/maltrail/ , and even...

It would be helpful to have an automated test suite, to check this works correctly on new versions of Python, etc.

https://github.com/carlbordum/common-crawl-subdomains has good data And https://github.com/kevin91nl/common-crawl-subdomain has tools to analyse the Common Crawl data.

enhancement

The Github repo has a description "C++ package retrieval", while elsewhere cget is described as "Cmake package retrieval"

`pbr` does the same as fastentrypoints. We could get other setup.py manager tools to adopt fastentrypoints. - [ ] @Dephell - [ ] hatch - [ ] @PyScaffold - [...

Using `fastep` on `pyflakes`: ```console $ fastep $ python3 setup.py build File "setup.py", line 5 from __future__ import with_statement ^ SyntaxError: from __future__ imports must occur at the beginning of...

It would be nice to have *some* tests for this. I'd like to use this as part of rpm packaging, forcing all scripts in all built packages to be fast,...

I wouldnt mind the check that all deps are installed correctly, if it was fast, and the delay was relative to the number of dependencies of the executable, and not...

Tests needed for rpm spec `%check`. See https://build.opensuse.org/package/show/home:jayvdb:coala:python3-bears/python-cppclean

help wanted