Metadata-Version: 2.1
Name: bc-devtool
Version: 1.0.3
Summary: Gadgets to help with development
Home-page: https://github.com/beichenzhizuoshi/bc-devtool
Author: beichenzhizuoshi
Author-email: beichenzhizuoshi@163.com
License: MIT
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: GitPython
Requires-Dist: chardet
Requires-Dist: colorama
Requires-Dist: configparser
Requires-Dist: importlib-metadata ; python_version >= "3.7"

# 开发者工具使用帮助
本工具提供在一些小功能帮助更好的开发

### 使用帮助
工具分为三个程序
  * bc-devtools 包含编码转换,文件合并,和 `git` 模块的操作
  * bc-devtool-ali 此工具提供修改阿里云对安全组修改
  * bc-devtool-menu 提供在 `Windows` 系统添加自定义右键菜单功能

### 编码转换
当跨平台开发时编译器使用的编码不同,尤其是 `MSVC` 使用 `utf8-dom`,而 `Unix` 上编译器常用 `utf-8` 编码,提供工具统一编码的转换的换行替换
