Metadata-Version: 2.1
Name: quiltz-domain
Version: 0.5.1
Summary: A domain utility module for python
Home-page: https://github.com/qwaneu/quiltz-domain
Author: Rob Westgeest
Author-email: rob@qwan.eu
License: UNKNOWN
Description: # quiltz-domain
        
        Python domain concepts for quiltz
        
        ## Purpose
        
        At QWAN we're building some applications in Python. We collect useful stuff in
        the different Quiltz projects:
        
        * **quiltz-domain** (this package) contains domain support modules like entity
          id's, results, an email anonymizer, validators and parsers
        * [**quiltz-testsupport**](https://github.com/qwaneu/quiltz-testsupport) contains test support modules, that supports e.g. automated testing for SMTP integration, probing asynchronous results and
          asserting log statements
        * [**quiltz-messaging**](https://github.com/qwaneu/quiltz-messaging) contains a
          messaging domain concept and an engines to send messages. Currently only
          sending emails over SMTP is supported.
        
        ## installing 
        
        ```bash
        pip install quiltz-domain
        ```
        
        See [documentation](doc/index.md)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
