AbhiSaphire / GAVTK

GAVTK - Graph Analysis and Visualisation Tool Kit is an open source python package for financial data/graph analysis

Home Page:https://pypi.org/project/gavtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Contributors

Graph Analysis and Visualisation Tool Kit is an open source python package for financial data/graph analysis

Issues Forks Stars License

Requirements

  • python >= 3.6
  • tkinter >= 8.6
  • matplotlib >= 3.2.1

Installation (Released)

pip install gavtk

Installation (Test Pre-Release)

  1. Create a Virtual Environment
  2. Clone the repository
  3. Use package manager to install setup.py file
pip3 install .

Run Test

  1. Existing unit tests are available in test.py file
  2. Run test.py
python3 -m unittest test
  1. Add your tests (if you like)

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Abhishek Kumar

💻 🖋

This project follows the all-contributors specification. Contributions of any kind welcome!

About

GAVTK - Graph Analysis and Visualisation Tool Kit is an open source python package for financial data/graph analysis

https://pypi.org/project/gavtk/

License:MIT License


Languages

Language:Python 100.0%