Closed sengiv closed 1 year ago
[x] package lib for PyPI --> Guide
[x] accessible via pip
pip install VedAstro
[x] use direct from terminal
from VedAstro import Calculator Calculator.GetMatchScore("Newton","Margret") # Output: Score 53%
Internals: The Python package is only a wrapper using Python.NET. Each method in this package just points to the underlying methods in Library
completed by @TharakaUmayanga
https://pypi.org/project/vedastro/
https://github.com/VedAstro/VedAstro.Python
[x] package lib for PyPI --> Guide
[x] accessible via pip
[x] use direct from terminal
Internals: The Python package is only a wrapper using Python.NET. Each method in this package just points to the underlying methods in Library