Metadata-Version: 2.1
Name: wCLAMs
Version: 0.0.2
Summary: A GUI wrapper for pyCLAMs. Rewritten using Flask.
Home-page: https://github.com/zhangys11/wCLAMs
Author: Yinsheng Zhang (Ph.D.)
Author-email: oo@zju.edu.cn
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/zhangys11/wCLAMs/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

# About

This project is a GUI wrapper for pyCLAMs (https://github.com/zhangys11/pyCLAMs).  
The original version is developed in ASP.Net MVC (http://qsi.zhangys.org.cn/research/cla/). This project has rewritten it using Flask.    
Developed by Dr. Zhang (oo@zju.edu.cn).   

<img src="wCLAMs.jpg">


# Run from source

1. git clone https://github.com/zhangys11/wCLAMs.git
2. cd wCLAMs
3. python wCLAMs.py
4. Go to http://0.0.0.0:5005/

