An open API service indexing awesome lists of open source software.

https://github.com/mountain/ccgeom

toolkit on computational conformal geometry
https://github.com/mountain/ccgeom

Last synced: 9 months ago
JSON representation

toolkit on computational conformal geometry

Awesome Lists containing this project

README

          

# xyz

Install
--------

```bash
pip install xyz
```

How to use
-----------

How to release
---------------

```bash
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

git tag va.b.c master
git push origin va.b.c
```

Contributors
------------

* Mingli Yuan ([Mountain](https://github.com/mountain))