Earlier quoted context omitted.
Check out https://github.com/pypa/pipfile for more info. The format is TOML. It is mainly intended for deployments (e.g. web applications)
Thanks.
Announcing Pipenv
21–30 of 171 posts
Re: Announcing Pipenv
#22Re: Announcing Pipenv
#23Windows support?
Re: Announcing Pipenv
#24Edit: I don't mean to disparage projects like this and pipfile. Both are great efforts to bring the packaging interface in line with what's available in other languages, and might be the only way up and out of the current state of affairs.
Re: Announcing Pipenv
#25Re: Announcing Pipenv
#26For people who want to do it right without using an additional tool read this: setup.py vs. requirements.txt by Donald Stufft https://caremad.io/posts/2013/07/setup-vs-requirement/
Re: Announcing Pipenv
#27Is this like Ruby's Bundler for Python? I've just been getting into Python and am really glad to see this, thanks for creating it!
Re: Announcing Pipenv
#28The whole things make it way easier to get started for a beginner. Now more activate. No more wondering about virtualenv. Automatic lock files are great since no project I know of use them since they are not well understood.
It's like node_packages (easy and obvious), but cleaner (no implicit magic).
Like.
Re: Announcing Pipenv
#29This is great, but sometimes I think that python needs a new package manager from scratch instead of more tools trying to mix and mash a bunch of flawed tools together in a way that's palatable by most of us. Python packaging sucks, the whole lot of it. Maybe I'm just spoiled by rust and elixir, but setuptools, distutils, pip, ez_install, all of it is really subpar. But of course everything uses pypi and pip now, so…