Skip to content

Commit

Permalink
Explain support python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
typpo committed Sep 24, 2022
1 parent 21376e8 commit 166d540
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# quickchart-python
[![Build Status](https://travis-ci.com/typpo/quickchart-python.svg?branch=master)](https://travis-ci.com/typpo/quickchart-python)
![PyPI](https://img.shields.io/pypi/v/quickchart.io)
![PyPI - License](https://img.shields.io/pypi/l/quickchart.io)
[![PyPI](https://img.shields.io/pypi/v/quickchart.io)](https://pypi.org/project/quickchart-io/)
[![PyPI - License](https://img.shields.io/pypi/l/quickchart.io)](https://pypi.org/project/quickchart-io/)

A Python client for the [quickchart.io](https://quickchart.io/) image charts web service.

Expand All @@ -13,6 +13,8 @@ Use the `quickchart` library in this project, or install through [pip](https://p
pip install quickchart.io
```

As of release 2.0, this package requires >= Python 3.7. If you need support for earlier versions of Python, use [version 1.0.1](https://pypi.org/project/quickchart-io/1.0.1/).

# Usage

This library provides a `QuickChart` class. Import and instantiate it. Then set properties on it and specify a [Chart.js](https://chartjs.org) config:
Expand Down

0 comments on commit 166d540

Please sign in to comment.