/python-growi

⚓️ Python wrapper for the GROWI REST API v3

Primary LanguagePythonMIT LicenseMIT

python-growi

Python wrapper for the GROWI REST API v3

API Reference: https://docs.growi.org/en/api/rest-v3.html

Demo

wip

Usage

wip

Development

🔍 show

Install the python extension to vscode

ms-python.python

Clone this repository

$ git clone https://github.com/miya/python-growi

Change directly to python-growi

$ cd python-growi

Install pipenv locally

$ pip install pipenv

Create a virtual environment under the project directory

$ export PIPENV_VENV_IN_PROJECT=true

Install dependencies

$ pipenv install --dev

Enter the virtual environment

$ pipenv shell