Re: [Distutils] Building a Python package build service for warehouse

2018-02-06 Thread Nick Coghlan
On 6 February 2018 at 19:33, Jannis Gebauer wrote: > The main idea is to run the build process in a restricted “sandbox” docker > container that pulls the package from PyPi, installs it and runs a couple of > tools on it. Code is still pretty rough, nothing to look at at the moment > I’m afraid.

Re: [Distutils] Building a Python package build service for warehouse

2018-02-06 Thread Alex Grönholm
I'd be all for it if I wasn't buried under a ton of other things to do. Happy hacking and good luck! Jannis Gebauer kirjoitti 06.02.2018 klo 10:33: Hi! I’m currently working on a package build server. My goal is to produce useful additional meta data for all packages available on PyPi. Thi

[Distutils] Building a Python package build service for warehouse

2018-02-06 Thread Jannis Gebauer
Hi! I’m currently working on a package build server. My goal is to produce useful additional meta data for all packages available on PyPi. This includes: - Transitive dependencies - Is the package installable under Python 3? - Various automated “code quality” tests like pylint, pyflakes, pep8,