Metadata-Version: 2.1
Name: tahini
Version: 2021.1.1
Summary: Python package for graph theory
Home-page: https://github.com/tahini-dev/tahini
Author: tahini-dev
Author-email: tahini.dev@gmail.com
License: UNKNOWN
Description: # tahini
        
        |Service|Status|
        | -------------: | :---- |
        | Testing        | ![Python package](https://github.com/tahini-dev/tahini/workflows/Python%20package/badge.svg) |
        | Coverage       | [![Codecov branch](https://img.shields.io/codecov/c/github/tahini-dev/tahini/master.svg)](https://codecov.io/gh/tahini-dev/tahini) |
        | PyPI           | ![Upload Python Package](https://github.com/tahini-dev/tahini/workflows/Upload%20Python%20Package/badge.svg) |
        
        Package for graph theory
        
        ## Goals
        
        - Learn
        - Have fun
        - Write python implementation (classes) for graph theory, will use pandas for this is a start to bank it easier
        - Write graph theory algorithms
        - Update to cython implementation for graph theory for speed
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
