Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lint:
flake8 --ignore=E131,E731,W503 effect/ examples/
flake8 --ignore=E131,E731,W503 effect/

build-dist:
rm -rf dist
Expand Down
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ possible to override the way an intent is performed to do whatever you want.
For more information on how to implement the actual effect-performing code,
and other details, see the `documentation`_. There is also a full example
of interacting with the user and using an HTTP client to talk to the GitHub
API in the `examples`_ directory.
API in the `effect-examples`_ repository.

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



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

For integrating Effect with Twisted's Deferreds, see the ``txEffect`` package
(`pypi`_, `github`_).

.. _`pypi`: https://warehouse.python.org/project/txeffect
.. _`github`: https://github.com/python-effect/txeffect

Over the past few years, the ecosystem of libraries to help with functional
programming in Python has exploded. Here are some libraries I recommend:

Expand Down
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
testtools
twisted
flake8
pytest
224 changes: 0 additions & 224 deletions effect/test_twisted.py

This file was deleted.

105 changes: 0 additions & 105 deletions effect/twisted.py

This file was deleted.

Loading