Gram

Results 225 comments of Gram

To be honest, we can't it full support. For now, DepHell has one node for every package on the graph. Nodes are merged if they have the same name. One...

> Lastly, why on earth does poetry still support python 3.4 which was EOL'ed 9 months ago. Hah, the next dephell release will drop 3.5 support because, as I see...

There are no releases for dephell in your repo, aren't it?

Please, use quick start: https://dephell.readthedocs.io/#quick-start > Make it distributable via pypi DepHell is available on pypi. However, it's not the recommended way to install it.

> so do I first need to learn what poetry is and does before I can use dephell? You should know any dependency format. Setup.py is a bad choice because...

Hmm, that makes sense. A lot of sense. I think it should be an article.

Hmm. I've put a lot of labels here. I will do an article by myself but this is the point where I expect community help most. I'll be happy to...

A few points that could be a good thing to talk about: 1. Quick start with zero knowledge in packaging. `dephell deps convert --from=imports --to=setup.py` is a really magic and...

Popx and pipsi are about global cli tools, like jail in dephell. The third point, however, about per-project tools and checks like pytest with all required dependencies inside.