# xdaLibs **Repository Path**: thianda/xdaLibs ## Basic Information - **Project Name**: xdaLibs - **Description**: python packages for personal - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xdaLibs > A helping-tool library for personal ## Packing Install requirements for packing ```sh pip install twine pip install wheel ``` Packing into wheels ```sh python setup.py bdist_wheel --universal ``` If there's a `setup.cfg`like this: ```ini [bdist_wheel] universal=1 ``` That's OK: ```sh python setup.py bdist_wheel ``` ## Uploading ```sh twine upload dist/* ``` ## Installation ```sh pip install -U xdaLibs ``` ## Tests See `/tests/*.py` ## LICENSE MIT