Metadata-Version: 2.1
Name: alphainsight_jc6102
Version: 0.1.0
Summary: a Python package designed to facilitate financial data analysis using the Alpha Vantage API.
License: MIT
Author: Jieyuan Chen
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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-Dist: myst-nb (>=1.0.0,<2.0.0)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: pytest (>=7.4.3,<8.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: sphinx-autoapi (>=3.0.0,<4.0.0)
Requires-Dist: sphinx-rtd-theme (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# alphainsight_jc6102

a Python package designed to facilitate financial data analysis using the Alpha Vantage API.

## Installation

```bash
$ pip install alphainsight_jc6102
```

## Usage

- Please see Final_Project_Vignettet.ipynb to have more understanding of usage.

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`alphainsight_jc6102` was created by Jieyuan Chen. It is licensed under the terms of the MIT license.

## Credits

`alphainsight_jc6102` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

