Metadata-Version: 2.1
Name: grafana-calendar-annotator
Version: 0.1.1
Summary: Generate Grafana Annotations from calendar events
Home-page: https://github.com/cam-barts/grafana-calendar-annotator
License: MIT
Keywords: grafana,monitoring,annotations,calendar,ics,ical
Author: Cam
Author-email: camerond.barts@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
Requires-Dist: ics (>=0.7.2,<0.8.0)
Requires-Dist: python-decouple (>=3.6,<4.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich-click (>=1.5.2,<2.0.0)
Project-URL: Bug Tracker, https://github.com/cam-barts/grafana-calendar-annotator/issues
Project-URL: Contributing, https://github.com/cam-barts/grafana-calendar-annotator/blob/main/CONTRIBUTING.md
Project-URL: Code Of Conduct, https://github.com/cam-barts/grafana-calendar-annotator/blob/main/CODE_OF_CONDUCT.md
Project-URL: Repository, https://github.com/cam-barts/grafana-calendar-annotator
Description-Content-Type: text/markdown

# Grafana Calendar Annotator

[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6552/badge)](https://bestpractices.coreinfrastructure.org/projects/6552)

Generate [annotations](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/annotate-visualizations/) in Grafana from events pulled from an ICS calendar.

## Getting Started

<!--TODO-->

### Installing

<!--TODO-->

## Running the tests

<!--TODO-->

## Deployment

<!--TODO-->

## Built With

  - [Contributor Covenant](https://www.contributor-covenant.org/) - Used for the Code of Conduct
  - [Poetry](https://python-poetry.org/) - Used for build and packaging
  - [Contributing.md Generator](https://generator.contributing.md/)
  - [Billie Thompson's README Template](https://github.com/PurpleBooth/a-good-readme-template)

## Contributing

Please read [CONTRIBUTING.md](https://github.com/cam-barts/grafana-calendar-annotator/blob/main/CONTRIBUTING.md) for details on our code
of conduct, and the process for submitting pull requests to us.

## Versioning

We use [Semantic Versioning](http://semver.org/) for versioning. For the versions
available, see the [tags on this
repository](https://github.com/cam-barts/grafana-calendar-annotator/tags).

## Contributors

[Contributors](https://github.com/cam-barts/grafana-calendar-annotator/contributors)
who participated in this project.

## License

This project is licensed under the [MIT](https://github.com/cam-barts/grafana-calendar-annotator/blob/main/LICENSE.txt).
