Changeset - 947b8267652e
[Not reviewed]
default
! ! !
Drew Perttula - 6 years ago 2019-06-06 00:05:50
drewp@bigasterisk.com
upgrade to a py.typed version of rx
Ignore-this: 9a158a868a37a85bf300522320e1e5b7
66 files changed with 3 insertions and 1082 deletions:
0 comments (0 inline, 0 general)
light9/vidref/videorecorder.py
Show inline comments
 
@@ -6,14 +6,14 @@ import time, logging, os, traceback, sys
 
import gi
 
gi.require_version('Gst', '1.0')
 
gi.require_version('GstBase', '1.0')
 

	
 
from PIL import Image
 
from gi.repository import Gst
 
from rx.subjects import BehaviorSubject
 
from twisted.internet import defer, threads
 
from rx.subject import BehaviorSubject
 
from twisted.internet import threads
 
import moviepy.editor
 
import numpy
 

	
 
from light9.ascoltami.musictime_client import MusicTime
 
from light9.newtypes import Song
 

	
requirements.txt
Show inline comments
 
@@ -14,13 +14,13 @@ nose==1.3.7
 
pyjade==4.0.0
 
pyserial==3.3
 
python-dateutil==2.6.0
 
pyusb==1.0.0
 
rdflib==4.2.2
 
requests==2.22.0
 
rx==1.6.1
 
git+https://github.com/ReactiveX/RxPY.git@6deb66e827f34a88b4605773d7671322b9cbbd08#egg=rx
 
scipy==1.3.0
 
service_identity==18.1.0
 
statprof==0.1.2
 
toposort==1.5
 
treq==18.6.0
 
txzmq==0.8.0
stubs/rx/__init__.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/__init__.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/controlledobservable.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/controlledsubject.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/pausable.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/pausablebuffered.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/stopandwait.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/stopandwaitobservable.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/windowed.pyi
Show inline comments
 
deleted file
stubs/rx/backpressure/windowedobservable.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/__init__.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/catchscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/currentthreadscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/eventloopscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/historicalscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/immediatescheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/__init__.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/asyncioscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/eventletscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/geventscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/gtkscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/ioloopscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/pygamescheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/qtscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/tkinterscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/twistedscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/mainloopscheduler/wxscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/newthreadscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/scheduleditem.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/scheduleperiodic.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/schedulerbase.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/threadpoolscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/timeoutscheduler.pyi
Show inline comments
 
deleted file
stubs/rx/concurrency/virtualtimescheduler.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/__init__.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/anonymousdisposable.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/booleandisposable.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/compositedisposable.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/multipleassignmentdisposable.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/refcountdisposable.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/scheduleddisposable.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/serialdisposable.pyi
Show inline comments
 
deleted file
stubs/rx/disposables/singleassignmentdisposable.pyi
Show inline comments
 
deleted file
stubs/rx/internal/__init__.pyi
Show inline comments
 
deleted file
stubs/rx/internal/basic.pyi
Show inline comments
 
deleted file
stubs/rx/internal/concurrency.pyi
Show inline comments
 
deleted file
stubs/rx/internal/enumerable.pyi
Show inline comments
 
deleted file
stubs/rx/internal/enumerator.pyi
Show inline comments
 
deleted file
stubs/rx/internal/exceptions.pyi
Show inline comments
 
deleted file
stubs/rx/internal/extensionmethod.pyi
Show inline comments
 
deleted file
stubs/rx/internal/priorityqueue.pyi
Show inline comments
 
deleted file
stubs/rx/internal/utils.pyi
Show inline comments
 
deleted file
stubs/rx/joins/__init__.pyi
Show inline comments
 
deleted file
stubs/rx/joins/activeplan.pyi
Show inline comments
 
deleted file
stubs/rx/joins/joinobserver.pyi
Show inline comments
 
deleted file
stubs/rx/joins/pattern.pyi
Show inline comments
 
deleted file
stubs/rx/joins/plan.pyi
Show inline comments
 
deleted file
stubs/rx/subjects/__init__.pyi
Show inline comments
 
deleted file
stubs/rx/subjects/anonymoussubject.pyi
Show inline comments
 
deleted file
stubs/rx/subjects/asyncsubject.pyi
Show inline comments
 
deleted file
stubs/rx/subjects/behaviorsubject.pyi
Show inline comments
 
deleted file
stubs/rx/subjects/innersubscription.pyi
Show inline comments
 
deleted file
stubs/rx/subjects/replaysubject.pyi
Show inline comments
 
deleted file
stubs/rx/subjects/subject.pyi
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)