Metadata-Version: 2.1
Name: soundwave
Version: 0.0.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: SHAPTARSHI GHOSH
Author-email: __________@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

The "soundwave" is a simple testing example to understand the basics of developing my first Python package.

from main import pascal_triangle

pascaltriangle()

