Our great sponsors
-
I recently had an interesting discussion about the following idea I had: npm has an init command for initializing an empty project, why hasn't pip one? I mean it's a package manager too. I heard some pretty good arguments why pip hasn't one and won't get one(https://github.com/pypa/pip/issues/11561) but I wanted to play around with pip so I build one for fun: https://github.com/PythonPizzaDE/pip/tree/init_command
-
I recently had an interesting discussion about the following idea I had: npm has an init command for initializing an empty project, why hasn't pip one? I mean it's a package manager too. I heard some pretty good arguments why pip hasn't one and won't get one(https://github.com/pypa/pip/issues/11561) but I wanted to play around with pip so I build one for fun: https://github.com/PythonPizzaDE/pip/tree/init_command
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
sampleproject
A sample project that exists for PyPUG's "Tutorial on Packaging and Distributing Projects"
The generated project basically is pypa's sample project(https://github.com/pypa/sampleproject)
-
I think pip is more of a "just installs packages" instead of fully-fledged dependency manager like npm/yarn. Poetry is more similar to them (and has init command).