-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md
63 lines (35 loc) · 1.57 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# TrimLog
### 介绍 Introductions
TriMO组织的python项目log和项目管理框架库。
---
The Python project log and project management framework library for TriM Organization.
### 目前版本 Current version: `v0.8.0.1`
### 软件架构 Software architecture
`__init__.py`: 声明程序
`logger_main.py`: 主要logger对象所在的程序
`logger_constants.py`: logger默认文本数据
`object_constants.py`: osc()类所在程序
`exceptions.py`: 错误
`pip_manager.py`: pip管理包
`test.py`: 示例程序
---
`__init__.py`: declaration part
`logger_main.py`: The program of the main logger object
`logger_constants.py`: logger default text data
`object_constants.py`: The program of osc () class
`exceptions.py`: exceptions
`pip_manager.py`: Pip management pack and
`test.py`: Sample program
### 安装教程 Installation tutorial
1. cmd运行pip 安装即可使用(run `pip install -i https://pypi.python.org/simple TrimLog` in cmd)
commands: (第一个安装;第二个更新;first used to install; second used to upgrade)
>`pip install -i https://pypi.python.org/simple TrimLog`
>
> `pip install -i https://pypi.python.org/simple TrimLog --upgrade`
### 使用说明 Instruction for use
1. GitHub: [链接](https://github.com/TriM-Organization/TrimLog/blob/master/Introduction.md)
2. Gitee(推荐): [链接](https://gitee.com/TriM-Organization/TrimLog/blob/master/Introduction.md)
### 作者 Author
**Copyright 2022-2023 all the developers of Kaleido and Trim Organization.(FedDragon1, Eilles Wan, bgArray)**
### 协议 License
**Apache 2.0**