File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11txEffect
22========
33
4- .. image :: https://travis-ci.org/radix /txeffect.svg?branch=master
5- :target: https://travis-ci.org/radix /txeffect
4+ .. image :: https://travis-ci.org/python-effect /txeffect.svg?branch=master
5+ :target: https://travis-ci.org/python-effect /txeffect
66
77`Effect `_ is a library for helping you write purely functional code by
88isolating the effects (that is, IO or state manipulation) in your code.
99Documentation is available at https://effect.readthedocs.org/.
1010
11- .. _`Effect` : https://github.com/radix /effect
11+ .. _`Effect` : https://github.com/python-effect /effect
1212
1313txEffect is a small library for integrating Twisted and Effect, mostly
1414around Deferred<->Effect interoperation. Documentation is available at
Original file line number Diff line number Diff line change 88txEffect integrates `Twisted `_ and `Effect `_.
99
1010.. _`Twisted` : https://twistedmatrix.com/
11- .. _`Effect` : https://github.com/radix /effect/
11+ .. _`Effect` : https://github.com/python-effect /effect/
1212
1313API
1414===
Original file line number Diff line number Diff line change 66 version = "0.1a1" ,
77 description = "Effect/Twisted integration" ,
88 long_description = open ('README.rst' ).read (),
9- url = "http://github.com/radix /txeffect/" ,
9+ url = "http://github.com/python-effect /txeffect/" ,
1010 author = "Christopher Armstrong" ,
1111 license = "MIT" ,
1212 classifiers = [
You can’t perform that action at this time.
0 commit comments