Metadata-Version: 2.1
Name: demo_python_package_ahren
Version: 0.0.1
Summary: A basic hello package
Author: yjin328
Author-email: yjin328@gatech.edu
Keywords: python,video,stream,video stream,camera stream,sockets
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


## Demo Python Package

This is a demo python package that can be installed using pip.



To generate the distribution file, run:

```bash
python setup.py sdist bdist_wheel
```

To upload the distribution file to PyPI, run:
```bash
twine upload dist/*
```
