Metadata-Version: 2.4
Name: local-compile-for-overleaf
Version: 0.1.0
Summary: Unofficial Native Messaging host for compiling Overleaf projects locally.
Project-URL: Homepage, https://github.com/DominikPeters/local-compile-for-overleaf
Project-URL: Source, https://github.com/DominikPeters/local-compile-for-overleaf
Project-URL: Issues, https://github.com/DominikPeters/local-compile-for-overleaf/issues
Author: Dominik Peters
License-Expression: AGPL-3.0-only
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Local Compile for Overleaf Native Host

This package provides the Native Messaging host for Local Compile for Overleaf. It starts a loopback HTTP server used by the browser extension and invokes local TeX tooling such as `latexmk`.

Install:

```sh
python3 -m pip install --user --upgrade local-compile-for-overleaf
python3 -m local_compile_for_overleaf
```

The project is unofficial and is not affiliated with Overleaf.
