graphit/graph-client-py.git
9 months agoAdd some clarifications to documentation master
Benjamin Braatz [Wed, 24 Jul 2024 14:13:42 +0000 (16:13 +0200)]
Add some clarifications to documentation

* Where to find the correct certificate chain and key file
* Optionally using a virtual environment to encapsulate dependency
  installation
* Some additions to .gitignore to have cleaner statuses

10 months agoFix TLS error (disable verifications)
Benjamin Braatz [Wed, 12 Jun 2024 10:20:50 +0000 (12:20 +0200)]
Fix TLS error (disable verifications)

4 years agoFix setup error in newer installations
Benjamin Braatz [Fri, 3 Jul 2020 15:16:25 +0000 (17:16 +0200)]
Fix setup error in newer installations

5 years agoRepair URL for pip install in doc/index.md
Benjamin Braatz [Mon, 15 Jul 2019 15:01:54 +0000 (17:01 +0200)]
Repair URL for pip install in doc/index.md

5 years agoAdd infrastructure to make project installable by pip.
Benjamin Braatz [Mon, 15 Jul 2019 09:53:57 +0000 (11:53 +0200)]
Add infrastructure to make project installable by pip.

5 years agoReplace graph URL in doc/index.md with generic example URL
Benjamin Braatz [Thu, 11 Jul 2019 11:00:51 +0000 (13:00 +0200)]
Replace graph URL in doc/index.md with generic example URL

5 years agoInitial commit of minimal Graph API for Python
Benjamin Braatz [Thu, 11 Jul 2019 10:49:20 +0000 (12:49 +0200)]
Initial commit of minimal Graph API for Python