{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/21"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/11"},{"label":"Systems Administration","url":"https://skillfed.io/packages/category/system-systems-administration"},{"label":"Packaging","url":"https://skillfed.io/packages/category/system-archiving-packaging"}],"enrichment":{"capability":"Distribute is a legacy compatibility wrapper that installs Setuptools 0.7+ as a drop-in replacement for the older distribute package.","skillfed_tags":["legacy","abandoned"],"use_cases":["Satisfying a legacy dependency constraint in a very old Python 2 project that explicitly requires 'distribute' by name","Porting an unmaintained Python 2 codebase that cannot be updated to use setuptools directly","Resolving a build failure in a frozen, archived project where the distribute package is hard-coded in setup.py"],"what_it_does":"Distribute was a compatibility shim created to bridge the gap between the old distribute package and Setuptools. It acts as a thin wrapper that, when installed, ensures Setuptools 0.7 or later is available on the system. The package was designed during a period when distribute and setuptools were separate projects, and it served as a migration path for users.\n\nToday, distribute is a historical artifact. Setuptools and distutils have long since merged, and modern Python development relies directly on setuptools or modern build backends. Installing distribute now is almost never the right choice\u2014it exists only to satisfy legacy constraints in very old projects that explicitly require the distribute package name.","worth_installing":"No. Do not install distribute in new projects. It is abandoned (last release 2013-07-05) and serves no purpose in modern Python development. If you encounter it as a dependency, upgrade the dependent package or remove the constraint. If you are maintaining legacy Python 2 code, use setuptools directly instead."},"id":"distribute","links":{"html":"https://skillfed.io/packages/distribute","md":"https://skillfed.io/packages/distribute.md","pypi":"https://pypi.org/project/distribute/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2013-07-05","license_spdx":null,"license_treatment":"permissive","name":"distribute","python_support":"unspecified","summary":"distribute legacy wrapper"},"popularity":{"monthly_downloads":83537,"position":14068,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.7.3"}
