Metadata-Version: 2.2
Name: pydoover
Version: 0.3.0
Summary: Python package for interacting with Doover
Author-email: Doover Team <developers@doover.com>
Project-URL: Homepage, https://doover.com
Keywords: doover,pydoover,doover cli
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: grpcio
Provides-Extra: cli
Requires-Dist: simple-term-menu; extra == "cli"
Requires-Dist: fuzzywuzzy; extra == "cli"
Requires-Dist: python-Levenshtein; extra == "cli"

# PyDoover: The Python Package for Doover

PyDoover is a Python package that provides a simple and easy-to-use interface for using the Doover platform on devices, in tasks and CLIs.

# Getting Started

## Installing
**Python 3.11 or higher is required**

```shell
# Linux/macOS
python3 -m pip install -U pydoover

# Windows
py -3 -m pip install -U pydoover

# to install the development version:
python3 -m pip install -U git+https://github.com/spaneng/pydoover
```

## Quickstart

TODO

## Contributing

For more information, please reach out to the maintainers at hello@doover.com

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
