Agrabski / autoclust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build (this command should also install the module):

cd autoclust python setup.py develop

To run in python: from autoclust import auto_clust from autoclust import P

to create a point:

x = P(1.1, 1.2) # P(x,y)

About


Languages

Language:Rust 75.6%Language:Python 22.3%Language:Shell 2.1%