Package - python3-rx
Primary informations
Download package: http://deb.debian.org/debian/pool/bookworm-caracal-backports-nochange/main/p/python-rx/python3-rx_4.0.4-3~bpo12+1_all.deb (Size: 110.3KiB)| Property | Value |
|---|---|
| Package | python3-rx |
| Source | python-rx |
| Version | 4.0.4-3~bpo12+1 |
| Architecture | all |
| Maintainer | Debian Python Team |
| Installed-Size | 850 |
| Depends | python3-typing-extensions, python3:any |
| Filename | pool/bookworm-caracal-backports-nochange/main/p/python-rx/python3-rx_4.0.4-3~bpo12+1_all.deb |
| Size | 112920 |
| MD5sum | bbade694cf9a6b6537b79003d8d7d669 |
| SHA1 | c0463d23697ef99beed43ab7c214240eb488fac9 |
| SHA256 | 0d1737cc9895af55c93d0f19a19598643276c4de558f042c781a41684ea3fb65 |
| Section | python |
| Priority | optional |
| Homepage | https://reactivex.io/ |
| Description | Reactive Extensions for Python (Python 3) This package contains a set of libraries for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in Python. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using operators, and parameterize concurrency in data/event streams using Schedulers. . This package installs the library for Python 3. |
| Description-md5 |
Files in package
- /usr/lib/python3/dist-packages/reactivex-4.0.4.dist-info/INSTALLER
- /usr/lib/python3/dist-packages/reactivex-4.0.4.dist-info/METADATA
- /usr/lib/python3/dist-packages/reactivex-4.0.4.dist-info/WHEEL
- /usr/lib/python3/dist-packages/reactivex/__init__.py
- /usr/lib/python3/dist-packages/reactivex/_version.py
- /usr/lib/python3/dist-packages/reactivex/_version.py.orig
- /usr/lib/python3/dist-packages/reactivex/abc/__init__.py
- /usr/lib/python3/dist-packages/reactivex/abc/disposable.py
- /usr/lib/python3/dist-packages/reactivex/abc/observable.py
- /usr/lib/python3/dist-packages/reactivex/abc/observer.py
- /usr/lib/python3/dist-packages/reactivex/abc/periodicscheduler.py
- /usr/lib/python3/dist-packages/reactivex/abc/scheduler.py
- /usr/lib/python3/dist-packages/reactivex/abc/startable.py
- /usr/lib/python3/dist-packages/reactivex/abc/subject.py
- /usr/lib/python3/dist-packages/reactivex/disposable/__init__.py
- /usr/lib/python3/dist-packages/reactivex/disposable/booleandisposable.py
- /usr/lib/python3/dist-packages/reactivex/disposable/compositedisposable.py
- /usr/lib/python3/dist-packages/reactivex/disposable/disposable.py
- /usr/lib/python3/dist-packages/reactivex/disposable/multipleassignmentdisposable.py
- /usr/lib/python3/dist-packages/reactivex/disposable/refcountdisposable.py
- /usr/lib/python3/dist-packages/reactivex/disposable/scheduleddisposable.py
- /usr/lib/python3/dist-packages/reactivex/disposable/serialdisposable.py
- /usr/lib/python3/dist-packages/reactivex/disposable/singleassignmentdisposable.py
- /usr/lib/python3/dist-packages/reactivex/internal/__init__.py
- /usr/lib/python3/dist-packages/reactivex/internal/basic.py
- /usr/lib/python3/dist-packages/reactivex/internal/concurrency.py
- /usr/lib/python3/dist-packages/reactivex/internal/constants.py
- /usr/lib/python3/dist-packages/reactivex/internal/exceptions.py
- /usr/lib/python3/dist-packages/reactivex/internal/priorityqueue.py
- /usr/lib/python3/dist-packages/reactivex/internal/utils.py
- /usr/lib/python3/dist-packages/reactivex/notification.py
- /usr/lib/python3/dist-packages/reactivex/observable/__init__.py
- /usr/lib/python3/dist-packages/reactivex/observable/amb.py
- /usr/lib/python3/dist-packages/reactivex/observable/case.py
- /usr/lib/python3/dist-packages/reactivex/observable/catch.py
- /usr/lib/python3/dist-packages/reactivex/observable/combinelatest.py
- /usr/lib/python3/dist-packages/reactivex/observable/concat.py
- /usr/lib/python3/dist-packages/reactivex/observable/connectableobservable.py
- /usr/lib/python3/dist-packages/reactivex/observable/defer.py
- /usr/lib/python3/dist-packages/reactivex/observable/empty.py
- /usr/lib/python3/dist-packages/reactivex/observable/forkjoin.py
- /usr/lib/python3/dist-packages/reactivex/observable/fromcallback.py
- /usr/lib/python3/dist-packages/reactivex/observable/fromfuture.py
- /usr/lib/python3/dist-packages/reactivex/observable/fromiterable.py
- /usr/lib/python3/dist-packages/reactivex/observable/generate.py
- /usr/lib/python3/dist-packages/reactivex/observable/generatewithrelativetime.py
- /usr/lib/python3/dist-packages/reactivex/observable/groupedobservable.py
- /usr/lib/python3/dist-packages/reactivex/observable/ifthen.py
- /usr/lib/python3/dist-packages/reactivex/observable/interval.py
- /usr/lib/python3/dist-packages/reactivex/observable/marbles.py
- /usr/lib/python3/dist-packages/reactivex/observable/merge.py
- /usr/lib/python3/dist-packages/reactivex/observable/never.py
- /usr/lib/python3/dist-packages/reactivex/observable/observable.py
- /usr/lib/python3/dist-packages/reactivex/observable/onerrorresumenext.py
- /usr/lib/python3/dist-packages/reactivex/observable/range.py
- /usr/lib/python3/dist-packages/reactivex/observable/repeat.py
- /usr/lib/python3/dist-packages/reactivex/observable/returnvalue.py
- /usr/lib/python3/dist-packages/reactivex/observable/start.py
- /usr/lib/python3/dist-packages/reactivex/observable/startasync.py
- /usr/lib/python3/dist-packages/reactivex/observable/throw.py
- /usr/lib/python3/dist-packages/reactivex/observable/timer.py
- /usr/lib/python3/dist-packages/reactivex/observable/toasync.py
- /usr/lib/python3/dist-packages/reactivex/observable/using.py
- /usr/lib/python3/dist-packages/reactivex/observable/withlatestfrom.py
- /usr/lib/python3/dist-packages/reactivex/observable/zip.py
- /usr/lib/python3/dist-packages/reactivex/observer/__init__.py
- /usr/lib/python3/dist-packages/reactivex/observer/autodetachobserver.py
- /usr/lib/python3/dist-packages/reactivex/observer/observeonobserver.py
- /usr/lib/python3/dist-packages/reactivex/observer/observer.py
- /usr/lib/python3/dist-packages/reactivex/observer/scheduledobserver.py
- /usr/lib/python3/dist-packages/reactivex/operators/__init__.py
- /usr/lib/python3/dist-packages/reactivex/operators/_all.py
- /usr/lib/python3/dist-packages/reactivex/operators/_amb.py
- /usr/lib/python3/dist-packages/reactivex/operators/_asobservable.py
- /usr/lib/python3/dist-packages/reactivex/operators/_average.py
- /usr/lib/python3/dist-packages/reactivex/operators/_buffer.py
- /usr/lib/python3/dist-packages/reactivex/operators/_bufferwithtime.py
- /usr/lib/python3/dist-packages/reactivex/operators/_bufferwithtimeorcount.py
- /usr/lib/python3/dist-packages/reactivex/operators/_catch.py
- /usr/lib/python3/dist-packages/reactivex/operators/_combinelatest.py
- /usr/lib/python3/dist-packages/reactivex/operators/_concat.py
- /usr/lib/python3/dist-packages/reactivex/operators/_contains.py
- /usr/lib/python3/dist-packages/reactivex/operators/_count.py
- /usr/lib/python3/dist-packages/reactivex/operators/_debounce.py
- /usr/lib/python3/dist-packages/reactivex/operators/_defaultifempty.py
- /usr/lib/python3/dist-packages/reactivex/operators/_delay.py
- /usr/lib/python3/dist-packages/reactivex/operators/_delaysubscription.py
- /usr/lib/python3/dist-packages/reactivex/operators/_delaywithmapper.py
- /usr/lib/python3/dist-packages/reactivex/operators/_dematerialize.py
- /usr/lib/python3/dist-packages/reactivex/operators/_distinct.py
- /usr/lib/python3/dist-packages/reactivex/operators/_distinctuntilchanged.py
- /usr/lib/python3/dist-packages/reactivex/operators/_do.py
- /usr/lib/python3/dist-packages/reactivex/operators/_dowhile.py
- /usr/lib/python3/dist-packages/reactivex/operators/_elementatordefault.py
- /usr/lib/python3/dist-packages/reactivex/operators/_exclusive.py
- /usr/lib/python3/dist-packages/reactivex/operators/_expand.py
- /usr/lib/python3/dist-packages/reactivex/operators/_filter.py
- /usr/lib/python3/dist-packages/reactivex/operators/_finallyaction.py
- /usr/lib/python3/dist-packages/reactivex/operators/_find.py
- /usr/lib/python3/dist-packages/reactivex/operators/_first.py
- /usr/lib/python3/dist-packages/reactivex/operators/_firstordefault.py
- /usr/lib/python3/dist-packages/reactivex/operators/_flatmap.py
- /usr/lib/python3/dist-packages/reactivex/operators/_forkjoin.py
- /usr/lib/python3/dist-packages/reactivex/operators/_groupby.py
- /usr/lib/python3/dist-packages/reactivex/operators/_groupbyuntil.py
- /usr/lib/python3/dist-packages/reactivex/operators/_groupjoin.py
- /usr/lib/python3/dist-packages/reactivex/operators/_ignoreelements.py
- /usr/lib/python3/dist-packages/reactivex/operators/_isempty.py
- /usr/lib/python3/dist-packages/reactivex/operators/_join.py
- /usr/lib/python3/dist-packages/reactivex/operators/_last.py
- /usr/lib/python3/dist-packages/reactivex/operators/_lastordefault.py
- /usr/lib/python3/dist-packages/reactivex/operators/_map.py
- /usr/lib/python3/dist-packages/reactivex/operators/_materialize.py
- /usr/lib/python3/dist-packages/reactivex/operators/_max.py
- /usr/lib/python3/dist-packages/reactivex/operators/_maxby.py
- /usr/lib/python3/dist-packages/reactivex/operators/_merge.py
- /usr/lib/python3/dist-packages/reactivex/operators/_min.py
- /usr/lib/python3/dist-packages/reactivex/operators/_minby.py
- /usr/lib/python3/dist-packages/reactivex/operators/_multicast.py
- /usr/lib/python3/dist-packages/reactivex/operators/_observeon.py
- /usr/lib/python3/dist-packages/reactivex/operators/_onerrorresumenext.py
- /usr/lib/python3/dist-packages/reactivex/operators/_pairwise.py
- /usr/lib/python3/dist-packages/reactivex/operators/_partition.py
- /usr/lib/python3/dist-packages/reactivex/operators/_pluck.py
- /usr/lib/python3/dist-packages/reactivex/operators/_publish.py
- /usr/lib/python3/dist-packages/reactivex/operators/_publishvalue.py
- /usr/lib/python3/dist-packages/reactivex/operators/_reduce.py
- /usr/lib/python3/dist-packages/reactivex/operators/_repeat.py
- /usr/lib/python3/dist-packages/reactivex/operators/_replay.py
- /usr/lib/python3/dist-packages/reactivex/operators/_retry.py
- /usr/lib/python3/dist-packages/reactivex/operators/_sample.py
- /usr/lib/python3/dist-packages/reactivex/operators/_scan.py
- /usr/lib/python3/dist-packages/reactivex/operators/_sequenceequal.py
- /usr/lib/python3/dist-packages/reactivex/operators/_single.py
- /usr/lib/python3/dist-packages/reactivex/operators/_singleordefault.py
- /usr/lib/python3/dist-packages/reactivex/operators/_skip.py
- /usr/lib/python3/dist-packages/reactivex/operators/_skiplast.py
- /usr/lib/python3/dist-packages/reactivex/operators/_skiplastwithtime.py
- /usr/lib/python3/dist-packages/reactivex/operators/_skipuntil.py
- /usr/lib/python3/dist-packages/reactivex/operators/_skipuntilwithtime.py
- /usr/lib/python3/dist-packages/reactivex/operators/_skipwhile.py
- /usr/lib/python3/dist-packages/reactivex/operators/_skipwithtime.py
- /usr/lib/python3/dist-packages/reactivex/operators/_slice.py
- /usr/lib/python3/dist-packages/reactivex/operators/_some.py
- /usr/lib/python3/dist-packages/reactivex/operators/_startswith.py
- /usr/lib/python3/dist-packages/reactivex/operators/_subscribeon.py
- /usr/lib/python3/dist-packages/reactivex/operators/_sum.py
- /usr/lib/python3/dist-packages/reactivex/operators/_switchlatest.py
- /usr/lib/python3/dist-packages/reactivex/operators/_take.py
- /usr/lib/python3/dist-packages/reactivex/operators/_takelast.py
- /usr/lib/python3/dist-packages/reactivex/operators/_takelastbuffer.py
- /usr/lib/python3/dist-packages/reactivex/operators/_takelastwithtime.py
- /usr/lib/python3/dist-packages/reactivex/operators/_takeuntil.py
- /usr/lib/python3/dist-packages/reactivex/operators/_takeuntilwithtime.py
- /usr/lib/python3/dist-packages/reactivex/operators/_takewhile.py
- /usr/lib/python3/dist-packages/reactivex/operators/_takewithtime.py
- /usr/lib/python3/dist-packages/reactivex/operators/_throttlefirst.py
- /usr/lib/python3/dist-packages/reactivex/operators/_timeinterval.py
- /usr/lib/python3/dist-packages/reactivex/operators/_timeout.py
- /usr/lib/python3/dist-packages/reactivex/operators/_timeoutwithmapper.py
- /usr/lib/python3/dist-packages/reactivex/operators/_timestamp.py
- /usr/lib/python3/dist-packages/reactivex/operators/_todict.py
- /usr/lib/python3/dist-packages/reactivex/operators/_tofuture.py
- /usr/lib/python3/dist-packages/reactivex/operators/_toiterable.py
- /usr/lib/python3/dist-packages/reactivex/operators/_tomarbles.py
- /usr/lib/python3/dist-packages/reactivex/operators/_toset.py
- /usr/lib/python3/dist-packages/reactivex/operators/_whiledo.py
- /usr/lib/python3/dist-packages/reactivex/operators/_window.py
- /usr/lib/python3/dist-packages/reactivex/operators/_windowwithcount.py
- /usr/lib/python3/dist-packages/reactivex/operators/_windowwithtime.py
- /usr/lib/python3/dist-packages/reactivex/operators/_windowwithtimeorcount.py
- /usr/lib/python3/dist-packages/reactivex/operators/_withlatestfrom.py
- /usr/lib/python3/dist-packages/reactivex/operators/_zip.py
- /usr/lib/python3/dist-packages/reactivex/operators/connectable/__init__.py
- /usr/lib/python3/dist-packages/reactivex/operators/connectable/_refcount.py
- /usr/lib/python3/dist-packages/reactivex/pipe.py
- /usr/lib/python3/dist-packages/reactivex/py.typed
- /usr/lib/python3/dist-packages/reactivex/run.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/__init__.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/catchscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/currentthreadscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/eventloop/__init__.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/eventloop/asyncioscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/eventloop/asynciothreadsafescheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/eventloop/eventletscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/eventloop/geventscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/eventloop/ioloopscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/eventloop/twistedscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/eventloopscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/historicalscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/immediatescheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/mainloop/__init__.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/mainloop/gtkscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/mainloop/pygamescheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/mainloop/qtscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/mainloop/tkinterscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/mainloop/wxscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/newthreadscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/periodicscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/scheduleditem.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/scheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/threadpoolscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/timeoutscheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/trampoline.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/trampolinescheduler.py
- /usr/lib/python3/dist-packages/reactivex/scheduler/virtualtimescheduler.py
- /usr/lib/python3/dist-packages/reactivex/subject/__init__.py
- /usr/lib/python3/dist-packages/reactivex/subject/asyncsubject.py
- /usr/lib/python3/dist-packages/reactivex/subject/behaviorsubject.py
- /usr/lib/python3/dist-packages/reactivex/subject/innersubscription.py
- /usr/lib/python3/dist-packages/reactivex/subject/replaysubject.py
- /usr/lib/python3/dist-packages/reactivex/subject/subject.py
- /usr/lib/python3/dist-packages/reactivex/testing/__init__.py
- /usr/lib/python3/dist-packages/reactivex/testing/coldobservable.py
- /usr/lib/python3/dist-packages/reactivex/testing/hotobservable.py
- /usr/lib/python3/dist-packages/reactivex/testing/marbles.py
- /usr/lib/python3/dist-packages/reactivex/testing/mockdisposable.py
- /usr/lib/python3/dist-packages/reactivex/testing/mockobserver.py
- /usr/lib/python3/dist-packages/reactivex/testing/reactivetest.py
- /usr/lib/python3/dist-packages/reactivex/testing/recorded.py
- /usr/lib/python3/dist-packages/reactivex/testing/subscription.py
- /usr/lib/python3/dist-packages/reactivex/testing/testscheduler.py
- /usr/lib/python3/dist-packages/reactivex/typing.py
- /usr/lib/python3/dist-packages/rx
- /usr/share/doc/python3-rx/changelog.Debian.gz
- /usr/share/doc/python3-rx/changelog.gz
- /usr/share/doc/python3-rx/copyright
- /usr/share/doc/python3-rx/examples/asyncio/await.py
- /usr/share/doc/python3-rx/examples/asyncio/toasyncgenerator.py
- /usr/share/doc/python3-rx/examples/asyncio/toasynciterator.py
- /usr/share/doc/python3-rx/examples/chess/chess.py
- /usr/share/doc/python3-rx/examples/chess/chess_bishop_black.png
- /usr/share/doc/python3-rx/examples/chess/chess_bishop_white.png
- /usr/share/doc/python3-rx/examples/chess/chess_king_black.png
- /usr/share/doc/python3-rx/examples/chess/chess_king_white.png
- /usr/share/doc/python3-rx/examples/chess/chess_knight_black.png
- /usr/share/doc/python3-rx/examples/chess/chess_knight_white.png
- /usr/share/doc/python3-rx/examples/chess/chess_pawn_black.png
- /usr/share/doc/python3-rx/examples/chess/chess_pawn_white.png
- /usr/share/doc/python3-rx/examples/chess/chess_queen_black.png
- /usr/share/doc/python3-rx/examples/chess/chess_queen_white.png
- /usr/share/doc/python3-rx/examples/chess/chess_rook_black.png
- /usr/share/doc/python3-rx/examples/chess/chess_rook_white.png
- /usr/share/doc/python3-rx/examples/errors/failing.py
- /usr/share/doc/python3-rx/examples/marbles/frommarbles_error.py
- /usr/share/doc/python3-rx/examples/marbles/frommarbles_flatmap.py
- /usr/share/doc/python3-rx/examples/marbles/frommarbles_lookup.py
- /usr/share/doc/python3-rx/examples/marbles/frommarbles_merge.py
- /usr/share/doc/python3-rx/examples/marbles/hot_datetime.py
- /usr/share/doc/python3-rx/examples/marbles/testing_debounce.py
- /usr/share/doc/python3-rx/examples/marbles/testing_flatmap.py
- /usr/share/doc/python3-rx/examples/marbles/tomarbles.py
- /usr/share/doc/python3-rx/examples/parallel/timer.py
- /usr/share/doc/python3-rx/examples/statistics/statistics.py
- /usr/share/doc/python3-rx/examples/timeflies/timeflies_gtk.py
- /usr/share/doc/python3-rx/examples/timeflies/timeflies_qt.py
- /usr/share/doc/python3-rx/examples/timeflies/timeflies_tkinter.py
- /usr/share/doc/python3-rx/examples/timeflies/timeflies_wx.py