Metadata-Version: 2.1
Name: foxops
Version: 0.0.0
Summary: Foxops 🦊
Author: Alexander Hungenberg
Author-email: alexander.hungenberg@roche.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Jinja2 (>=3.0.3,<4.0.0)
Requires-Dist: SQLAlchemy[asyncio] (>=1.4.39,<2.0.0)
Requires-Dist: aiopath (>=0.6.10,<0.7.0)
Requires-Dist: aiosqlite (>=0.17.0,<0.18.0)
Requires-Dist: asyncpg (>=0.26.0,<0.27.0)
Requires-Dist: fastapi (==0.82.0)
Requires-Dist: greenlet (==1.1.2)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: ruamel.yaml (>=0.17.20,<0.18.0)
Requires-Dist: structlog (>=21.2,<23.0)
Requires-Dist: tenacity (>=8.0.1,<9.0.0)
Requires-Dist: typer (>=0.4,<0.7)
Requires-Dist: uvicorn (>=0.18.2,<0.19.0)
Description-Content-Type: text/markdown

# foxops 🦊

A modest templating tool to keep your projects up-to-date.

more coming soon, stay tuned! 🚧

## Documentation

The documentation is available on rtd: https://foxops.readthedocs.io

## Installation

The `foxops` package is available on PyPI and can be installed using `pip`:

```shell
python -m pip install foxops
```

The `foxops` is available in a container image hosted on [ghcr](https://github.com/Roche/foxops/pkgs/container/foxops):

```shell
docker run -it --rm ghcr.io/roche/foxops --help
```
