Metadata-Version: 2.1
Name: pandashare
Version: 0.0.4
Summary: Sharing data focused on financial AI
Home-page: https://github.com/yourusername/simple_pkg
Author: quantdrchow
Author-email: quantdrchow@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# pandashare

Sharing data focused on financial AI.

## Installation

You can install this package via pip:

pip install pandashare


## Usage

```python
from pandashare import greet

print(greet('World'))

import pandashare as ps


