https://github.com/mountain/sphaera
sphaera - a math toolkit for spherical data processing
https://github.com/mountain/sphaera
Last synced: over 1 year ago
JSON representation
sphaera - a math toolkit for spherical data processing
- Host: GitHub
- URL: https://github.com/mountain/sphaera
- Owner: mountain
- License: mit
- Created: 2022-11-18T21:48:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T06:53:35.000Z (over 2 years ago)
- Last Synced: 2025-02-25T00:38:55.522Z (over 1 year ago)
- Language: Python
- Size: 20.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sphaera
sphaera - a math toolkit for spherical data processing

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
```