Skip to content

Commit

Permalink
docs: add all-contributors config
Browse files Browse the repository at this point in the history
  • Loading branch information
rfverbruggen authored Dec 30, 2023
2 parents b0349b4 + 369d4d6 commit ee8e882
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .all-contributorsrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "rachiopy",
"projectOwner": "rfverbruggen"
}
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Rachiopy
========
# Rachiopy

This python package provides a interface to the Rachio public API.

Usage
-----
## Usage

```python
from rachiopy import Rachio

Expand All @@ -13,3 +13,14 @@ r.person.info()
```

For the complete documentation visit [read the docs](https://rachiopy.readthedocs.io/en/latest/).

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

0 comments on commit ee8e882

Please sign in to comment.