Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
minor corrections in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Overlrd committed Sep 23, 2023
1 parent 4a77a33 commit a6600e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

*Trefle-API* is a simple python API wrapper for the [trefle](https://trefle.io./) botanic data API

## Install
´´´bash
$ pip install trefleapi
´´´
## Use
```python
>>> from trefleapi import Client
>>> Query = Client(token=token)
Expand Down Expand Up @@ -111,3 +116,11 @@ The following are the available categories representing items in the vegetable (
Please note that categories should be passed only in the `list` method or the `.in_` method. The '.in_' method allows selecting a specific category in which to search or retrieve items.

These categories provide a way to organize and classify different aspects of the vegetable world, allowing for more targeted queries and retrieval of specific plant-related information.

## Additional Infos
This wrapper is a toy-project i've written for the [Flowerz Web App](https://github.com/Overlrd/Flowerz) as my capstone project for the [CS50w](https://cs50.harvard.edu/web/2020/).
I will stop maintaining it when i judge it stable enough or had enough fun writting it.


[**Pypi link**](https://pypi.org/project/trefleapi/)

0 comments on commit a6600e6

Please sign in to comment.