Know the pyHed

  pyHed its a open-source framework created to help to develop desktop applications using Python. Aplyling concepts of others traditional programming languages, as, for example, the RAD developing technique and all the useful technics of Python, the developing and maintenance of applications became easy and fast.
  The pyHed applies a class and components structure (based on PyQt and others programming languages like Delphi), making the process of creation of a input data frame much more simply. With a few lines you will have your input screen finished already inserting, updating ou deleting data to your database.
  Also, pyHed uses SQLAlchemy to access the database. With SQLAlchemy, you can work with one of the most powerfull ORM used by the Python community.
  pyHed also have a powerfull report generator, based on ReportLab, to make much easier and faster the creation of a report. The pyHed framework also adds the export option to all report's made on your system.
  pyHed do not forces you to use only it's classes. pyHed was designed to let developers create your own custom classes or even use the standart classes of Python, PyQt, SQLAlchemy, ... This means more flexibility to developers.
  pyHed also have multi-languages support. To add support for another language, you just need to change a xml file and add you language! pyHed already have full support to english or portuguese.
  pyHed already implements standart features that all desktop applications must have: a access control, access profiles, managing access by a specific user o by a profile. pyHed also audit the insert, update ou delete operations (saving user id, date of operation and full information of what was changed). And all of this is automatic.
  So, download pyHed and join our community through our forum! If you want the snapshot version, access the pyHed project at SourceForge.

pyHed Team.

Lastest releases:

1.0.1.1 stable (released July 16 2010)
1.0.2 svn only (trunk version)

News

  See all the complete news here.

pyHed 1.1.1 available for download - July 16, 2010

  This version fix a bug on audit data changes on database. A bug was found on get the ip address (wireless) of the client on Windows 7

Version 1.0.1 ready to download April 05, 2010.

  You can now download the new version of pyHed (version 1.0.1). For more information...

python QT SQLAlchemy