Distutils 1.0a1 released
Hello, I've cut a release of Distutils2 (that was planned for May 1st). This release can't be used in production, is under-documented, but has cool isolated features that can be already used in your projects: - features added during the last year, like the "check" command - a find_packages() function. extracted from setuptools but that can take several root paths. - a metadata reader/writer compatible with all metadata flavors (1.0, 1.1, 1.2) - see http://packages.python.org/Distutils2/metadata.html - a version module that implements PEP 376 - no doc yet ;) Also, we have implemented PEP 345 on PyPI side. You can see for example the project urls in a box on the right side of the page. Release schedule: 1.0a2 - 2010-05-28 (Python 2.7rc1 and GSOC starts) 1.0b1 - 2010-06-25 (Python 2.7 final) 1.0b2 - 2010-07-17 (GSOC Mid-term) 1.0c1 - 2010-07-30 (GSOC Ends) 1.0 final - 2010-08-15 Feedback is welcome ! Regards Tarek -- Tarek Ziadé | http://ziade.org
On Thu, May 6, 2010 at 3:39 PM, Tarek Ziadé <ziade.tarek@gmail.com> wrote:
Hello,
I've cut a release of Distutils2 (that was planned for May 1st).
The link : http://pypi.python.org/pypi/Distutils2/1.0a1 [..]
- a version module that implements PEP 376 - no doc yet ;)
s/PEP 376/PEP 386
participants (2)
-
Brad Allen -
Tarek Ziadé