Flatlib is a python library for Traditional Astrology.
>>> date = Datetime('2015/03/13', '17:00', '+00:00')
>>> pos = GeoPos('38n32', '8w54')
>>> chart = Chart(date, pos)
>>> sun = chart.get(const.SUN)
>>> print(sun)
<Sun Pisces +22:47:25 +00:59:51>
Flatlib's documentation is available at http://flatlib.readthedocs.org/.
Flatlib is a Python 3 package, make sure you have Python 3 installed on your system.
You can install flatlib with pip3 install flatlib
or download the latest stable version from https://pypi.python.org/pypi/flatlib and install it with python3 setup.py install
.
You can clone this repository or download a zip file using the right side buttons.