Metadata-Version: 2.1
Name: jupyterlite-core
Version: 0.1.0a0
Summary: tools for building JupyterLite sites
Keywords: browser,doit,js,jupyter,jupyterlab,notebook,pyodide,schema
Author: JupyterLite Contributors
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Dist: doit >=0.34,<1
Requires-Dist: importlib_metadata >=3.6; python_version<"3.10"
Requires-Dist: jupyter_core >=4.7
Requires-Dist: jsonschema >=3 ; extra == "all"
Requires-Dist: jupyter_server ; extra == "all"
Requires-Dist: jupyter-server-mathjax >=0.2.3 ; extra == "all"
Requires-Dist: jupyterlab >=3.5.3,<3.6 ; extra == "all"
Requires-Dist: jupyterlab_server >=2.8.1,<3 ; extra == "all"
Requires-Dist: libarchive-c >=4.0 ; extra == "all"
Requires-Dist: pkginfo ; extra == "all"
Requires-Dist: tornado >=6.1 ; extra == "all"
Requires-Dist: jsonschema[format_nongpl] >=3 ; extra == "check"
Requires-Dist: jupyter_server ; extra == "contents"
Requires-Dist: jupyterlab >=3.5.3,<3.6 ; extra == "lab"
Requires-Dist: libarchive-c >=4.0 ; extra == "libarchive"
Requires-Dist: jupyter-server-mathjax >=0.2.3 ; extra == "mathjax"
Requires-Dist: tornado >=6.1 ; extra == "serve"
Requires-Dist: ansi2html ; extra == "test"
Requires-Dist: diffoscope ; extra == "test" and ( sys_platform == 'linux')
Requires-Dist: pytest-console-scripts ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-html ; extra == "test"
Requires-Dist: pytest-xdist ; extra == "test"
Requires-Dist: jupyterlab_server >=2.8.1,<3 ; extra == "translation"
Project-URL: Source, https://github.com/jupyterlite/jupyterlite
Provides-Extra: all
Provides-Extra: check
Provides-Extra: contents
Provides-Extra: lab
Provides-Extra: libarchive
Provides-Extra: mathjax
Provides-Extra: serve
Provides-Extra: test
Provides-Extra: translation

# jupyterlite-core

[![ci-badge]][ci] [![lite-badge]][lite] [![binder-badge]][binder] [![docs-badge]][docs]

[ci-badge]: https://github.com/jupyterlite/jupyterlite/workflows/Build/badge.svg
[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
[lite]: https://jupyterlite.rtfd.io/en/latest/try/lab
[ci]: https://github.com/jupyterlite/jupyterlite/actions?query=branch%3Amain
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder]: https://mybinder.org/v2/gh/jupyterlite/jupyterlite/main?urlpath=lab
[docs-badge]: https://readthedocs.org/projects/jupyterlite/badge/?version=latest
[docs]: https://jupyterlite.readthedocs.io/en/latest/?badge=latest

