Metadata-Version: 2.1
Name: pyschedge
Version: 0.0.1
Summary: A light weight Python wrapper for the Schedge API
Home-page: https://github.com/Kn99HN/pyschedge
Author: @Kn99HN
Author-email: khanhnguyen99hn@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests

# pyschedge

pyschedge is a python wrapper for the [Schedge API](https://schedge.a1liu.com).

# Formatting
Run `black src` before committing to ensure codes are formatted.

# Development
1. Run `python3 -m venv env` for a virtual environment
2. Install all the dependencies `pip install -r requirements.txt`
3. Run `deactivate` to exit your virtual environment

