Skip to content

hachimada/flatlib

 
 

Repository files navigation

flatlib

This is forked repository of Flatlib 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

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

Installation

Add following line to your pyproject.toml file:

[tool.poetry.dependencies]
flatlib = { git = "https://github.com/Nao-Y1996/flatlib.git", tag = "v0.2.4" }

About

fork https://github.com/flatangle/flatlib

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%