Metadata-Version: 2.1
Name: snap-python
Version: 0.0.2
Summary: An api to interact with snapd and snap stores
Home-page: https://github.com/alexlukens/snap-python
License: MIT
Author: Alexander Lukens
Author-email: alexdlukens@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: retry (>=0.9.2,<0.10.0)
Project-URL: Repository, https://github.com/alexlukens/snap-python
Description-Content-Type: text/markdown

# snap_python

snap_python provides an API client to interact with snapd

## Installation

To install snap_python, you can use pip:

```
pip install snap_python
```

## Usage

Here is a simple example of how to use snap_python:

```python
# TODO
```

## License

This project is licensed under the MIT License. See the LICENSE file for more details.
