Metadata-Version: 1.1
Name: txeffect
Version: 0.1a1
Summary: Effect/Twisted integration
Home-page: http://github.com/python-effect/txeffect/
Author: Christopher Armstrong
Author-email: UNKNOWN
License: MIT
Description: txEffect
        ========
        
        .. image:: https://travis-ci.org/python-effect/txeffect.svg?branch=master
            :target: https://travis-ci.org/python-effect/txeffect
        
        `Effect`_ is a library for helping you write purely functional code by
        isolating the effects (that is, IO or state manipulation) in your code.
        Documentation is available at https://effect.readthedocs.org/.
        
        .. _`Effect`: https://github.com/python-effect/effect
        
        txEffect is a small library for integrating Twisted and Effect, mostly
        around Deferred<->Effect interoperation. Documentation is available at
        https://txeffect.readthedocs.org/
        
        Example
        =======
        
        TBD
        
        
        Thanks
        ======
        
        Thanks to Rackspace for allowing me to work on this project, and having an
        *excellent* `open source employee contribution policy`_
        
        .. _`open source employee contribution policy`: https://www.rackspace.com/blog/rackspaces-policy-on-contributing-to-open-source/
        
        
        IRC
        ===
        
        There is a ``#python-effect`` IRC channel on irc.freenode.net.
        
        License
        =======
        
        txEffect is licensed under the MIT license:
        
        Copyright (C) 2014 Christopher Armstrong
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
