PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

pyutilib.component.core on PyPI #30

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

How is https://pypi.python.org/pypi/pyutilib.component.core related to this project? The core that is listed on PyPI is Python 2 only but this project seems to support both Python 2 and Python 3.

jsiirola commented 6 years ago

PyUtilib used to be distributed as a number of (pseudo-independent) packages. pyutilib.component.core was one of those packages. Your link points to a (very) old release of that sub-package. Now, almost all of PyUtilib is distributed as a single package (https://pypi.python.org/pypi/PyUtilib). pyutilib.component.core is a part of that package.

PyUtilib currently supports both Python 2 and 3.