.gitignore
.readthedocs.yaml
CHANGES.md
LICENSE
MANIFEST.in
README.md
package.json
pybloqs_in_notebook.png
pyproject.toml
setup.py
.circleci/config.yml
ci/bin/activate_this.py
docs/source/api.rst
docs/source/conf.py
docs/source/configuration.ipynb
docs/source/examples.ipynb
docs/source/first_steps.md
docs/source/getting_started.rst
docs/source/index.md
docs/source/installation.md
docs/source/interactive_plots.ipynb
docs/source/pyproject.toml
docs/source/requirements.txt
docs/source/table_formatting.ipynb
docs/source/user_guide.md
logo/logo.svg
logo/logo100.png
logo/logo200.png
logo/logo50.png
logo/logo500.png
pybloqs/__init__.py
pybloqs/config.py
pybloqs/email.py
pybloqs/html.py
pybloqs/util.py
pybloqs.egg-info/PKG-INFO
pybloqs.egg-info/SOURCES.txt
pybloqs.egg-info/dependency_links.txt
pybloqs.egg-info/requires.txt
pybloqs.egg-info/top_level.txt
pybloqs/block/__init__.py
pybloqs/block/base.py
pybloqs/block/colors.py
pybloqs/block/convenience.py
pybloqs/block/data_tables.py
pybloqs/block/image.py
pybloqs/block/layout.py
pybloqs/block/table.py
pybloqs/block/table_formatter_builder.py
pybloqs/block/table_formatters.py
pybloqs/block/text.py
pybloqs/block/wrap.py
pybloqs/htmlconv/__init__.py
pybloqs/htmlconv/chrome_headless.py
pybloqs/htmlconv/html_converter.py
pybloqs/htmlconv/puppeteer.js
pybloqs/htmlconv/wkhtmltox.py
pybloqs/jinja/__init__.py
pybloqs/jinja/table.html
pybloqs/plot/__init__.py
pybloqs/plot/core.py
pybloqs/plot/extras.py
pybloqs/static/__init__.py
pybloqs/static/block-core.js
pybloqs/static/highcharts-pybloqs.js
pybloqs/static/jquery-dataTables-impl.js
pybloqs/static/jquery-dataTables.js
pybloqs/static/jquery.js
pybloqs/static/jsinflate.js
pybloqs/static/css/docutils.css
pybloqs/static/css/jquery-dataTables.css
pybloqs/static/css/pybloqs_default/main.css
pybloqs/static/uncompressed/block-core.js
pybloqs/static/uncompressed/highcharts-pybloqs.js
pybloqs/static/uncompressed/jsinflate.js
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_base.py
tests/integration/test_convenience.py
tests/integration/test_table.py
tests/integration/generate/__init__.py
tests/integration/generate/generation_framework.py
tests/integration/generate/test_base.py
tests/integration/generate/test_convenience.py
tests/integration/generate/test_data_tables.py
tests/integration/generate/test_image.py
tests/integration/generate/test_image_file.png
tests/integration/generate/test_layout.py
tests/integration/generate/test_plot.py
tests/integration/generate/test_plot_df1.csv
tests/integration/generate/test_plot_df2.csv
tests/integration/generate/test_plot_df3.csv
tests/integration/generate/test_table.py
tests/integration/generate/test_text.py
tests/integration/generate/test_wrap.py
tests/integration/htmlconv/__init__.py
tests/integration/htmlconv/test_html_converter.py
tests/integration/static/__init__.py
tests/integration/static/test_static.py
tests/unit/__init__.py
tests/unit/test_html.py
tests/unit/test_import.py
tests/unit/block/__init__.py
tests/unit/block/test_base_unit.py
tests/unit/block/test_email.py
tests/unit/block/test_image_imports.py
tests/unit/block/test_image_unit.py
tests/unit/block/test_table.py
tests/unit/block/test_table_formatter_builder.py
tests/unit/block/test_table_formatters.py
tests/unit/plot/__init__.py
tests/unit/plot/test_plot_init.py
tests/unit/plot/test_plot_unit.py
tests/unit/static/__init__.py
tests/unit/static/test_static.py