Metadata-Version: 1.0
Name: value-object
Version: 0.1.1
Summary: Tiny implementation of Value Object of Eric Evans DDD
Home-page: http://blog.mikamix.net
Author: mikamix
Author-email: tmp@mikamix.net
License: UNKNOWN
Description: 
        A tiny python implementation of 'Value Object' of Eric Evans DDD.
        This provides ValueObject class and it's JSON encoder.
        For more details of DDD, see the website(http://domaindrivendesign.org/).
        
        Current version is development and unstable.
        I have to write, and test more, means you should not use this for your production codes.
        
Keywords: value object,ddd,domain driven design
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
