Metadata-Version: 2.1
Name: stocklib
Version: 1.0.0
Summary: Get real-time stock data!
Home-page: https://github.com/SammmE/StockLib
Author: SammmE
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown


# Stocklib

### Stocklib is a library for getting stock data!

## Installation:

##### `pip install stocklib`

## Usage:

```
>>> from stocklib import get_stock_price
>>> get_stock_price("AAPl")
146.5
```

NOTE: Stocklib is new, so there are very few features

