Skip to content
/ hgtool Public

A versatile Python toolkit and REST API for file format conversion (Feather, JSON, Excel, CSV), technical notes, API call tracking, and more.

Notifications You must be signed in to change notification settings

hgq287/hgtool

Repository files navigation

Setup Python virtual environment (virtualenv)

You will run flotool in separated virtual environment

# create virtualenv in directory /hgtool/.venv
python3 -m venv .venv

# run virtualenv
source .venv/bin/activate

# deactivate virtualenv
deactivate

Install python dependencies

python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install -e .

Usage

To start the services, simply run the following command:

hgf serve

About

A versatile Python toolkit and REST API for file format conversion (Feather, JSON, Excel, CSV), technical notes, API call tracking, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published