/docs/source/start/requirements.rst

https://bitbucket.org/prologic/circuits/ · ReStructuredText · 28 lines · 17 code · 11 blank · 0 comment · 0 complexity · 228f466baffbdadd7aa72ebffe4a747c MD5 · raw file

  1. .. _Python Standard Library: http://docs.python.org/library/
  2. Requirements and Dependencies
  3. =============================
  4. - circuits has no **required** dependencies beyond the `Python Standard Library`_.
  5. - Python: >= 2.6 or pypy >= 2.0
  6. :Supported Platforms: Linux, FreeBSD, Mac OS X, Windows
  7. :Supported Python Versions: 2.6, 2.7, 3.2, 3.3
  8. :Supported pypy Versions: 2.0
  9. Other Optional Dependencies
  10. ---------------------------
  11. These dependencies are not strictly required and only add additional
  12. features.
  13. - `pydot <http://pypi.python.org/pypi/pydot/>`_
  14. -- For rendering component graphs of an application.
  15. - `pyinotify <http://pypi.python.org/pypi/pyinotify>`_
  16. -- For asynchronous file system event notifications
  17. and the :mod:`circuits.io.notify` module.