Martin Thoma

Results 446 comments of Martin Thoma

> specially the dependency list for each package There is no such thing as a dependency list of each package in PyPI metadata. You could only download all the packages...

Currently it is at `pyromancer` and 16.35GB. I've added a scripts to check for imports in a package. TODOs are: - apply that script to the latest versions of all...

Ok, I've just put some more work in it: - Download most of the metadata here: https://www.dropbox.com/s/dzqk3rrqzpgmp58/export.7z?dl=0 (2015-12-06 - about 54 MB in 7z compressed format) - All packages combined...

@Fazel94 I've just made the script to run it over the complete PyPI database. That will take quite a while. And it corrently ignores setuptools, which is a major issue...

I'm not entirely sure if I understand what you want to do. Could you give me two configuration examples (e.g. two YAML files) which show the current behavior vs the...

Sorry for the late response; I didn't see this question. What exactly do you want to do? Can you give a small example?

Hi BeatWolf, Thank you for the feedback. Sorry for not responding directly. To give you a bit of context: clana was a side-project of my masters thesis 4 years ago....

I'll make sure that the example is easier to follow. I'll ping you once it's done. It would be amazing if you could then check again :pray: If you have...

Also for Python 3.4.3+: ``` bash $ python3 test_chronyk.py ========================================================================= test session starts ========================================================================== platform linux -- Python 3.4.3 -- py-1.4.30 -- pytest-2.7.2 rootdir: /home/moose/GitHub/chr/Chronyk, inifile: collected 72 items test_chronyk.py...

Cool, thank you! I'm still not quite sure how to formulate this with my own words (and put it in a concise way in the README), but I think I...