http://pypi.python.org/pypi/plac/ (&There is no want of command line arguments parsers in the Python world. The standard library alone contains three different modules: getopt (from the stone age), optparse (from Python 2.3) and argparse (from Python 2.7). All of them are quite powerful and especially argparse is an industrial strength solution; unfortunately, all of them feature [...]
http://pyusb.sourceforge.net http://pyusb.sourceforge.net/docs/1.0/tutorial.html ======================================= PyUSB 1.0 Easy USB access from Python ======================================= Introduction ============ The PyUSB module provides Python with easy access to the host machines Universal Serial Bus (USB) system. Until 0.4 version, PyUSB used to be a thin wrapper aroung libusb. With 1.0 version, things changed considerably. Now PyUSB is an API rich, [...]
Toujours beaucoup de mouvement en ce qui concerne la distribution de modules python. http://guide.python-distribute.org/index.html (Welcome to The Hitchhikers Guide to Packaging.. under development&) http://cournape.wordpress.com/2010/04/22/first-public-release-of-toydist/ (The goals of toydist are simplicity and extensibility. There should be only one way to package simple packages (ideally, relying only on the toysetup.info file), while being flexible enough to handle [...]
http://en.wikipedia.org/wiki/OpenSUSE_Build_Service (« &The openSUSE Build Service is an open and complete distribution development platform designed to encourage developers to compile packages for multiple Linux distributions including openSUSE, Red Hat, Mandriva, Ubuntu, Fedora and Debian. It typically simplifies the packaging process, so developers can more easily package a single program for many distributions, and many openSUSE releases, [...]
http://archive.netbsd.se/?ml=&a=2009-01&t=6220842 FYI, this is a patch that will be sent out in the next round to Linus for inclusion in 2.6.25. If anyone has any objections about it, please let me know. thanks, greg k-h -------- From: Greg Kroah-Hartman Subject: USB: mark USB drivers as being GPL only Over two years ago, the Linux USB [...]
http://pypi.python.org/pypi/Turk/0.1.1 (« A framework for interfacing applications and devices with the web. NOTE: You need dbus and python-dbus installed first. If theres no precompiled package for your system, get them from: http://www.freedesktop.org/wiki/Software/dbus http://dbus.freedesktop.org/releases/dbus-python/ http://copypasteprogrammer.blogspot.com/2010/03/buildbot-and-nose-test-coverage.html http://pypi.python.org/pypi/Graphy/1.0.0 (A simple chart library for Python) from graphy.backends import google_chart_api monthly_rainfall = [3.2, 3.2, 2.7, 0.9, 0.4, 0.1, 0.0, 0.0, 0.2, [...]
Quelques liens en vrac sur les sorties de python 2.6.5 , python 3.1.2 et pypy 1.2 http://www.python.org/download/releases/2.6.5/ (The final release for Python 2.6.5 is now available. Python 2.6.5 fixes dozens of issues in the core, built-in modules, libraries, and documentation since Python 2.6.4 was released back in October 2009. We highly recommend that you upgrade [...]
http://tarekziade.wordpress.com/2010/02/20/pycon-slides-answers-to-gm-questions/ http://ziade.org/slides/pycon-2010-state-of-packaging.pdf http://tarekziade.wordpress.com/2010/02/10/pep-345-and-386-accepted-summary-of-changes/ http://www.python.org/dev/peps/pep-0314/ http://www.python.org/dev/peps/pep-0345/ http://www.python.org/dev/peps/pep-0376/ http://www.python.org/dev/peps/pep-0386/ http://blip.tv/file/3259547 (:Deployment, development, packaging, and a little bit of the cloud by Ian Bicking) http://blip.tv/file/2061678 (Eggs and Buildout Deployment in Python, Puzzled about Python eggs and packages? Wondering how to repeatably pull together collections of packages into standalone development, testing and deployment environments, all while managing inter-dependencies? In [...]