MANIFEST.in
README.rst
setup.py
Onyx/README.md
Onyx/__init__.py
Onyx/babel.cfg
Onyx/celery_run.py
Onyx/entry.py
Onyx/local.cfg
Onyx/manage.py
Onyx/packages.txt
Onyx/requirements.txt
Onyx/onyx/__init__.py
Onyx/onyx/app.py
Onyx/onyx/config_example.py
Onyx/onyx/decorators.py
Onyx/onyx/extensions.py
Onyx/onyx/tasks.py
Onyx/onyx/api/__init__.py
Onyx/onyx/api/action/__init__.py
Onyx/onyx/api/assets/__init__.py
Onyx/onyx/api/calendar/__init__.py
Onyx/onyx/api/events/__init__.py
Onyx/onyx/api/exceptions/__init__.py
Onyx/onyx/api/geolocalisation/__init__.py
Onyx/onyx/api/house/__init__.py
Onyx/onyx/api/install/__init__.py
Onyx/onyx/api/machine/__init__.py
Onyx/onyx/api/navbar/__init__.py
Onyx/onyx/api/notification/__init__.py
Onyx/onyx/api/options/__init__.py
Onyx/onyx/api/plugins/__init__.py
Onyx/onyx/api/room/__init__.py
Onyx/onyx/api/scenario/__init__.py
Onyx/onyx/api/sentences/__init__.py
Onyx/onyx/api/server/__init__.py
Onyx/onyx/api/time/__init__.py
Onyx/onyx/api/transport/__init__.py
Onyx/onyx/api/user/__init__.py
Onyx/onyx/api/weather/__init__.py
Onyx/onyx/api/widgets/__init__.py
Onyx/onyx/api/wiki/__init__.py
Onyx/onyx/config/__init__.py
Onyx/onyx/config/install.cfg
Onyx/onyx/core/__init__.py
Onyx/onyx/core/actions/__init__.py
Onyx/onyx/core/actions/views/Calendar.py
Onyx/onyx/core/actions/views/Scenario.py
Onyx/onyx/core/actions/views/Time.py
Onyx/onyx/core/actions/views/Weather.py
Onyx/onyx/core/actions/views/__init__.py
Onyx/onyx/core/controllers/__init__.py
Onyx/onyx/core/controllers/api/__init__.py
Onyx/onyx/core/controllers/api/views/Calendar.py
Onyx/onyx/core/controllers/api/views/House.py
Onyx/onyx/core/controllers/api/views/Machine.py
Onyx/onyx/core/controllers/api/views/Plugins.py
Onyx/onyx/core/controllers/api/views/Room.py
Onyx/onyx/core/controllers/api/views/User.py
Onyx/onyx/core/controllers/api/views/Wiki.py
Onyx/onyx/core/controllers/api/views/__init__.py
Onyx/onyx/core/controllers/auth/__init__.py
Onyx/onyx/core/controllers/auth/views.py
Onyx/onyx/core/controllers/base/__init__.py
Onyx/onyx/core/controllers/base/views/AppController.py
Onyx/onyx/core/controllers/base/views/BotController.py
Onyx/onyx/core/controllers/base/views/CalendarController.py
Onyx/onyx/core/controllers/base/views/HelpController.py
Onyx/onyx/core/controllers/base/views/HouseController.py
Onyx/onyx/core/controllers/base/views/IndexController.py
Onyx/onyx/core/controllers/base/views/InfoController.py
Onyx/onyx/core/controllers/base/views/MachineController.py
Onyx/onyx/core/controllers/base/views/MapController.py
Onyx/onyx/core/controllers/base/views/NavbarController.py
Onyx/onyx/core/controllers/base/views/NotificationController.py
Onyx/onyx/core/controllers/base/views/OptionsController.py
Onyx/onyx/core/controllers/base/views/PluginsController.py
Onyx/onyx/core/controllers/base/views/RoomController.py
Onyx/onyx/core/controllers/base/views/ScenarioController.py
Onyx/onyx/core/controllers/base/views/TranslateController.py
Onyx/onyx/core/controllers/base/views/TransportController.py
Onyx/onyx/core/controllers/base/views/TvController.py
Onyx/onyx/core/controllers/base/views/UtilitiesController.py
Onyx/onyx/core/controllers/base/views/WeatherController.py
Onyx/onyx/core/controllers/base/views/WidgetsController.py
Onyx/onyx/core/controllers/base/views/WikiController.py
Onyx/onyx/core/controllers/base/views/__init__.py
Onyx/onyx/core/controllers/install/__init__.py
Onyx/onyx/core/controllers/install/views.py
Onyx/onyx/core/controllers/install/templates/install/finish.html
Onyx/onyx/core/controllers/install/templates/install/index.html
Onyx/onyx/core/controllers/install/templates/layout/install.html
Onyx/onyx/core/models/CalendarModel.py
Onyx/onyx/core/models/ConfigModel.py
Onyx/onyx/core/models/HouseModel.py
Onyx/onyx/core/models/MachineModel.py
Onyx/onyx/core/models/NavbarModel.py
Onyx/onyx/core/models/NotificationModel.py
Onyx/onyx/core/models/RoomModel.py
Onyx/onyx/core/models/ScenarioModel.py
Onyx/onyx/core/models/UsersModel.py
Onyx/onyx/core/models/WidgetsModel.py
Onyx/onyx/core/models/__init__.py
Onyx/onyx/core/widgets/__init__.py
Onyx/onyx/core/widgets/views/Calendar.py
Onyx/onyx/core/widgets/views/Weather.py
Onyx/onyx/core/widgets/views/__init__.py
Onyx/onyx/data/.gitkeep
Onyx/onyx/db/.gitkeep
Onyx/onyx/plugins/__init__.py
Onyx/onyx/templates/404.html
Onyx/onyx/templates/register.html
Onyx/onyx/templates/account/change.html
Onyx/onyx/templates/account/hello.html
Onyx/onyx/templates/account/login.html
Onyx/onyx/templates/account/manage.html
Onyx/onyx/templates/account/manage_account.html
Onyx/onyx/templates/account/register.html
Onyx/onyx/templates/app/index.html
Onyx/onyx/templates/bot/index.html
Onyx/onyx/templates/calendar/index.html
Onyx/onyx/templates/dependencies/css.html
Onyx/onyx/templates/dependencies/cssL.html
Onyx/onyx/templates/dependencies/flash.html
Onyx/onyx/templates/dependencies/js.html
Onyx/onyx/templates/dependencies/jsL.html
Onyx/onyx/templates/help/index.html
Onyx/onyx/templates/index/index.html
Onyx/onyx/templates/info/index.html
Onyx/onyx/templates/layout/action.html
Onyx/onyx/templates/layout/default.html
Onyx/onyx/templates/layout/install.html
Onyx/onyx/templates/layout/login.html
Onyx/onyx/templates/layout/navbar.html
Onyx/onyx/templates/map/index.html
Onyx/onyx/templates/notifications/index.html
Onyx/onyx/templates/options/close.html
Onyx/onyx/templates/options/index.html
Onyx/onyx/templates/plugins/index.html
Onyx/onyx/templates/plugins/reboot.html
Onyx/onyx/templates/scenario/index.html
Onyx/onyx/templates/translate/index.html
Onyx/onyx/templates/transport/index.html
Onyx/onyx/templates/transport/ratp/metro/1.html
Onyx/onyx/templates/transport/ratp/metro/10.html
Onyx/onyx/templates/transport/ratp/metro/11.html
Onyx/onyx/templates/transport/ratp/metro/12.html
Onyx/onyx/templates/transport/ratp/metro/13.html
Onyx/onyx/templates/transport/ratp/metro/14.html
Onyx/onyx/templates/transport/ratp/metro/2.html
Onyx/onyx/templates/transport/ratp/metro/3.html
Onyx/onyx/templates/transport/ratp/metro/3b.html
Onyx/onyx/templates/transport/ratp/metro/4.html
Onyx/onyx/templates/transport/ratp/metro/5.html
Onyx/onyx/templates/transport/ratp/metro/6.html
Onyx/onyx/templates/transport/ratp/metro/7.html
Onyx/onyx/templates/transport/ratp/metro/7b.html
Onyx/onyx/templates/transport/ratp/metro/8.html
Onyx/onyx/templates/transport/ratp/metro/9.html
Onyx/onyx/templates/transport/ratp/metro/index.html
Onyx/onyx/templates/transport/ratp/metro/layout.html
Onyx/onyx/templates/transport/ratp/metro/result.html
Onyx/onyx/templates/transport/ratp/rer/RA.html
Onyx/onyx/templates/transport/ratp/rer/RB.html
Onyx/onyx/templates/transport/ratp/rer/index.html
Onyx/onyx/templates/transport/ratp/rer/layout.html
Onyx/onyx/templates/transport/ratp/rer/result.html
Onyx/onyx/templates/tv/index.html
Onyx/onyx/templates/utilities/index.html
Onyx/onyx/templates/weather/index.html
Onyx/onyx/templates/widgets/calendar.html
Onyx/onyx/templates/widgets/index.html
Onyx/onyx/templates/widgets/weather_1.html
Onyx/onyx/templates/widgets/weather_2.html
Onyx/onyx/templates/wiki/index.html
Onyx/onyx/templates/wiki/result.html
Onyx/onyx/translations/messages.pot
Onyx/onyx/translations/en/LC_MESSAGES/messages.mo
Onyx/onyx/translations/en/LC_MESSAGES/messages.po
Onyx/onyx/translations/fr/LC_MESSAGES/messages.mo
Onyx/onyx/translations/fr/LC_MESSAGES/messages.po
Onyx/static/css/404.css
Onyx/static/css/actions.css
Onyx/static/css/animate.min.css
Onyx/static/css/background.css
Onyx/static/css/bot.css
Onyx/static/css/color-picker.min.css
Onyx/static/css/custom-min.css
Onyx/static/css/fullcalendar.min.css
Onyx/static/css/fullcalendar.print.css
Onyx/static/css/icon.css
Onyx/static/css/install.css
Onyx/static/css/jquery-ui.css
Onyx/static/css/loader.css
Onyx/static/css/login.css
Onyx/static/css/materialize.css
Onyx/static/css/utilities.css
Onyx/static/fonts/fontello.eot
Onyx/static/fonts/fontello.svg
Onyx/static/fonts/fontello.ttf
Onyx/static/fonts/fontello.woff
Onyx/static/fonts/roboto/Roboto-Bold.eot
Onyx/static/fonts/roboto/Roboto-Bold.ttf
Onyx/static/fonts/roboto/Roboto-Bold.woff
Onyx/static/fonts/roboto/Roboto-Bold.woff2
Onyx/static/fonts/roboto/Roboto-Light.eot
Onyx/static/fonts/roboto/Roboto-Light.ttf
Onyx/static/fonts/roboto/Roboto-Light.woff
Onyx/static/fonts/roboto/Roboto-Light.woff2
Onyx/static/fonts/roboto/Roboto-Medium.eot
Onyx/static/fonts/roboto/Roboto-Medium.ttf
Onyx/static/fonts/roboto/Roboto-Medium.woff
Onyx/static/fonts/roboto/Roboto-Medium.woff2
Onyx/static/fonts/roboto/Roboto-Regular.eot
Onyx/static/fonts/roboto/Roboto-Regular.ttf
Onyx/static/fonts/roboto/Roboto-Regular.woff
Onyx/static/fonts/roboto/Roboto-Regular.woff2
Onyx/static/fonts/roboto/Roboto-Thin.eot
Onyx/static/fonts/roboto/Roboto-Thin.ttf
Onyx/static/fonts/roboto/Roboto-Thin.woff
Onyx/static/fonts/roboto/Roboto-Thin.woff2
Onyx/static/img/favicon.ico
Onyx/static/img/last_loader.gif
Onyx/static/img/loader.gif
Onyx/static/img/logo.png
Onyx/static/img/nav.png
Onyx/static/img/robot-icon.png
Onyx/static/img/login/eef.jpg
Onyx/static/img/login/login.jpg
Onyx/static/img/login/login1.jpeg
Onyx/static/img/login/login2.jpeg
Onyx/static/img/logo/None.png
Onyx/static/img/logo/amber darken-1.png
Onyx/static/img/logo/blue darken-1.png
Onyx/static/img/logo/brown darken-1 darken-1.png
Onyx/static/img/logo/cyan darken-1.png
Onyx/static/img/logo/deep-orange darken-1.png
Onyx/static/img/logo/deep-purple darken-1.png
Onyx/static/img/logo/green darken-1.png
Onyx/static/img/logo/indigo darken-1.png
Onyx/static/img/logo/light-blue darken-1.png
Onyx/static/img/logo/light-green darken-1.png
Onyx/static/img/logo/lime darken-1 darken-1.png
Onyx/static/img/logo/orange darken-1.png
Onyx/static/img/logo/pink.png
Onyx/static/img/logo/purple darken-1.png
Onyx/static/img/logo/red darken-1.png
Onyx/static/img/logo/teal darken-1.png
Onyx/static/img/logo/yellow darken-1.png
Onyx/static/img/music/next_icon.png
Onyx/static/img/music/pause_icon.png
Onyx/static/img/music/play_icon.png
Onyx/static/img/music/previous_icon.png
Onyx/static/img/music/stop_icon.png
Onyx/static/img/ratp/M1.png
Onyx/static/img/ratp/M10.png
Onyx/static/img/ratp/M11.png
Onyx/static/img/ratp/M12.png
Onyx/static/img/ratp/M13.png
Onyx/static/img/ratp/M14.png
Onyx/static/img/ratp/M2.png
Onyx/static/img/ratp/M3.png
Onyx/static/img/ratp/M3b.png
Onyx/static/img/ratp/M4.png
Onyx/static/img/ratp/M5.png
Onyx/static/img/ratp/M6.png
Onyx/static/img/ratp/M7.png
Onyx/static/img/ratp/M7b.png
Onyx/static/img/ratp/M8.png
Onyx/static/img/ratp/M9.png
Onyx/static/img/ratp/RERA.jpg
Onyx/static/img/ratp/RERB.jpg
Onyx/static/img/weather/clear.png
Onyx/static/img/weather/cloud.png
Onyx/static/img/weather/cloud1.png
Onyx/static/img/weather/clouds.png
Onyx/static/img/weather/cloudy.png
Onyx/static/img/weather/pikacloud.png
Onyx/static/img/weather/rain.png
Onyx/static/img/weather/snowing.png
Onyx/static/img/weather/windy.png
Onyx/static/js/actions.js
Onyx/static/js/color-picker.min.js
Onyx/static/js/custom-min.js
Onyx/static/js/fullcalendar.min.js
Onyx/static/js/gcal.js
Onyx/static/js/install.js
Onyx/static/js/jquery-ui.min.js
Onyx/static/js/jquery.min.js
Onyx/static/js/lang-all.js
Onyx/static/js/materialize.min.js
Onyx/static/js/moment.min.js
Onyx/static/js/mustache.js
Onyx/static/js/notif.js
Onyx/static/js/plugin-min.js
Onyx/static/js/utilities.js
Onyx/static/js/wikipedia.js
Onyx/static/sounds/Ping.mp3
onyx/__init__.py
onyx/entry.py
onyx/manage.py
onyxproject.egg-info/.dropbox.attr
onyxproject.egg-info/PKG-INFO
onyxproject.egg-info/PKG-INFO (box-codeanywhere's conflicted copy 2017-01-05)
onyxproject.egg-info/SOURCES (Copie en conflit de aituglo-VirtualBox 2017-01-04).txt
onyxproject.egg-info/SOURCES (box-codeanywhere's conflicted copy 2017-01-05).txt
onyxproject.egg-info/SOURCES.txt
onyxproject.egg-info/dependency_links.txt
onyxproject.egg-info/entry_points.txt
onyxproject.egg-info/requires.txt
onyxproject.egg-info/top_level.txt
onyxproject.egg-info/zip-safe