[Baypiggies] New Python application framework

Keith Dart keith at dartworks.biz
Tue Apr 24 05:53:14 CEST 2007


Well, not quite new. I refactored, packaged, and renamed my
open-source application framework and started putting packages up in
cheeseshop. I've been learning more setuptools/distutils in the
process. 

The old name was pyNMS, the new name is Pycopia. This also changes the
design a bit, and removes the automatic adding of new builtins, and
introduces a single top-level package. 

One nice feature of setuptools is that it allows you to break up a
package into different components, but keep the same top-level package
name. This is called a "namespace package". 



-- 

-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Keith Dart <keith at dartworks.biz>
   public key: ID: 19017044
   <http://www.dartworks.biz/>
   =====================================================================


More information about the Baypiggies mailing list