Metadata-Version: 2.1
Name: lutils
Version: 1.1
Summary: A Public Loitd utility package
Home-page: https://github.com/loitd/lutils
Author: Tran Duc Loi
Author-email: loitranduc@gmail.com
License: UNKNOWN
Description: # lutils
        ## A Loitd's Public Utilities Project
        Website: [https://inneka.com](https://inneka.com)  
        Pip: [https://pypi.org/project/lutils/](https://pypi.org/project/lutils/)
        ## Installation
        You can easily install this library with command `pip`  
        `pip install lutils`
        ## Usage
        In your python file:  
        ~~~
        # import printx()
        from lutils.lutils import printx
        
        # using printx. If file not exist
        printx("abc", "test.log")
        ~~~
        ## For developers
        To build this package:  
        * `pip install --upgrade pip setuptools wheel`
        * `pip install tqdm`
        * `pip install --user --upgrade twine keyring`  
        
        Compiling this package:  
        * `python setup.py sdist bdist_wheel`  
        
        Upload to PyPI:  
        * `python -m twine upload --skip-existing dist/*`  
        or
        * `python -m twine upload --skip-existing -u loitd --repository-url https://upload.pypi.org/legacy/ dist/*`  
        
        Easy upload with keyring:  
        `python -m keyring set https://upload.pypi.org/legacy/ loitd`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
