Metadata-Version: 2.1
Name: dbgone
Version: 0.0.1a6
Summary: A common library frequently used on python
Home-page: https://github.com/Viyyy/dbgone
Author: Re.VI
Author-email: another91026@gmail.com
License: Apache License 2.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: optuna
Requires-Dist: pydantic
Provides-Extra: torch
Requires-Dist: torch ; extra == 'torch'

<h1 align="center">dbgone</h1>
<p align="center">一个常用的Python库</p>
<p align="center">
<a href="https://github.com/Viyyy/dbgone/blob/main/README.md">简体中文</a>｜
<a href="https://github.com/Viyyy/dbgone/blob/main/README_EN.md">English</a> 
</p>

<div align='center'>
<a href="https://github.com/Viyyy/dbgone" target="_blank"><img src="https://img.shields.io/badge/github-dbgone-red?logo=github"></a>
  
<a href="https://pypi.org/project/dbgone/" target="_blank"><img src="https://img.shields.io/pypi/v/dbgone.svg"></a>
  
<a href="./LICENSE" target="_blank"><img src="https://img.shields.io/badge/license-Apache--2.0-yellow"></a>
</div>

## 安装

```bash
pip install --upgrade pip
pip install dbgone
```

## 功能

### dbgone.config

  配置管理功能

#### dbgone.optuna

  optuna管理功能

### dbgone.torch


  pytorch模型管理功能

> 注：需要额外安装：
```bash
pip install dbgone[torch]
```


### 许可证

<div>
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-yellow"></a>
</div>
