.flake8
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements-extras.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/build.yml
.github/workflows/pages.yml
doc/Makefile
doc/home/.nojekyll
doc/home/cli.png
doc/home/dashboard.png
doc/home/favicon.png
doc/home/html.png
doc/home/index.html
doc/home/jupyter.png
doc/home/logo.svg
doc/source/.gitignore
doc/source/conf.py
doc/source/genindex.rst
doc/source/index.rst
doc/source/index_api.rst
doc/source/installation.rst
doc/source/issues.rst
doc/source/quickstart.rst
doc/source/thirdparty.rst
doc/source/_static/badge_build.svg
doc/source/_static/badge_coverage.svg
doc/source/_static/badge_docs.svg
doc/source/_static/badge_lint.svg
doc/source/_static/badge_mypy.svg
doc/source/_static/badge_python.svg
doc/source/_static/badge_style.svg
doc/source/_static/badge_tests.svg
doc/source/_static/favicon.png
doc/source/_static/logo-350.png
doc/source/_static/logo.png
doc/source/_static/logo.svg
doc/source/_static/project.css
doc/source/api/tslumen.cli.rst
doc/source/api/tslumen.jinja_utils.rst
doc/source/api/tslumen.misc.rst
doc/source/api/tslumen.plot.interactive.rst
doc/source/api/tslumen.plot.rst
doc/source/api/tslumen.plot.static.rst
doc/source/api/tslumen.profile.base.rst
doc/source/api/tslumen.profile.components.rst
doc/source/api/tslumen.profile.correlation.rst
doc/source/api/tslumen.profile.distribution.rst
doc/source/api/tslumen.profile.features.rst
doc/source/api/tslumen.profile.rst
doc/source/api/tslumen.profile.smooth.rst
doc/source/api/tslumen.profile.stat_tests.rst
doc/source/api/tslumen.profile.stats.rst
doc/source/api/tslumen.profile.summary.rst
doc/source/api/tslumen.report.dashboard.rst
doc/source/api/tslumen.report.html.rst
doc/source/api/tslumen.report.rst
doc/source/api/tslumen.rst
doc/source/api/tslumen.scheduling.rst
doc/source/notebooks/01_multiple_series.ipynb
doc/source/notebooks/02_single_series.ipynb
doc/source/notebooks/03_tune_profilers.ipynb
doc/source/notebooks/04_displaying_sections.ipynb
doc/source/notebooks/05_raw_data.ipynb
doc/source/notebooks/06_dashboard.ipynb
doc/source/notebooks/11_custom_profiler.ipynb
doc/source/notebooks/12_custom_html.ipynb
doc/source/notebooks/data.csv
doc/source/notebooks/gdp.csv
doc/source/notebooks/monthly.csv
doc/source/notebooks/tslumen-dashboard.png
tslumen/__init__.py
tslumen/_version.py
tslumen/jinja_utils.py
tslumen/misc.py
tslumen/py.typed
tslumen/scheduling.py
tslumen.egg-info/PKG-INFO
tslumen.egg-info/SOURCES.txt
tslumen.egg-info/dependency_links.txt
tslumen.egg-info/entry_points.txt
tslumen.egg-info/not-zip-safe
tslumen.egg-info/requires.txt
tslumen.egg-info/top_level.txt
tslumen/cli/__init__.py
tslumen/cli/readers.py
tslumen/plot/__init__.py
tslumen/plot/utils.py
tslumen/plot/interactive/__init__.py
tslumen/plot/interactive/base.py
tslumen/plot/interactive/comparison.py
tslumen/plot/interactive/correlation.py
tslumen/plot/interactive/distribution.py
tslumen/plot/interactive/line.py
tslumen/plot/interactive/misc.py
tslumen/plot/static/__init__.py
tslumen/plot/static/base.py
tslumen/plot/static/comparison.py
tslumen/plot/static/correlation.py
tslumen/plot/static/distribution.py
tslumen/plot/static/line.py
tslumen/plot/static/misc.py
tslumen/profile/__init__.py
tslumen/profile/_supsmu.py
tslumen/profile/base.py
tslumen/profile/components.py
tslumen/profile/correlation.py
tslumen/profile/distribution.py
tslumen/profile/features.py
tslumen/profile/smooth.py
tslumen/profile/stat_tests.py
tslumen/profile/stats.py
tslumen/profile/summary.py
tslumen/report/__init__.py
tslumen/report/base.py
tslumen/report/dashboard/__init__.py
tslumen/report/dashboard/_dash.py
tslumen/report/dashboard/base.py
tslumen/report/dashboard/report.py
tslumen/report/dashboard/sections/__init__.py
tslumen/report/dashboard/sections/features.py
tslumen/report/dashboard/sections/relations.py
tslumen/report/dashboard/sections/summary.py
tslumen/report/dashboard/sections/timeseries.py
tslumen/report/html/__init__.py
tslumen/report/html/base.py
tslumen/report/html/report.py
tslumen/report/html/sections.py
tslumen/templates/dashboard/index.html
tslumen/templates/dashboard/static/bootstrap-icons.css
tslumen/templates/dashboard/static/bootstrap.bundle.min.js
tslumen/templates/dashboard/static/bootstrap.min.css
tslumen/templates/dashboard/static/favicon.png
tslumen/templates/dashboard/static/jquery-3.5.1.min.js
tslumen/templates/dashboard/static/logo.svg
tslumen/templates/dashboard/static/sboot.css
tslumen/templates/dashboard/static/script.js
tslumen/templates/dashboard/static/style.css
tslumen/templates/html/HtmlReport.html
tslumen/templates/html/SectionRelations.html
tslumen/templates/html/SectionSummary.html
tslumen/templates/html/SectionTSFeatures.html
tslumen/templates/html/SectionTimeSeries.html
tslumen/templates/html/SubTimeSeries.html
tslumen/templates/html/TabTSAutoCorrelation.html
tslumen/templates/html/TabTSComponents.html
tslumen/templates/html/TabTSDistribution.html
tslumen/templates/html/TabTSFeatures.html
tslumen/templates/html/TabTSLagPlots.html
tslumen/templates/html/TabTSSeasonality.html
tslumen/templates/html/TabTSSmoothing.html
tslumen/templates/html/TabTSStatistics.html
tslumen/templates/html/_base.html
tslumen/templates/html/_block.html
tslumen/templates/html/_iframe.html
tslumen/templates/html/_macros.html
tslumen/templates/html/_section.html
tslumen/templates/html/static/bootstrap.bundle.min.js
tslumen/templates/html/static/bootstrap.min.css
tslumen/templates/html/static/jquery-3.5.1.min.js
tslumen/templates/html/static/logo.svg
tslumen/templates/html/static/sboot.css
tslumen/templates/html/static/script.js
tslumen/templates/html/static/style.css
tslumen/templates/ipython/_base.html
tslumen/templates/ipython/_class.html
tslumen/templates/ipython/_macros.html
tslumen/templates/ipython/tslumen.profile.base.BundledProfiler.html
tslumen/templates/ipython/tslumen.profile.base.BundledResultDetails.html
tslumen/templates/ipython/tslumen.profile.base.ProfileResult.html
tslumen/templates/ipython/tslumen.profile.base.ProfilingFunction.html
tslumen/templates/ipython/tslumen.profile.stat_tests.TestResult.html