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
- Host: GitHub
- URL: https://github.com/mountain/ccgeom
- Owner: mountain
- License: mit
- Created: 2022-07-12T05:40:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T05:56:59.000Z (almost 4 years ago)
- Last Synced: 2025-10-12T06:05:59.794Z (9 months ago)
- Language: Zig
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))