pyswisseph project is a Python extension to AstroDienst Swiss Ephemeris. The famous library for astrology, now available to Python users.
The same licensing as the original C lib apply, of course. For further information check AstroDienst website.
Now Python 3 compatible (experimental).
Usage example:
>>> import swe
>>> help(swe)
Installation with distutils:
[root@localhost pyswisseph-xxxx]# python setup.py install
For python version 2.x
To install in sites-packages: � python2.x setup.py install �
To build extension only: � python2.x setup.py build �
For python version 3 (experimental)
To install in sites-packages: � python3.0 setup3.py install �
To build extension only: � python3.0 setup3.py build �
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· The extension is now compatible with Python 3.0, and should compile on Win32 platforms.