Metadata-Version: 2.4
Name: TerraLib
Version: 1.1.2
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
Dynamic: license-file

# TerraLib

#### Introduction

Commonly used library for work

#### Included Contents

1. BaseConversion: Base conversion, supporting binary, octal, decimal, and hexadecimal
2. Excel: Excel reading and writing, supporting xls and xlsx formats, a wrapper for xlrd, xlwt, and openpyxl with a unified interface
3. Git: Git operations, encapsulating git commands
4. SubProcess: Subprocess handling, encapsulating the subprocess module
5. Svn: Svn operations, encapsulating svn commands
6. Time: Time operations, supporting conversion between time units

#### Installation Guide

pip install TerraLib

#### Usage Instructions

After installation, you can import it into your project as needed.
Example: from TerraLib import BaseConversion
