Metadata-Version: 2.1
Name: dop-python-pip-package
Version: 0.0.1
Summary: Python utils library
Home-page: https://github.com/RyanAngJY/dop_python_pip_package
Author: Ryan
Author-email: ryanang.jy@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pytest (==3.7.2)

This is a sample python library that can be installed by other projects.

# Making new changes

Remember to run:

```
pipenv shell
```

# Deploying new changes

To deploy, run:

```
make install_required
make build_package
make push_to_pypi
```

# Installation

To install, run:

```
pip install dop-python-pip-package
```


