Python Forum
Packaging/Modules--Wheel--pip--setup.py--Freeze
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Packaging/Modules--Wheel--pip--setup.py--Freeze
#2
Conclusion and thought.
The tool has gotten a lot better,but software packages and dependencies(Dependency hell) is hard in any language.
Python is used in broad area of fields,this also mean that dependencies 3-party package usage is heavy.

The positive part is that all build tool are now a part of newer version of Python,
pip(wheel,setuptools),virtualenv the only external tool i used for wheel,packing,
was twine(Recommended) for uploading distributions to PyPI(Warehouse).
There are work been done to make tools better Pipfile and Kenneth Reitz try to marriage  together with Pipenv.

Anaconda with 720 packages pre-installed is a interesting choice for more than data science people.
The package list has use case for a wide area.
They have there own pip which is conda.
CONDA-FORGE is really interesting,
they do cross-platform testing(Windows,Linux and OSX) before they distribute the package.
Reply


Messages In This Thread
RE: Packaging/Modules--Wheel--pip--setup.py--Freeze - by snippsat - Jul-10-2017, 03:34 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020