Metadata-Version: 2.2
Name: TerraLib
Version: 1.0.7
Summary: Common libs for use, include operation on excel, print and so on.
Author-email: TerraJuly <caijie_hui@163.com>
Maintainer-email: TerraJuly <caijie_hui@163.com>
License: MIT License
        
        Copyright (c) [2025] [TerraJuly]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/TerraJuly/TerraLib
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: xlrd>=1.2.0
Requires-Dist: openpyxl>=3.0.0

# TerraLib

#### 介绍

工作常用lib

#### 包含内容

1. BaseConversion 进制转换，支持二进制，八进制，十进制，十六进制
2. Excel excel 读写,支持xls和xlsx,是对xlrd,xlwt,openpyxl的封装，统一接口
3. Git git 操作，将git操作封装
4. SubProcess 子进程，将subprocess封装
5. Svn svn 操作，将svn操作封装
6. Time 时间操作，支持时间单位的转换

#### 安装教程

pip install TerraLib

#### 使用说明

安装后，可以根据自己的需要导入到自己项目中。
示例： from TerraLib import BaseConversion

#### 参与贡献
