summaryrefslogtreecommitdiff
path: root/lang/py-basicproperty/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2006-01-06Clean up own directories.salo1-1/+8
Bump PKGREVISION.
2004-12-21py-basicproperty-0.6.3adarcy1-0/+170
The BasicProperty/BasicTypes system provides a mechanism for intelligent property-based modeling of problem domains in Python 2.2+. The idea behind property-based domain modeling is to simplify the definition of objects/data structures so that concerns such as initialization, data-type checking and coercion, run-time introspection, and domain specific storage/retrieval operations can be abstracted out from the modeling operations.