MANIFEST.in
README.rst
requirements.txt
setup.py
BiblioPixel.egg-info/PKG-INFO
BiblioPixel.egg-info/SOURCES.txt
BiblioPixel.egg-info/dependency_links.txt
BiblioPixel.egg-info/requires.txt
BiblioPixel.egg-info/top_level.txt
bibliopixel/VERSION
bibliopixel/__init__.py
bibliopixel/animation/__init__.py
bibliopixel/animation/animation.py
bibliopixel/animation/circle.py
bibliopixel/animation/collection.py
bibliopixel/animation/cube.py
bibliopixel/animation/feedback.py
bibliopixel/animation/game.py
bibliopixel/animation/matrix.py
bibliopixel/animation/mixer.py
bibliopixel/animation/off.py
bibliopixel/animation/receiver.py
bibliopixel/animation/runner.py
bibliopixel/animation/sequence.py
bibliopixel/animation/strip.py
bibliopixel/animation/tests.py
bibliopixel/animation/remote/__init__.py
bibliopixel/animation/remote/control.py
bibliopixel/animation/remote/server.py
bibliopixel/animation/remote/trigger.py
bibliopixel/animation/remote/trigger_process.py
bibliopixel/animation/reprocess/__init__.py
bibliopixel/animation/reprocess/functions.py
bibliopixel/animation/reprocess/reprocess.py
bibliopixel/colors/__init__.py
bibliopixel/controllers/__init__.py
bibliopixel/controllers/address.py
bibliopixel/controllers/control_source.py
bibliopixel/controllers/extractor.py
bibliopixel/controllers/gamepad.py
bibliopixel/controllers/keyboard.py
bibliopixel/controllers/midi.py
bibliopixel/controllers/serial_gamepad.py
bibliopixel/drivers/PiWS281X.py
bibliopixel/drivers/__init__.py
bibliopixel/drivers/channel_order.py
bibliopixel/drivers/driver_base.py
bibliopixel/drivers/dummy_driver.py
bibliopixel/drivers/hue.py
bibliopixel/drivers/ledtype.py
bibliopixel/drivers/mirror.py
bibliopixel/drivers/network.py
bibliopixel/drivers/network_receiver.py
bibliopixel/drivers/network_udp.py
bibliopixel/drivers/return_codes.py
bibliopixel/drivers/spi_interfaces.py
bibliopixel/drivers/SPI/APA102.py
bibliopixel/drivers/SPI/LPD8806.py
bibliopixel/drivers/SPI/WS2801.py
bibliopixel/drivers/SPI/WS281X.py
bibliopixel/drivers/SPI/__init__.py
bibliopixel/drivers/SPI/base.py
bibliopixel/drivers/SPI/driver.py
bibliopixel/drivers/SPI/errors.py
bibliopixel/drivers/SPI/interfaces.py
bibliopixel/drivers/SimPixel/SimpleWebSocketServer.py
bibliopixel/drivers/SimPixel/__init__.py
bibliopixel/drivers/SimPixel/driver.py
bibliopixel/drivers/SimPixel/websocket.py
bibliopixel/drivers/serial/__init__.py
bibliopixel/drivers/serial/codes.py
bibliopixel/drivers/serial/devices.py
bibliopixel/drivers/serial/driver.py
bibliopixel/layout/__init__.py
bibliopixel/layout/circle.py
bibliopixel/layout/cube.py
bibliopixel/layout/cutter.py
bibliopixel/layout/font.py
bibliopixel/layout/layout.py
bibliopixel/layout/matrix.py
bibliopixel/layout/matrix_drawing.py
bibliopixel/layout/pov.py
bibliopixel/layout/strip.py
bibliopixel/layout/geometry/__init__.py
bibliopixel/layout/geometry/circle.py
bibliopixel/layout/geometry/cube.py
bibliopixel/layout/geometry/index_ops.py
bibliopixel/layout/geometry/matrix.py
bibliopixel/layout/geometry/rotation.py
bibliopixel/layout/geometry/segment.py
bibliopixel/layout/geometry/strip.py
bibliopixel/main/__init__.py
bibliopixel/main/alias.py
bibliopixel/main/all_pixel.py
bibliopixel/main/all_pixel_test.py
bibliopixel/main/clear_cache.py
bibliopixel/main/color.py
bibliopixel/main/common_flags.py
bibliopixel/main/demo.py
bibliopixel/main/demo_table.py
bibliopixel/main/devices.py
bibliopixel/main/help.py
bibliopixel/main/info.py
bibliopixel/main/list.py
bibliopixel/main/load.py
bibliopixel/main/main.py
bibliopixel/main/remove.py
bibliopixel/main/reset.py
bibliopixel/main/run.py
bibliopixel/main/save.py
bibliopixel/main/set.py
bibliopixel/main/show.py
bibliopixel/main/simpixel.py
bibliopixel/main/update.py
bibliopixel/project/__init__.py
bibliopixel/project/alias_lists.py
bibliopixel/project/aliases.py
bibliopixel/project/attributes.py
bibliopixel/project/cleanup.py
bibliopixel/project/construct.py
bibliopixel/project/data_maker.py
bibliopixel/project/defaults.py
bibliopixel/project/fields.py
bibliopixel/project/importer.py
bibliopixel/project/load.py
bibliopixel/project/merge.py
bibliopixel/project/project.py
bibliopixel/project/recurse.py
bibliopixel/project/types/__init__.py
bibliopixel/project/types/channel_order.py
bibliopixel/project/types/color.py
bibliopixel/project/types/colors.py
bibliopixel/project/types/duration.py
bibliopixel/project/types/gamma.py
bibliopixel/project/types/ledtype.py
bibliopixel/project/types/spi_interface.py
bibliopixel/util/__init__.py
bibliopixel/util/attribute_dict.py
bibliopixel/util/class_name.py
bibliopixel/util/color_list.py
bibliopixel/util/datafile.py
bibliopixel/util/duration.py
bibliopixel/util/exception.py
bibliopixel/util/flatten.py
bibliopixel/util/image.py
bibliopixel/util/log.py
bibliopixel/util/server_cache.py
bibliopixel/util/util.py
bibliopixel/util/colors/__init__.py
bibliopixel/util/colors/arithmetic.py
bibliopixel/util/colors/classic.py
bibliopixel/util/colors/conversions.py
bibliopixel/util/colors/gamma.py
bibliopixel/util/colors/juce.py
bibliopixel/util/colors/names.py
bibliopixel/util/colors/wheel.py
bibliopixel/util/threads/__init__.py
bibliopixel/util/threads/animation_threading.py
bibliopixel/util/threads/compose_events.py
bibliopixel/util/threads/producer_consumer.py
bibliopixel/util/threads/sub.py
bibliopixel/util/threads/task_thread.py
bibliopixel/util/threads/threads.py
bibliopixel/util/threads/update_threading.py
scripts/bibliopixel
scripts/bp
ui/web_remote/favicon.ico
ui/web_remote/index.html
ui/web_remote/jquery-3.2.1.min.js
ui/web_remote/jquery-3.2.1.min.map
ui/web_remote/main.css
ui/web_remote/main.js
ui/web_remote/nouislider.min.css
ui/web_remote/nouislider.min.js
ui/web_remote/favicon/android-icon-144x144.png
ui/web_remote/favicon/android-icon-192x192.png
ui/web_remote/favicon/android-icon-36x36.png
ui/web_remote/favicon/android-icon-48x48.png
ui/web_remote/favicon/android-icon-72x72.png
ui/web_remote/favicon/android-icon-96x96.png
ui/web_remote/favicon/apple-icon-114x114.png
ui/web_remote/favicon/apple-icon-120x120.png
ui/web_remote/favicon/apple-icon-144x144.png
ui/web_remote/favicon/apple-icon-152x152.png
ui/web_remote/favicon/apple-icon-180x180.png
ui/web_remote/favicon/apple-icon-57x57.png
ui/web_remote/favicon/apple-icon-60x60.png
ui/web_remote/favicon/apple-icon-72x72.png
ui/web_remote/favicon/apple-icon-76x76.png
ui/web_remote/favicon/apple-icon-precomposed.png
ui/web_remote/favicon/apple-icon.png
ui/web_remote/favicon/browserconfig.xml
ui/web_remote/favicon/favicon-16x16.png
ui/web_remote/favicon/favicon-32x32.png
ui/web_remote/favicon/favicon-96x96.png
ui/web_remote/favicon/favicon.ico
ui/web_remote/favicon/manifest.json
ui/web_remote/favicon/ms-icon-144x144.png
ui/web_remote/favicon/ms-icon-150x150.png
ui/web_remote/favicon/ms-icon-310x310.png
ui/web_remote/favicon/ms-icon-70x70.png
ui/web_remote/font-awesome/css/font-awesome.min.css
ui/web_remote/font-awesome/fonts/FontAwesome.otf
ui/web_remote/font-awesome/fonts/fontawesome-webfont.eot
ui/web_remote/font-awesome/fonts/fontawesome-webfont.svg
ui/web_remote/font-awesome/fonts/fontawesome-webfont.ttf
ui/web_remote/font-awesome/fonts/fontawesome-webfont.woff
ui/web_remote/font-awesome/fonts/fontawesome-webfont.woff2
ui/web_remote/overpass-mono/overpass-mono-bold.eot
ui/web_remote/overpass-mono/overpass-mono-bold.ttf
ui/web_remote/overpass-mono/overpass-mono-bold.woff
ui/web_remote/overpass-mono/overpass-mono-bold.woff2
ui/web_remote/overpass-mono/overpass-mono-light.eot
ui/web_remote/overpass-mono/overpass-mono-light.ttf
ui/web_remote/overpass-mono/overpass-mono-light.woff
ui/web_remote/overpass-mono/overpass-mono-light.woff2
ui/web_remote/overpass-mono/overpass-mono-regular.eot
ui/web_remote/overpass-mono/overpass-mono-regular.ttf
ui/web_remote/overpass-mono/overpass-mono-regular.woff
ui/web_remote/overpass-mono/overpass-mono-regular.woff2
ui/web_remote/overpass-mono/overpass-mono-semibold.eot
ui/web_remote/overpass-mono/overpass-mono-semibold.ttf
ui/web_remote/overpass-mono/overpass-mono-semibold.woff
ui/web_remote/overpass-mono/overpass-mono-semibold.woff2
ui/web_remote/overpass-mono/overpass-mono.css