diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..01dbc6e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,27 @@ +{ + "projectName": "anova-wifi", + "projectOwner": "conway220", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 80, + "commit": true, + "commitConvention": "angular", + "contributors": [ + { + "login": "conway220", + "name": "Luke", + "avatar_url": "https://avatars.githubusercontent.com/u/20257911?v=4", + "profile": "https://github.com/conway220", + "contributions": [ + "code", + "ideas", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa2911d --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +# Anova Wifi + +

+ + CI Status + + + Documentation Status + + + Test coverage percentage + +

+

+ + Poetry + + + black + + + pre-commit + +

+

+ + PyPI Version + + Supported Python versions + License +

+ +A package to get read only data from Anova precision cookers with wifi + +## Installation + +Install this via pip (or your favourite package manager): + +`pip install anova-wifi` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + +
Luke
Luke

💻 🤔 📖
+ + + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! + +## Credits + +This package was created with +[Copier](https://copier.readthedocs.io/) and the +[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template) +project template.