Metadata-Version: 1.1
Name: speedup-work-lib
Version: 0.2.6
Summary: A Python library to speed up work
Home-page: https://github.com/mndarren/Speedup-Work-Lib.git
Author: Darren Xie
Author-email: mndarren@gmail.com
License: Apache
Description: # Speedup-Work-Lib

        

        This repo is a library for speed up work

        

        ## Useful command:

        

        pip freeze > requirements.txt

        python setup.py sdist bdist_wheel

        twine check dist/*

        twine upload --repository-url https://test.pypi.org/legacy/ dist/*

        twine upload dist/*

        

        Copyright 2021

        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache License
