diff --git a/README.md b/README.md index 08921598386fbf76be00f7f21949be41910adf08..853597f15ff84aff01a28b0dbbf57f2a4b5f7110 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,31 @@ # kyclassifier #### 介绍 -Use for analyzes layers and categories information of packages in openEuler. +用于分析openEuler中包的图层和类别信息。 #### 软件架构 -软件架构说明 +支持x86_64架构系统 #### 安装教程 -1. xxxx -2. xxxx -3. xxxx +1. 安装依赖模块pycdlib hawkey 和isoparser +安装命令: +pip3 install pycdlib isoparser +yum install python3-hawkey #### 使用说明 -1. xxxx -2. xxxx -3. xxxx +python3 main.py -h +usage: kyclassifier -h + -iso ISO_FILE_PATH + -repo + +optional arguments: + -h, --help show this help message and exit + -iso ISO Input ISO file path + -repo Whether to analyze repo packages. + #### 参与贡献 diff --git a/src/__init__.pyc b/src/__init__.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6bb7e89e4edfd224640124a8b9ea148f7199615 Binary files /dev/null and b/src/__init__.pyc differ diff --git a/src/__pycache__/__init__.cpython-38.pyc b/src/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da000f9ee4bbae12bc7fbd10fc1b4685aaf29019 Binary files /dev/null and b/src/__pycache__/__init__.cpython-38.pyc differ diff --git a/src/utils/__init__.pyc b/src/utils/__init__.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b46d28a0b988c85c3e7924962abc14369058a400 Binary files /dev/null and b/src/utils/__init__.pyc differ diff --git a/src/utils/__pycache__/__init__.cpython-38.pyc b/src/utils/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18dbaaaff35669bea1fcba3ef75cf25badecb8af Binary files /dev/null and b/src/utils/__pycache__/__init__.cpython-38.pyc differ diff --git a/src/utils/__pycache__/dataparse.cpython-38.pyc b/src/utils/__pycache__/dataparse.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c320d17ca1ba598141fce24feb5a4ee1a5faaf6 Binary files /dev/null and b/src/utils/__pycache__/dataparse.cpython-38.pyc differ diff --git a/src/utils/__pycache__/isocheck.cpython-38.pyc b/src/utils/__pycache__/isocheck.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..401c0b2218f86155a31fe250a91c4b66f0a986d1 Binary files /dev/null and b/src/utils/__pycache__/isocheck.cpython-38.pyc differ diff --git a/src/utils/__pycache__/repocheck.cpython-38.pyc b/src/utils/__pycache__/repocheck.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e270e9b11b211232bf27759d8003822e6980598f Binary files /dev/null and b/src/utils/__pycache__/repocheck.cpython-38.pyc differ diff --git a/src/utils/isocheck.pyc b/src/utils/isocheck.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe866088586976fd0e0fa121886db3b992711387 Binary files /dev/null and b/src/utils/isocheck.pyc differ