Metadata-Version: 2.4
Name: vivian_package
Version: 0.0.2
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Author-email: Vivian Zhu <vivianzhu.sd@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/v1zhu/vivian_package
Keywords: vivian_package
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: all
Requires-Dist: vivian_package[extra]; extra == "all"
Provides-Extra: extra
Requires-Dist: pandas; extra == "extra"
Dynamic: license-file

# vivian_package


[![image](https://img.shields.io/pypi/v/vivian_package.svg)](https://pypi.python.org/pypi/vivian_package)
[![image](https://img.shields.io/conda/vn/conda-forge/vivian_package.svg)](https://anaconda.org/conda-forge/vivian_package)


**Python Boilerplate contains all the boilerplate you need to create a Python package.**


-   Free software: MIT License
-   Documentation: https://v1zhu.github.io/vivian_package
    

## Features

-   TODO
