Skip to content

Commit

Permalink
Merge branch 'dev' into valve-support
Browse files Browse the repository at this point in the history
  • Loading branch information
rfverbruggen authored Dec 30, 2023
2 parents cf01859 + 0adc64d commit c92fd1d
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 4 deletions.
28 changes: 28 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "brg468",
"name": "Brian Rogers",
"avatar_url": "https://avatars.githubusercontent.com/u/19143191?v=4",
"profile": "https://github.com/brg468",
"contributions": [
"code",
"doc",
"test"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "rachiopy",
"projectOwner": "rfverbruggen"
}
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"
}
36 changes: 32 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Rachiopy
========
# Rachiopy
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

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

Usage
-----
## Usage

```python
from rachiopy import Rachio

Expand All @@ -13,3 +16,28 @@ 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 -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brg468"><img src="https://avatars.githubusercontent.com/u/19143191?v=4?s=100" width="100px;" alt="Brian Rogers"/><br /><sub><b>Brian Rogers</b></sub></a><br /><a href="https://github.com/rfverbruggen/rachiopy/commits?author=brg468" title="Code">💻</a> <a href="https://github.com/rfverbruggen/rachiopy/commits?author=brg468" title="Documentation">📖</a> <a href="https://github.com/rfverbruggen/rachiopy/commits?author=brg468" title="Tests">⚠️</a></td>
</tr>
</tbody>
</table>

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

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

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

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

0 comments on commit c92fd1d

Please sign in to comment.