python3-rx (4.0.4-3)
Details
Core information at a glance
- Distribution
- debian
- Origin
- debian-sid
- Repository
- https://deb.debian.org/debian
- Codename
- sid
- Component
- main
- Source
- python-rx
- Architecture
- s390x
- Section
- python
- Priority
- optional
- Maintainer
- Debian Python Team <[email protected]>
Size & integrity
Byte sizes and integrity verification
- Installed size
- 850 B
- Size expected
- 112.8 kB
- Size actual
- 112.8 kB
- Size match
Suggested packages
Recommended additional packages
- None
Description
Reactive Extensions for Python (Python 3)
Tags
Package classification tags
None
Checksums
Hash values and integrity verification status
| Type | Actual | Match |
|---|---|---|
| MD5 | 599b86d3…f59c698e | |
| SHA-1 | 7cbb1bc3…4401b661 | |
| SHA-256 | e4cb841c…0aeec736 | |
| SHA-512 | dfc95583…274b6e41 |
Contents
Files and directories included
. usr usr/lib usr/lib/python3 usr/lib/python3/dist-packages usr/lib/python3/dist-packages/reactivex 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 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 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 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 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 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 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 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 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 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 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 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 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/reactivex-4.0.4.dist-info 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/share usr/share/doc usr/share/doc/python3-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 usr/share/doc/python3-rx/examples/asyncio 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 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 usr/share/doc/python3-rx/examples/errors/failing.py usr/share/doc/python3-rx/examples/marbles 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 usr/share/doc/python3-rx/examples/parallel/timer.py usr/share/doc/python3-rx/examples/statistics usr/share/doc/python3-rx/examples/statistics/statistics.py usr/share/doc/python3-rx/examples/timeflies 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 usr/lib/python3/dist-packages/rx