construct » home Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. It's the first library that makes parsing fun, instead of the usual headache it is today.Refer to the feature list below, or check the tutorial as a quick-and-dirty manual to Construct. in Public bookmarkswith constructpythonlibraryparsingbuildingdatastructuresbinary
hellanzb – Trac hellanzb is a Python application designed for *nix environments that retrieves nzb files and fully processes them. The goal being to make getting files from Usenet (e.g.: Giganews Newsgroups) as hands-free as possible. Once fully installed, all thats required is moving an nzb file to the queue directory. The rest; fetching, par-checking, un-raring, etc. is taken care of by hellanzb. in Public bookmarkswith applicationdesignedenvironmentshellanzbnixpythonretrievesby 3 users
Pydev PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others in Public bookmarkswith pydevpluginenablesuserseclipsepythonjythondevelopmentby 5 users
RPyC: Unbounded Computing RPyC (IPA:/ɑɹ paɪ siː/, pronounced like are-pie-see), or Remote Python Call, is a transparent and symmetrical python library for remote procedure calls, clustering and distributed-computing. RPyC makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local. in Public bookmarkswith are-pie-seeipapronouncedpythonremoterpycsymmetricaltransparent