Metadata-Version: 2.1
Name: auto-config
Version: 0.3.0
Summary: auto config for my personal devices
Author-Email: Zhan Rongrui <2742392377@qq.com>
License: MIT
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Typing :: Typed
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Project-URL: Homepage, https://pypi.org/project/auto-config
Project-URL: Repository, https://github.com/zrr1999/auto-config.git
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.5.3
Requires-Dist: typer>=0.16.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: toml>=0.10.2
Description-Content-Type: text/markdown

# auto-config

<p align="center">
   <a href="https://python.org/" target="_blank"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/auto-config?logo=python&style=flat-square"></a>
   <a href="https://pypi.org/project/auto-config/" target="_blank"><img src="https://img.shields.io/pypi/v/auto-config?style=flat-square" alt="pypi"></a>
   <a href="https://pypi.org/project/auto-config/" target="_blank"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/auto-config?style=flat-square"></a>
   <a href="LICENSE"><img alt="LICENSE" src="https://img.shields.io/pypi/l/auto-config?style=flat-square"></a>
   <br/>
   <a href="https://codecov.io/gh/zrr-lab/auto-config" ><img src="https://codecov.io/gh/zrr-lab/auto-config/graph/badge.svg?token=l0m6mbJfad"/></a>
   <a href="https://codspeed.io/zrr-lab/auto-config"><img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge"/></a>
   <br/>
   <a href="https://github.com/astral-sh/uv"><img alt="uv" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json&style=flat-square"></a>
   <a href="https://github.com/astral-sh/ruff"><img alt="ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square"></a>
   <a href="https://gitmoji.dev"><img alt="Gitmoji" src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67?style=flat-square"></a>
</p>

## Feature
- ansible hosts
- ssh config
- auto-ddns config
- mosdns hosts config


## TODO
- [ ] caddyfile
- [ ] docker compose
