Python wrapper for the GROWI REST API v3
API Reference: https://docs.growi.org/en/api/rest-v3.html
wip
wip
🔍 show
Install the python extension to vscode
Clone this repository
$ git clone https://github.com/miya/python-growiChange directly to python-growi
$ cd python-growiInstall pipenv locally
$ pip install pipenvCreate a virtual environment under the project directory
$ export PIPENV_VENV_IN_PROJECT=trueInstall dependencies
$ pipenv install --devEnter the virtual environment
$ pipenv shell