HPMDS / flatlib

Python library for Traditional Astrology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flatlib

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>

Documentation

Flatlib's documentation is available at http://flatlib.readthedocs.org/.

Installation

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.

Development

You can clone this repository or download a zip file using the right side buttons.

About

Python library for Traditional Astrology

License:MIT License


Languages

Language:Python 100.0%