Some tools about telecom.
Project description
Python Package Telecomlib
📦 一个专为 Telecom 打造的 Python Package。
上传到 PyPI 后可以使用
pip install安装。
pip install telecomlib
1 使用方法
-
编写你的 Package 代码,并进行测试。
# 在本地进行充分测试 bash scripts/local_test.sh
-
上传到 PyPi(需要注册),参考如何发布自己的包到 pypi;
bash scripts/upload_pypi.sh -
更新到 Github。
git push
2 项目结构
.
├── package_name # 项目名称
│ ├── shell # 在命令行中执行的代码
│ │ ├── __init__.py
│ │ └── usage.py
│ └── src # 静态资源
│ └── temp.txt
├── scripts
│ ├── set_package_name.sh # 批量替换默认的项目名称
│ ├── local_install.sh
│ ├── local_test.sh
│ └── upload_pypi.sh
├── README.md # 项目文档
├── requirements.txt # 包依赖
├── .gitignore # 忽略文件
├── MANIFEST.in # 要包含在 sdist 命令构建的分发中的文件列表。
├── LICENSE # 这里面的内容为本项目的 License,你需要手动替换它。
└── setup.py # 安装配置
3 TODO
- 增加 test 相关代码。
4 许可
5 参考
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
telecomlib-0.0.2.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file telecomlib-0.0.2.tar.gz.
File metadata
- Download URL: telecomlib-0.0.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d0035d8a4da38053f40df2c8453b1374849838734a35d19b4764c810e876119
|
|
| MD5 |
46713d6a8fc2758103c035bc64fef8d9
|
|
| BLAKE2b-256 |
0ad9449004c7869cf217dc8244c2cc7340d1464f56d376220ff7898d7097c004
|
File details
Details for the file telecomlib-0.0.2-py3-none-any.whl.
File metadata
- Download URL: telecomlib-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6a3818f23b0a0c506cbcc8693d050b8e1f60c97b5919827ff4b5f4df0bf0781
|
|
| MD5 |
b147445b74a4ff0a88959539d6817c8d
|
|
| BLAKE2b-256 |
ecca97f27ad4c15797483ef44bc36db67dda2bbb79adf9199049b697556862e0
|