Skip to content

ruthenium/flatlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%