# Documents **Repository Path**: xy-opensource/Documents ## Basic Information - **Project Name**: Documents - **Description**: 组织文档仓库 - **Primary Language**: HTML/CSS - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-10 - **Last Updated**: 2024-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README | [简体中文](./README.md) | [繁體中文](./README.zh-hant.md) | [English](./README.en.md) | | ----------- | -------------|---------------------------------------| ### 组织介绍 提供实用好用的开源软件和工具,帮助大家提高效率。 ### 项目分类 --- ##### 1. xy-base 希洋开源基础库,包含一些基础的类库、工具类、配置文件等。 | 库名 | 说明 | 仓库地址 | | ----------- | -------------|---------------------------------------| | `xy_string` | 字符串处理类库 | [Gitee](https://gitee.com/xy-opensource/xy_string.git) / [GitCode](https://gitcode.com/xy-opensource/xy_string.git) / [Github](https://github.com/xy-base/xy_string.git) | | `xy_list` | 列表处理类库 | [Gitee](https://gitee.com/xy-opensource/xy_list.git) / [GitCode](https://gitcode.com/xy-opensource/xy_list.git) / [Github](https://github.com/xy-base/xy_list.git) | | `xy_dict` | 字典处理类库 | [Gitee](https://gitee.com/xy-opensource/xy_dict.git) / [GitCode](https://gitcode.com/xy-opensource/xy_dict.git) / [Github](https://github.com/xy-base/xy_dict.git) | | `xy_type` | 类型处理类库 | [Gitee](https://gitee.com/xy-opensource/xy_type.git) / [GitCode](https://gitcode.com/xy-opensource/xy_type.git) / [Github](https://github.com/xy-base/xy_type.git) | | `xy_singleton` | 单例处理类库 | [Gitee](https://gitee.com/xy-opensource/xy_singleton.git) / [GitCode](https://gitcode.com/xy-opensource/xy_singleton.git) / [Github](https://github.com/xy-base/xy_singleton.git) | | `xy_argparse` | 命令行参数 | [Gitee](https://gitee.com/xy-opensource/xy_argparse.git) / [GitCode](https://gitcode.com/xy-opensource/xy_argparse.git) / [Github](https://github.com/xy-base/xy_argparse.git) | | `xy_console` | 简单控制台输入输出 | [Gitee](https://gitee.com/xy-opensource/xy_console.git) / [GitCode](https://gitcode.com/xy-opensource/xy_console.git) / [Github](https://github.com/xy-base/xy_console.git) | | `xy_conda` | conda工具 | [Gitee](https://gitee.com/xy-opensource/xy_conda.git) / [GitCode](https://gitcode.com/xy-opensource/xy_conda.git) / [Github](https://github.com/xy-base/xy_conda.git) | | `xy_file` | 文件工具 | [Gitee](https://gitee.com/xy-opensource/xy_file.git) / [GitCode](https://gitcode.com/xy-opensource/xy_file.git) / [Github](https://github.com/xy-base/xy_file.git) | | `xy_stdio_request_base` | 标准输入输出封装 | [Gitee](https://gitee.com/xy-opensource/xy_stdio_request_base.git) / [GitCode](https://gitcode.com/xy-opensource/xy_stdio_request_base.git) / [Github](https://github.com/xy-base/xy_stdio_request_base.git) | | `xy_configure` | 通用配置模块 | [Gitee](https://gitee.com/xy-opensource/xy_configure.git) / [GitCode](https://gitcode.com/xy-opensource/xy_configure.git) / [Github](https://github.com/xy-base/xy_configure.git) | | `xy_settings` | 通用设置模块 | [Gitee](https://gitee.com/xy-opensource/xy_settings.git) / [GitCode](https://gitcode.com/xy-opensource/xy_settings.git) / [Github](https://github.com/xy-base/xy_settings.git) | | `xy_pydev` | python模块开发工具 | [Gitee](https://gitee.com/xy-opensource/xy_pydev.git) / [GitCode](https://gitcode.com/xy-opensource/xy_pydev.git) / [Github](https://github.com/xy-base/xy_pydev.git) | | `xy_opensource_env` | 希洋开源运行环境 | [Gitee](https://gitee.com/xy-opensource/xy_opensource_dev.git) / [GitCode](https://gitcode.com/xy-opensource/xy_opensource_dev.git) / [Github](https://github.com/xy-base/xy_opensource_dev.git) | --- ##### 2. xy-web-service 希洋开源Web服务,包含一些基础的Web服务 | 库名 | 说明 | 仓库地址 | | ----------- | -------------|---------------------------------------| | `xy_web_settings` | xy-web-service 服务设置模块 | [Gitee](https://gitee.com/xy-opensource/xy_web_settings.git) / [GitCode](https://gitcode.com/xy-opensource/xy_web_settings.git) / [Github](https://github.com/xy-web-service/xy_web_settings.git) | | `xy_web_work` | xy-web-service 工作模块 | [Gitee](https://gitee.com/xy-opensource/xy_web_work.git) / [GitCode](https://gitcode.com/xy-opensource/xy_web_work.git) / [Github](https://github.com/xy-web-service/xy_web_work.git) | | `xy_web_server` | xy-web-service 服务模块 | [Gitee](https://gitee.com/xy-opensource/xy_web_server.git) / [GitCode](https://gitcode.com/xy-opensource/xy_web_server.git) / [Github](https://github.com/xy-web-service/xy_web_server.git) | | `xy_django_model` | django模型工具 | [Gitee](https://gitee.com/xy-opensource/xy_django_model.git) / [GitCode](https://gitcode.com/xy-opensource/xy_django_model.git) / [Github](https://github.com/xy-web-service/xy_django_model.git) | | `xy_django_serializer` | 基于djangorestframework的serializer解析基类, 封装了常用功能, 方便快速开发. | [Gitee](https://gitee.com/xy-opensource/xy_django_serializer.git) / [GitCode](https://gitcode.com/xy-opensource/xy_django_serializer.git) / [Github](https://github.com/xy-web-service/xy_django_serializer.git) | | `xy_request_handler_base` | tornado请求基类封装 | [Gitee](https://gitee.com/xy-opensource/xy_request_handler_base.git) / [GitCode](https://gitcode.com/xy-opensource/xy_request_handler_base.git) / [Github](https://github.com/xy-web-service/xy_request_handler_base.git) | | `xy_request_handler_web` | tornado请求基类封装Web | [Gitee](https://gitee.com/xy-opensource/xy_request_handler_web.git) / [GitCode](https://gitcode.com/xy-opensource/xy_request_handler_web.git) / [Github](https://github.com/xy-web-service/xy_request_handler_web.git) | | `xy_request_handler_api` | tornado请求基类封装Api | [Gitee](https://gitee.com/xy-opensource/xy_request_handler_api.git) / [GitCode](https://gitcode.com/xy-opensource/xy_request_handler_api.git) / [Github](https://github.com/xy-web-service/xy_request_handler_api.git) | | `xy_request_handler__feedback` | 反馈业务请求模块 | [Gitee](https://gitee.com/xy-opensource/xy_request_handler__feedback.git) / [GitCode](https://gitcode.com/xy-opensource/xy_request_handler__feedback.git) / [Github](https://github.com/xy-web-service/xy_request_handler__feedback.git) | --- ##### 3. xy-django-app 希洋开源Web服务的Django数据模型 | 库名 | 说明 | 仓库地址 | | ----------- | -------------|---------------------------------------| | `xy_django_app_account` | 账户模型 | [Gitee](https://gitee.com/xy-opensource/xy_django_app_account.git) / [GitCode](https://gitcode.com/xy-opensource/xy_django_app_account.git) / [Github](https://github.com/xy-django-app/xy_django_app_account.git) | | `xy_django_app_information` | 信息模型 | [Gitee](https://gitee.com/xy-opensource/xy_django_app_information.git) / [GitCode](https://gitcode.com/xy-opensource/xy_django_app_information.git) / [Github](https://github.com/xy-django-app/xy_django_app_information.git) | | `xy_django_app_resource` | 资源模型 | [Gitee](https://gitee.com/xy-opensource/xy_django_app_resource.git) / [GitCode](https://gitcode.com/xy-opensource/xy_django_app_resource.git) / [Github](https://github.com/xy-django-app/xy_django_app_resource.git) | | `xy_django_app_siteuser` | 站点用户 | [Gitee](https://gitee.com/xy-opensource/xy_django_app_siteuser.git) / [GitCode](https://gitcode.com/xy-opensource/xy_django_app_siteuser.git) / [Github](https://github.com/xy-django-app/xy_django_app_siteuser.git) | | `xy_django_app_api_auth` | 接口加密模型 | [Gitee](https://gitee.com/xy-opensource/xy_django_app_api_auth.git) / [GitCode](https://gitcode.com/xy-opensource/xy_django_app_api_auth.git) / [Github](https://github.com/xy-django-app/xy_django_app_api_auth.git) | | `xy_django_app_feedback` | 反馈模型 | [Gitee](https://gitee.com/xy-opensource/xy_django_app_feedback.git) / [GitCode](https://gitcode.com/xy-opensource/xy_django_app_feedback.git) / [Github](https://github.com/xy-django-app/xy_django_app_feedback.git) | --- ##### 4. xy-cross-tools 希洋开源工具,包含一些工具类、工具类配置文件等。 | 库名 | 说明 | 仓库地址 | | ----------- | -------------|---------------------------------------| | `xy_frp` | Frp工具 | [Gitee](https://gitee.com/xy-opensource/xy_frp.git) / [GitCode](https://gitcode.com/xy-opensource/xy_frp.git) / [Github](https://github.com/xy-cross-tools/xy_frp.git) | | `xy_systemd` | 定制systemd工具 | [Gitee](https://gitee.com/xy-opensource/xy_systemd.git) / [GitCode](https://gitcode.com/xy-opensource/xy_systemd.git) / [Github](https://github.com/xy-cross-tools/xy_systemd.git) | --- ### 如何加入 请发送申请邮件至 yuyangit.0515@qq.com --- ### 捐助 如果您觉得我们的开源软件对你有所帮助,请扫下方二维码打赏我们一杯咖啡。 ![Pay-Total](./images/Pay-Total.png) --- ### 联系 网站: [Gitee/xy-opensource](https://gitee.com/xy-opensource) | [GitCode/xy-opensource](https://gitcode.com/xy-opensource) | [Github/yuyangit](https://github.com/yuyangit) 微博: [yuyangwb](https://weibo.com/u/3914451541) 邮箱: yuyangit.0515@qq.com