Metadata-Version: 2.1
Name: dop-python-pip-package
Version: 0.0.4
Summary: Python utils library
Home-page: https://github.com/RyanAngJY/dop_python_pip_package
Author: Ryan
Author-email: ryanang.jy@gmail.com
License: UNKNOWN
Description: This is a sample python library that can be installed by other projects.
        
        # Making new changes
        
        Remember to run:
        
        ```
        pipenv shell
        ```
        
        # Deploying new changes
        
        ## Step 1: Update the version number in setup.py
        
        ## Step 2: Deploy
        
        ```
        make install_required
        make build_package
        make push_to_pypi
        ```
        
        # Installation
        
        To install, run:
        
        ```
        pip install dop-python-pip-package
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
