# libpublic **Repository Path**: ashina/libpublic ## Basic Information - **Project Name**: libpublic - **Description**: 个人写的代码段 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-21 - **Last Updated**: 2021-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libpublic 个人编写的代码段 # python包创建 python3 -m pip install setuptools wheel twine python3 setup.py sdist bdist_wheel