Skip to content

Commit fe2711c

Browse files
committed
Merge pull request #54 from python-effect/split-up-effect
Split up effect
2 parents c042cb2 + e6a6075 commit fe2711c

18 files changed

+9
-715
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lint:
2-
flake8 --ignore=E131,E731,W503 effect/ examples/
2+
flake8 --ignore=E131,E731,W503 effect/
33

44
build-dist:
55
rm -rf dist

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ possible to override the way an intent is performed to do whatever you want.
8989
For more information on how to implement the actual effect-performing code,
9090
and other details, see the `documentation`_. There is also a full example
9191
of interacting with the user and using an HTTP client to talk to the GitHub
92-
API in the `examples`_ directory.
92+
API in the `effect-examples`_ repository.
9393

9494
.. _`documentation`: https://effect.readthedocs.org/
95-
.. _`examples`: https://github.com/python-effect/effect/tree/master/examples
95+
.. _`effect-examples`: https://github.com/python-effect/effect-examples
9696

9797

9898

@@ -133,6 +133,12 @@ There is a ``#python-effect`` IRC channel on irc.freenode.net.
133133
See Also
134134
========
135135

136+
For integrating Effect with Twisted's Deferreds, see the ``txEffect`` package
137+
(`pypi`_, `github`_).
138+
139+
.. _`pypi`: https://warehouse.python.org/project/txeffect
140+
.. _`github`: https://github.com/python-effect/txeffect
141+
136142
Over the past few years, the ecosystem of libraries to help with functional
137143
programming in Python has exploded. Here are some libraries I recommend:
138144

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
testtools
2-
twisted
32
flake8
43
pytest

effect/test_twisted.py

Lines changed: 0 additions & 224 deletions
This file was deleted.

effect/twisted.py

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)