SkillAgentSearch skills...

Flatlib

Python library for Traditional Astrology

Install / Use

/learn @flatangle/Flatlib
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars375
CategoryDevelopment
Updated4d ago
Forks125

Languages

Python

Security Score

95/100

Audited on Apr 4, 2026

No findings