Metadata-Version: 2.1
Name: pyne_script_utilities
Version: 1.0.1
Summary: A set of utility sub-modules that allow for code structure similar to pinescript in python
Project-URL: Homepage, https://github.com/80sVectorz/pyne_script
Project-URL: Bug Tracker, https://github.com/80sVectorz/pyne_script/issues
Author: 80sVectorz
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Pyne Script

Pyne Script aims to offer a set of utility sub-modules that allow for code structure similar to Trading View Pine Script in Python.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install pyne_script.

```bash
pip install pyne-script-utilities
```

## Available sub-modules

- [series.py](https://github.com/80sVectorz/pyne_script/blob/main/docs/README_series.md)

## Contributing

Pull requests are welcome. For major changes, please contact me first
to discuss what you would like to change.

## License

[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/)
