Metadata-Version: 2.1
Name: jupyterlite-core
Version: 0.1.0b21
Project-URL: Source, https://github.com/jupyterlite/jupyterlite
Author: JupyterLite Contributors
License-File: LICENSE
Keywords: browser,doit,js,jupyter,jupyterlab,notebook,pyodide,schema
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
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.8
Requires-Dist: doit<1,>=0.34
Requires-Dist: importlib-metadata>=3.6; python_version < '3.10'
Requires-Dist: jupyter-core>=4.7
Provides-Extra: all
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-server<3,>=2.8.1; extra == 'all'
Requires-Dist: jupyterlab<3.6,>=3.5.3; extra == 'all'
Requires-Dist: libarchive-c>=4.0; extra == 'all'
Requires-Dist: pkginfo; extra == 'all'
Requires-Dist: tornado>=6.1; extra == 'all'
Provides-Extra: check
Requires-Dist: jsonschema[format-nongpl]>=3; extra == 'check'
Provides-Extra: contents
Requires-Dist: jupyter-server; extra == 'contents'
Provides-Extra: lab
Requires-Dist: jupyterlab<3.6,>=3.5.3; extra == 'lab'
Provides-Extra: libarchive
Requires-Dist: libarchive-c>=4.0; extra == 'libarchive'
Provides-Extra: mathjax
Requires-Dist: jupyter-server-mathjax>=0.2.3; extra == 'mathjax'
Provides-Extra: serve
Requires-Dist: tornado>=6.1; extra == 'serve'
Provides-Extra: test
Requires-Dist: ansi2html; extra == 'test'
Requires-Dist: diffoscope; sys_platform == 'linux' and extra == 'test'
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'
Provides-Extra: translation
Requires-Dist: jupyterlab-server<3,>=2.8.1; extra == 'translation'
Description-Content-Type: text/markdown

# jupyterlite-core

[![docs-badge]][docs]

[docs-badge]: https://readthedocs.org/projects/jupyterlite/badge/?version=latest
[docs]: https://jupyterlite.readthedocs.io/en/latest/?badge=latest

The `jupyterlite-core` package provides the core functionality for building JupyterLite
websites, the `jupyter-lite` CLI, and
[extension points](https://jupyterlite.readthedocs.io/en/latest/howto/extensions/cli-addons.html)
for authoring custom addons.

## Getting Started

To get started with JupyterLite, please refer to the
[Getting Started Guide](https://jupyterlite.readthedocs.io/en/latest/quickstart/index.html).

## Documentation

For more information about how to use JupyterLite, we recommend reading the
[official documentation](https://jupyterlite.readthedocs.io/).

## Contributing

If you're interested in contributing to JupyterLite, please refer to the
[Contributing Guide](https://jupyterlite.readthedocs.io/en/latest/contributing.html).

## License

`jupyterlite-core` is licensed under the
[BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause). For more
information, please see the
[LICENSE](https://github.com/jupyterlite/jupyterlite/blob/main/LICENSE) file.
