Metadata-Version: 2.1
Name: xy_conda
Version: 1.0.5
Summary: xy_conda 模块
Author-email: 余洋 <yuyangit.0515@qq.com>
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xy-console
Requires-Dist: xy-argparse

<!--
 * @Author: yuyangit yuyangit.0515@qq.com
 * @Date: 2024-10-18 20:35:49
 * @LastEditors: yuyangit yuyangit.0515@qq.com
 * @LastEditTime: 2024-10-18 20:37:17
 * @FilePath: /xy_conda/README.md
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
# xy_conda

- [简体中文](readme/README_zh_CN.md)
- [繁体中文](readme/README_zh_TW.md)
- [English](readme/README_en.md)

## 说明
简单Conda工具，提供不同平台conda的安装，加载，备份等功能。

## 源码仓库

- <a href="https://github.com/xy-base/xy_conda.git" target="_blank">Github地址</a>  
- <a href="https://gitee.com/xy-base/xy_conda.git" target="_blank">Gitee地址</a>

## 安装

```bash
# bash
pip install xy_conda
```

## 使用

```bash
# bash
# 工作方式:
# "backup + [name]" 备份，环境名称可选,
# "download" 下载最新miniconda安装包到当前目录下
# "install + [url]" 安装 miniconda,
# "install_pack" 安装pack包,
# "load + [name] + [target_path] + [filepath]" 加载环境包, name:conda环境名称, target_path:目标路径, filepath:环境包文件路径,

xy_conda -w backup
# 是否备份当前环境 python_3_11_3 
# 输入 [Y/n]
# Y

xy_conda -w backup -n conda_name
# 是否备份当前环境 conda_name
# 输入 [Y/n]
# Y

xy_conda -w download
# 下载 miniconda 最新安装包

xy_conda -w install
# 安装 miniconda

xy_conda -w install <conda安装包url>
# 安装 miniconda

xy_conda -w install_pack
# 安装pack包

xy_conda -w load -f python_3_11_3_2024_03_19_20_15_22.tar.gz
# 加载环境包

```

## 许可证
xy_conda 根据 <木兰宽松许可证, 第2版> 获得许可。有关详细信息，请参阅 [LICENSE](LICENSE) 文件。

## 捐赠

如果小伙伴们觉得这些工具还不错的话，能否请咱喝一杯咖啡呢?  

![Pay-Total](./readme/Pay-Total.png)


## 联系方式

```
微信: yuyangiit
邮箱: yuyangit.0515@qq.com
```
