File: index.rst

package info (click to toggle)
python-rx 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,204 kB
  • sloc: python: 39,525; javascript: 77; makefile: 24
file content (27 lines) | stat: -rw-r--r-- 620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. RxPY documentation master file, created by
   sphinx-quickstart on Sat Feb 17 23:30:45 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

ReactiveX for Python (RxPY)
===========================

ReactiveX for Python (RxPY) is a library for composing asynchronous and
event-based programs using observable collections and pipable query
operators in Python.

.. toctree::
    :maxdepth: 2

    installation
    rationale
    get_started
    testing
    migration
    operators
    additional_reading
    reference
    contributing
    license