Skip to main content

Python extension to AstroDienst Swiss Ephemeris library.

The Swiss Ephemeris is the de-facto standard library for astrological calculations. It is a high-precision ephemeris, based upon the DE431 ephemerides from NASA’s JPL, and covering the time range 13201 BC to AD 17191.

>>> import swisseph as swe
>>> # first set path to ephemeris files
>>> swe.set_ephe_path('/usr/share/sweph/ephe')
>>> # find time of next lunar eclipse
>>> jd = swe.julday(2007, 3, 3) # julian day
>>> res = swe.lun_eclipse_when(jd)
>>> ecltime = swe.revjul(res[1][0])
>>> print(ecltime)
(2007, 3, 3, 23.347926892340183)
>>> # get ecliptic position of asteroid 13681 "Monty Python"
>>> jd = swe.julday(2008, 3, 21)
>>> xx, rflags = swe.calc_ut(jd, swe.AST_OFFSET+13681)
>>> # print longitude
>>> print(xx[0])
0.09843983166646618
Documentation:

https://astrorigin.com/pyswisseph

Repository:

https://github.com/astrorigin/pyswisseph

Release files for pyswisseph 2.10.3.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyswisseph 2.10.3.2
File Size Uploaded
pyswisseph-2.10.3.2.tar.gz 6.9 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyswisseph 2.10.3.2
File
pyswisseph-2.10.3.2-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pyswisseph-2.10.3.2-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pyswisseph-2.10.3.2-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pyswisseph-2.10.3.2-cp311-cp311-musllinux_1_1_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-32 Details
pyswisseph-2.10.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pyswisseph-2.10.3.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32 Details
pyswisseph-2.10.3.2-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
pyswisseph-2.10.3.2-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyswisseph-2.10.3.2-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pyswisseph-2.10.3.2-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pyswisseph-2.10.3.2-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
pyswisseph-2.10.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pyswisseph-2.10.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
pyswisseph-2.10.3.2-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
pyswisseph-2.10.3.2-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyswisseph-2.10.3.2-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pyswisseph-2.10.3.2-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pyswisseph-2.10.3.2-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
pyswisseph-2.10.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pyswisseph-2.10.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
pyswisseph-2.10.3.2-cp39-cp39-macosx_10_9_universal2.whl CPython 3.9 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) Details
pyswisseph-2.10.3.2-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyswisseph-2.10.3.2-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyswisseph-2.10.3.2-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
pyswisseph-2.10.3.2-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
pyswisseph-2.10.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pyswisseph-2.10.3.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
pyswisseph-2.10.3.2-cp38-cp38-macosx_10_9_universal2.whl CPython 3.8 CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64) Details
pyswisseph-2.10.3.2-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyswisseph-2.10.3.2-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyswisseph-2.10.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
pyswisseph-2.10.3.2-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
pyswisseph-2.10.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
pyswisseph-2.10.3.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Details
pyswisseph-2.10.3.2-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyswisseph-2.10.3.2-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pyswisseph-2.10.3.2-cp36-cp36m-musllinux_1_1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 Details
pyswisseph-2.10.3.2-cp36-cp36m-musllinux_1_1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 Details
pyswisseph-2.10.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
pyswisseph-2.10.3.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Details

Total release size: 70.9 MB

Release files / pyswisseph-2.10.3.2.tar.gz

Download URL pyswisseph-2.10.3.2.tar.gz
Size 6.9 MB
Tags Source
SHA-256 checksum
How to use checksums
c54c305e83dbd5d2b71e58d8a69d8ee41de24c4d3328ce09e2af860a3537624d
BLAKE2b-256 checksum
How to use checksums
66a6db70d67a00dda42ebd033538c086879328f4c17f670eafe8aca2f11abfef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp311-cp311-win_amd64.whl

Download URL pyswisseph-2.10.3.2-cp311-cp311-win_amd64.whl
Size 1.0 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
2b4a24f7954e1456ecbd3bb091b7c2a8a2e9838ff56e0d8af0f9e897fa84eb25
BLAKE2b-256 checksum
How to use checksums
f852fe2e12caae15650f0fbc585bb3f740cd5ac6f7662d85e915ae38d456b7db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp311-cp311-win32.whl

Download URL pyswisseph-2.10.3.2-cp311-cp311-win32.whl
Size 874.6 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
0b2208aa72e4a9265ffa6281180684bbce78becfede209ce3d1623736aade184
BLAKE2b-256 checksum
How to use checksums
08200862ac62cb4ca4db18021ddf9fa20d7c4180144c1438ded6ccaa6b1d1021
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp311-cp311-musllinux_1_1_x86_64.whl
Size 2.3 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
e5cf469ef1ebbf4d426eea862b45c8ec00ab827247f69758d038924e5efb3a9d
BLAKE2b-256 checksum
How to use checksums
5f490561232481fa7c2fd3eb75e101bd6f749153d40b7baefa0fc1c5d8a74511
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp311-cp311-musllinux_1_1_i686.whl

Download URL pyswisseph-2.10.3.2-cp311-cp311-musllinux_1_1_i686.whl
Size 2.3 MB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
b574cc5a39ea73f8916663254c8ac15c56f09735d68e9cba1e6f958a49bb45bd
BLAKE2b-256 checksum
How to use checksums
d0e4364678f730c52f35396d5cfc622621c18c2c5b41435253b7cd6c1befa3fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e00d7e08aeafe00938603bc118874b6ca7871c5aaa55aafca8fa2c6d76aff812
BLAKE2b-256 checksum
How to use checksums
76fab284fe0900f00a030754727e2c190fe16597da39ff7b6faf744cab4e3c74
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyswisseph-2.10.3.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
458ee64b79fe593c68fa636ba00db81d131e5a6bd028685493bfb64b879e2d72
BLAKE2b-256 checksum
How to use checksums
17a32f8872cea3a7fe305db7ae2315cddd9c1b6c6ae5c51e75eff31bc44924a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp311-cp311-macosx_10_9_universal2.whl

Download URL pyswisseph-2.10.3.2-cp311-cp311-macosx_10_9_universal2.whl
Size 794.0 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
b83407a030d653ead529c07bebac72acf55426140b1b4dbf89026a1369806df6
BLAKE2b-256 checksum
How to use checksums
3cae33731d803062c513f144d1ef4f20b679cf42f3c8806f6591d78f58bab4b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp310-cp310-win_amd64.whl

Download URL pyswisseph-2.10.3.2-cp310-cp310-win_amd64.whl
Size 1.0 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
9311eac2a95dd22d1b49f7ff963807a300dd64fd178f89d92ea3d864f372154e
BLAKE2b-256 checksum
How to use checksums
e3b8a1e0ea233ad0f43b55cf96c4f4065419f4c9b4997981e864ccbd856c5658
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp310-cp310-win32.whl

Download URL pyswisseph-2.10.3.2-cp310-cp310-win32.whl
Size 874.6 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
aca91c81fb89af4b0007e28b8f0c4316839beaf5d0c32dbbbf37cc3d402acd36
BLAKE2b-256 checksum
How to use checksums
fa9af9cb68d3c6da85c4b6353af1662099877818a6187a4fb46f0ea6c9ad16d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp310-cp310-musllinux_1_1_x86_64.whl
Size 2.3 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
abbc432eafddbeeb796ff203673a7a1c70b46dc5b2b416260c684439dc4e3712
BLAKE2b-256 checksum
How to use checksums
c8a11b1898071015d27e4f714b55fd003f8a05fd080abd3d80fdb3c8a166522b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp310-cp310-musllinux_1_1_i686.whl

Download URL pyswisseph-2.10.3.2-cp310-cp310-musllinux_1_1_i686.whl
Size 2.3 MB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
5b85e2b13ef184b4a1359ee6de4de6fcad3e06a712d4d702193390a631f7170b
BLAKE2b-256 checksum
How to use checksums
e18ed9ffdf2e278872fa539943549fe8170fa301db0507e50c26a24ad44a87af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4875ffe097c8c64af3ac81981424a982e2347dc75be6c9cf4a2ea6440146123d
BLAKE2b-256 checksum
How to use checksums
eecc46d3b69886dfdc19c0d307b86cb2faccb4e0a7a06bffa6491b6bd8eb8c0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyswisseph-2.10.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
2dc1bef1d425f27684b0316e3f2bd6bb199e8da2af9e5e6bd4a29c309eba01c3
BLAKE2b-256 checksum
How to use checksums
cf783f48abf3a0629dc0129819a006f5c65b9e2a94c895ec36a81988f7071ae5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp310-cp310-macosx_10_9_universal2.whl

Download URL pyswisseph-2.10.3.2-cp310-cp310-macosx_10_9_universal2.whl
Size 794.0 kB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0dbbc136286e590aeeddd6bd76fa7058b5672ebb338b49c584f3396e5dbc0c7a
BLAKE2b-256 checksum
How to use checksums
f00915b24c8d41b57bdc5cb73e0366938fc2a21362551144bd76af2ddf743f4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp39-cp39-win_amd64.whl

Download URL pyswisseph-2.10.3.2-cp39-cp39-win_amd64.whl
Size 1.0 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
b19fb3400d0ae5b0a7d6e2fcd5730bbd672b1be27dd7bc83ebe3b0159c1e1cf1
BLAKE2b-256 checksum
How to use checksums
72d97138ac89e44ce1a3a73a87c26eaf536f5a8b647ce0c1c9fd018e7d13ad5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp39-cp39-win32.whl

Download URL pyswisseph-2.10.3.2-cp39-cp39-win32.whl
Size 874.6 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
21e983213007ad845023cd17f7fafecbc23bc265672079d77b46295be7dfb465
BLAKE2b-256 checksum
How to use checksums
2a571b3fb403d17455814a952c0c5a0171687639e0a8ab25fd6f883c5c148aa0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp39-cp39-musllinux_1_1_x86_64.whl
Size 2.3 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
64fc710b41ccb85b155ca90e26baa7c9007ec65d99b19d274ef202c2f6883440
BLAKE2b-256 checksum
How to use checksums
72eda743078a3171d5bbe18f82c1eb1180639f53e86b212b2ad02d548fc8442a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp39-cp39-musllinux_1_1_i686.whl

Download URL pyswisseph-2.10.3.2-cp39-cp39-musllinux_1_1_i686.whl
Size 2.3 MB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
54d249d14edac52397558123c22c44f0f08646c8a93406b024c510bc03966e63
BLAKE2b-256 checksum
How to use checksums
b09367f98813b7d94769bf77b08405db76938743b25cc743b65b306e79453ed1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8ad53c34f78a9fc0d6b1e161ec3215c004557059fc43db315a422180d214c4f6
BLAKE2b-256 checksum
How to use checksums
52ef49d03191062d3f512c9a897aede2f55ff5f919c41ae4df51db11465f0566
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyswisseph-2.10.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
aeb69a80d3d17546ca972dc1ccb265fdf243cb7dbbdf51638201b2b914d68713
BLAKE2b-256 checksum
How to use checksums
af5c9d8fda25205dd720dbb404a15f0e59bbaf45f3b3d2384659e4e8a6bbeff7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp39-cp39-macosx_10_9_universal2.whl

Download URL pyswisseph-2.10.3.2-cp39-cp39-macosx_10_9_universal2.whl
Size 794.0 kB
Tags CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
469e9aebd448422f89d4db7ddbcf9160ea3197e077c6768e66277f17212f2266
BLAKE2b-256 checksum
How to use checksums
174dc3a12fb8a994253e1494cc6ced94120ec9e33b352631c0f2a97d8fe14c14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp38-cp38-win_amd64.whl

Download URL pyswisseph-2.10.3.2-cp38-cp38-win_amd64.whl
Size 1.0 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
0cd5f0c3abef25caa762d02b3d4627f5270de192e298a3d33ac64acc98424116
BLAKE2b-256 checksum
How to use checksums
925567f3c9cb0bb747aa26fac6ad3feb918e9b3c85605b467c23f291e496c8a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp38-cp38-win32.whl

Download URL pyswisseph-2.10.3.2-cp38-cp38-win32.whl
Size 874.6 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
5a48ae6ea23ffe54fd1728f80439da5e391b48894590d33d3a7c3fcf45d7c54d
BLAKE2b-256 checksum
How to use checksums
764fd9395ad519bbd29ee6f0bae51bdd1ff98e22dd5691b4116548d2ae9af311
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp38-cp38-musllinux_1_1_x86_64.whl
Size 2.3 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
05b3f752d97d03614890aaa535d12eeccebc63b4ef251742e81dd5e4aaf492a2
BLAKE2b-256 checksum
How to use checksums
8792ffbbc47f24ede7be8f94338a0e8ac8209e77750225a7060707fb6de6b464
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp38-cp38-musllinux_1_1_i686.whl

Download URL pyswisseph-2.10.3.2-cp38-cp38-musllinux_1_1_i686.whl
Size 2.3 MB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
20105a2a51154d143e01f43c65c9a35c60fa55a57a8d1b57be813fe0b37a8593
BLAKE2b-256 checksum
How to use checksums
ae53882a70d9ca4f437e306bd8679d77c916f6ca35c695493b86bdafde810b92
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c940366463a538979ab1660689040e140e6e655904b7e091a83e5c187960c864
BLAKE2b-256 checksum
How to use checksums
27d0d2bd3e1cb52da2da39cacd7252c6da344dfdeb477698e43a44ae7c91a7f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyswisseph-2.10.3.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
3c17f51fe4a216569751a213eb0cd446ca3090d6c712faa7703b480e5ca0225e
BLAKE2b-256 checksum
How to use checksums
f1b0092c272de90caa30bc4d76f6eda4ceb946278202b7c6b658effa681d1c7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp38-cp38-macosx_10_9_universal2.whl

Download URL pyswisseph-2.10.3.2-cp38-cp38-macosx_10_9_universal2.whl
Size 793.8 kB
Tags CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
bf3c9a3348619d923d7a4094c85799bd7cd1fc0ede772ccfb46c349d0a23cc55
BLAKE2b-256 checksum
How to use checksums
1ec63063930f427dda17c4fa9c90bad722d89d94f0aa34b6ee3adc8d200561f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp37-cp37m-win_amd64.whl

Download URL pyswisseph-2.10.3.2-cp37-cp37m-win_amd64.whl
Size 1.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
45d6053a62d5c5507bb62d2cebffa50fd8bd23ba073885dcda37ff22c9f07754
BLAKE2b-256 checksum
How to use checksums
4a994c54b107abaf5ed85a1e83a5792c500573e7c6e27cc5401319c15a79a830
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp37-cp37m-win32.whl

Download URL pyswisseph-2.10.3.2-cp37-cp37m-win32.whl
Size 875.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
b87426c0c1c2e6d690f74cf79f7fb895bee5f70fa44e682ad90e7cfe9d8c1b37
BLAKE2b-256 checksum
How to use checksums
b54272ffcd1792fca83259ee48064d7fec73e04413d0c10f081c7928fdfb1428
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 2.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
b064b1dd0c7d010abf54a2899f72ea93b58f7c571822e6af6cfecc828b914aa9
BLAKE2b-256 checksum
How to use checksums
67d5426688895c3539904be2c83f796be159b902e5ff54d520a5e0373f69757b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp37-cp37m-musllinux_1_1_i686.whl

Download URL pyswisseph-2.10.3.2-cp37-cp37m-musllinux_1_1_i686.whl
Size 2.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
c16400d53712d9b9502cade4588527c38916aed4c3d1116a1acaa45629ae5846
BLAKE2b-256 checksum
How to use checksums
e4d07f3249f7a942294f3dd0874bee42ff3aa48c7544cd7d8b1116b2e6ec3a0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
af2a8630b28ef5ee503e7df7ead8387d8a42d742421bc72527f51277701f0ba0
BLAKE2b-256 checksum
How to use checksums
786b87b469821e2217a089c257268cd93b9274c885b7d4dfb1133dcf5b00fc61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyswisseph-2.10.3.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
674e144927e75d5e17ba850b2510f6dfaabfb747caa43ff379f362b28522759a
BLAKE2b-256 checksum
How to use checksums
3ff57a65a117aa19342affe9950963799464033d40b34b95e8dd3e3cabd47c9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp36-cp36m-win_amd64.whl

Download URL pyswisseph-2.10.3.2-cp36-cp36m-win_amd64.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
dd18263a891d7a124d8affbbef762648717a96e8d6488a50c76d9d2841aa7b76
BLAKE2b-256 checksum
How to use checksums
2774c10e0d09ebfcb564a9e90a6e9e7231fc7c5c5b3f81eb2b84abf862f0b8ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp36-cp36m-win32.whl

Download URL pyswisseph-2.10.3.2-cp36-cp36m-win32.whl
Size 926.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
6ec2dfcba027772ae47022d270681158f651408745207e232d5265ec44645004
BLAKE2b-256 checksum
How to use checksums
c8f8a86050524e908b25932724908d4f7846e4f42e7c301f41f473f74f6b6084
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 2.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
68c3ab7d9c6a3082140873bbe3c85ad24c60266f86ec82604e938a426242a4f4
BLAKE2b-256 checksum
How to use checksums
89b40bd2e67d44caa6e6101f1cde90d63c411e494633454df032effc338007fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp36-cp36m-musllinux_1_1_i686.whl

Download URL pyswisseph-2.10.3.2-cp36-cp36m-musllinux_1_1_i686.whl
Size 2.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
918bf7e98859617354c6a7f906d601a1705b347b6ab5c4d322f5723939be25a1
BLAKE2b-256 checksum
How to use checksums
5bc8714638b00cfaaa059ffc5220547af2ed0512914b4eacb694a3708ff4c703
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyswisseph-2.10.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8d68d426d4797498166625b10faf443e1ca0bf92ea5c0481d1cdb15c3c275681
BLAKE2b-256 checksum
How to use checksums
8de49948db81007ba8e7a7233d4d3af96f4a66bddc3a48d955febb153bba596d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pyswisseph-2.10.3.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyswisseph-2.10.3.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
211d24ef32e1ecbba813bfaf40f61a92907ca9a3391c06fe7908089b8744e525
BLAKE2b-256 checksum
How to use checksums
9a56f84c0d83b82a7e2255368380419884609923a5b43f3f0075501ab625a632
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page