LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
app/__init__.py
app/config.py
app/main.py
app/api/__init__.py
app/api/aggregates.py
app/api/gateways.py
app/api/legacy.py
app/api/websockets.py
app/core/__init__.py
app/core/gateway_manager.py
app/models/__init__.py
app/models/gateway.py
app/static/example.html
app/static/favicon-16x16.png
app/static/favicon-32x32.png
app/static/favicon.ico
app/static/index.html
app/static/powerflow/012955c70685614a5639d326f41890bd.png
app/static/powerflow/1.17c71172308436a079d1.js
app/static/powerflow/124f233cfa9945f861dcaca7acedd308.otf
app/static/powerflow/230aeae00823cd3b622d093948d9c433.png
app/static/powerflow/2bf15a1686c7a1bf7b577337a07d7049.otf
app/static/powerflow/2cd211ee063a3608ab501624f326d61e.png
app/static/powerflow/39.17c71172308436a079d1.js
app/static/powerflow/40.17c71172308436a079d1.js
app/static/powerflow/448c34a56d699c29117adc64c43affeb.woff2
app/static/powerflow/4e28cc8f2bdf3ba640331daa2c453341.png
app/static/powerflow/653969a51632a4df33358a39d7012f79.otf
app/static/powerflow/722c5f898bbca8b2eb3fce0287688326.otf
app/static/powerflow/86a6894da889a3db781418529403290f.otf
app/static/powerflow/89889688147bd7575d6327160d64e760.svg
app/static/powerflow/89aec2cc0b804667e95b1adc02e1ac4a.otf
app/static/powerflow/LICENSE
app/static/powerflow/a3b0d611359e6fa8356cd88aa9035268.otf
app/static/powerflow/ac2944015a17576924af7c56d88751cb.otf
app/static/powerflow/app.css
app/static/powerflow/app.js
app/static/powerflow/b8d72cb0ef934ba1fe847c692d9dfed1.otf
app/static/powerflow/bceda3fae660177ae570735feec62811.otf
app/static/powerflow/befdfda70624c396169873b05de57f8a.otf
app/static/powerflow/black.js
app/static/powerflow/box.png
app/static/powerflow/cb0da8a8999c06735455bf5056a5cd78.png
app/static/powerflow/clear.js
app/static/powerflow/d859fee2eba0e67c75c4c92e719d0630.otf
app/static/powerflow/dakboard.js
app/static/powerflow/e19c20e966bde501f94e41cd0322dbe8.otf
app/static/powerflow/ec6b35b07448e1624cb09323b5fb6e32.otf
app/static/powerflow/ec89c09b066f57efc7687540c998845b.otf
app/static/powerflow/eca1317ee8a99162d0d0e2df77330cec.otf
app/static/powerflow/example.html
app/static/powerflow/f4769f9bdb7466be65088239c12046d1.eot
app/static/powerflow/grafana-dark.js
app/static/powerflow/grafana.js
app/static/powerflow/index.html
app/static/powerflow/jquery.min.js
app/static/powerflow/solar.js
app/static/powerflow/vendor.js
app/static/powerflow/white.js
app/utils/__init__.py
app/utils/stats_tracker.py
app/utils/transform.py
pypowerwall_server.egg-info/PKG-INFO
pypowerwall_server.egg-info/SOURCES.txt
pypowerwall_server.egg-info/dependency_links.txt
pypowerwall_server.egg-info/entry_points.txt
pypowerwall_server.egg-info/requires.txt
pypowerwall_server.egg-info/top_level.txt
tests/test_api_aggregates.py
tests/test_api_gateways.py
tests/test_api_legacy.py
tests/test_basic.py
tests/test_config.py
tests/test_edge_cases.py
tests/test_gateway_manager.py
tests/test_with_simulator.py