/git-sharelatex

This is a sligthly modified version of https://gitlab.inria.fr/sed-rennes/sharelatex/python-sharelatex and can be used with ldap-overleaf-sl. Tags: sharelatex overleaf git

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Git / Sharelatex Integration

This repo contains a python library to interact with a sharelatex server via git.

The inital idea and code for this implementation was taken from inria.

This version works with ldap-overleaf-sl and more general with sharelatex 3.X and 4.X.

Installation

git clone https://github.com/smhaller/git-sharelatex
cd git-sharelatex
pip install [-e] .

On older systems

pip3 install [-e] .

Adaptations

  • works now with sharelatex version 4.x
  • works now default with the login of sharelatex (including some fixes and shortcuts)
  • added some os checks (keyring, files)
  • added missing dependencies