Skip to main content

PyEphem provides an ephem Python package for performing high-precision astronomy computations. The underlying numeric routines are coded in C and are the same ones that drive the popular XEphem astronomy application, whose author, Elwood Charles Downey, generously gave permission for their use in PyEphem. The name ephem is short for the word ephemeris, which is the traditional term for a table giving the position of a planet, asteroid, or comet for a series of dates.

The PyEphem web site offers documentation and also links to the project bug tracker, user support forum, and source code repository. If you have a C compiler and the pip Python installer tool on your system, then installing PyEphem should be as easy as:

pip install ephem

There are also Windows installers in the downloads section below.

The design of PyEphem emphasizes convenience and ease of use. Both celestial bodies and the observer’s location on Earth are represented by Python objects, while dates and angles automatically print themselves in standard astronomical formats:

>>> import ephem
>>> mars = ephem.Mars()
>>> mars.compute('2008/1/1')
>>> print(mars.ra)
5:59:27.35
>>> print(mars.dec)
26:56:27.4

The documentation includes both a Quick Reference and a Tutorial, which are included in text files within the module itself as well as being available on the PyEphem web site.

The features provided by PyEphem include:

  • Find where a planet, comet, or asteroid is in the sky.

    • High-precision orbital routines are provdied for the Moon, Sun, planets, and the major planet moons.

    • The user can supply the orbital elements of a comet, asteroid, or Earth-orbiting satellite, and have its location computed.

    • The positions of 94 bright stars come built-in, and the user can create further fixed objects as needed for their calculations.

  • Determine where in the sky an object appears for a particular observer.

    • The user can supply the longitude, latitude, and altitude of the location from which they will be observing.

    • For convenience, a small database of longitudes and latitudes for 122 world cities is included.

    • For specified weather conditions (temperature and pressure), PyEphem will compensate for atmospheric refraction by adjusting the positions of bodies near the horizon.

  • Compute when a body will rise, transit overhead, and set from a particular location.

  • Parse and use orbital data in either the traditional XEphem file format, or the standard TLE format used for tracking Earth-orbiting satellites.

  • Determine the dates of the equinoxes and solstices.

  • Compute the dates of the various phases of the Moon.

  • Convert from the Greenwich Time (more precisely, Ephemeris Time) which PyEphem uses to the local time of the user.

  • Convert positions between the equatorial, ecliptic, and galactic coordinate systems.

  • Determine on which page of the Uranometria or the Millennium Star Atlas a particular star should appear.

  • Return the Julian Date corresponding to any calendar date.

Developers

If you are interested in learning about how PyEphem works or in exploring its source code, check out this repository from GitHub. It is hosted at:

https://github.com/brandon-rhodes/pyephem

If you lack expertise with version control, you can instead simply download a static copy of the most recent source code using this link:

https://github.com/brandon-rhodes/pyephem/archive/master.zip

To run its source code in place, create a virtual environment, activate it, change directory to the root of the PyEphem source code, and run:

python setup.py build_ext -i

You can then run the PyEphem test suite to see whether all of its features are working correctly on your operating system and platform:

python -m unittest discover ephem

PyEphem’s documentation is organized as a standard Sphinx document project. You can build the documentation either with the Sphinx command line:

sphinx-build -b html pyephem/ephem/doc/ ./my_documentation_directory/

— or, more typically, by invoking one of the targets in the documentation’s Makefile:

make -C ephem/doc html

Release files for ephem 4.1

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

Source distribution (sdist)

Source distribution for ephem 4.1
File Size Uploaded
ephem-4.1.tar.gz 1.3 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for ephem 4.1
File
ephem-4.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
ephem-4.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
ephem-4.1-cp39-cp39-manylinux2014_s390x.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ IBM System/390x Details
ephem-4.1-cp39-cp39-manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
ephem-4.1-cp39-cp39-manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
ephem-4.1-cp39-cp39-manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
ephem-4.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
ephem-4.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
ephem-4.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
ephem-4.1-cp38-cp38-manylinux2014_s390x.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ IBM System/390x Details
ephem-4.1-cp38-cp38-manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
ephem-4.1-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
ephem-4.1-cp38-cp38-manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
ephem-4.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
ephem-4.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
ephem-4.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
ephem-4.1-cp37-cp37m-manylinux2014_s390x.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x Details
ephem-4.1-cp37-cp37m-manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
ephem-4.1-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
ephem-4.1-cp37-cp37m-manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
ephem-4.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
ephem-4.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
ephem-4.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
ephem-4.1-cp36-cp36m-manylinux2014_s390x.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x Details
ephem-4.1-cp36-cp36m-manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
ephem-4.1-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
ephem-4.1-cp36-cp36m-manylinux2010_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Details
ephem-4.1-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details
ephem-4.1-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
ephem-4.1-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
ephem-4.1-cp35-cp35m-manylinux2014_s390x.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ IBM System/390x Details
ephem-4.1-cp35-cp35m-manylinux2014_aarch64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ ARM64 Details
ephem-4.1-cp35-cp35m-manylinux2010_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64 Details
ephem-4.1-cp35-cp35m-manylinux2010_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32 Details
ephem-4.1-cp35-cp35m-macosx_10_9_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64 Details
ephem-4.1-cp27-cp27mu-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64 Details
ephem-4.1-cp27-cp27mu-manylinux2010_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-32 Details
ephem-4.1-cp27-cp27m-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64 Details
ephem-4.1-cp27-cp27m-manylinux2010_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-32 Details
ephem-4.1-cp27-cp27m-macosx_10_9_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 66.2 MB

Release files / ephem-4.1.tar.gz

Download URL ephem-4.1.tar.gz
Size 1.3 MB
Tags Source
SHA-256 checksum
How to use checksums
c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6
BLAKE2b-256 checksum
How to use checksums
52a285ff330048f2efbe453a7359257cd03cb4a9bcb21eb5a0e478d3a18313f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp39-cp39-win_amd64.whl

Download URL ephem-4.1-cp39-cp39-win_amd64.whl
Size 1.4 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
153f7acee45786ff91c3cef34ac93024526010e3ec4f892ae76eb8e5e3c0ec7b
BLAKE2b-256 checksum
How to use checksums
bf2435d56eebed37f0f4f65b3da450982e58af2b9fd27a8d03d3cf4934b2b302
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp39-cp39-win32.whl

Download URL ephem-4.1-cp39-cp39-win32.whl
Size 1.4 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
c9e633e228c611968c95e57064e7b717fb9d1c51671cc340a324cb81f30d16a8
BLAKE2b-256 checksum
How to use checksums
7b98550706ac11582a8a658498f0554329e177f4ede039dd0aa8348d0e046aef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp39-cp39-manylinux2014_s390x.whl

Download URL ephem-4.1-cp39-cp39-manylinux2014_s390x.whl
Size 1.8 MB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
1aa66d4a1a4265446edcf8d90c34e38d87704d17cc47276df3805f567f89b01d
BLAKE2b-256 checksum
How to use checksums
277272f35eedeb5f78e5f66094a18d39e4f3fe84dc47038e61085115800696cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp39-cp39-manylinux2014_aarch64.whl

Download URL ephem-4.1-cp39-cp39-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f56a23b3a48185591a26813114a37c895a5855a80fe589ca83a0258aff3fd1fd
BLAKE2b-256 checksum
How to use checksums
ce769e158a090228c45c0fdd116e1be2b4767b1d6dd959831aaad6357b6edaaf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp39-cp39-manylinux2010_x86_64.whl

Download URL ephem-4.1-cp39-cp39-manylinux2010_x86_64.whl
Size 1.8 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
4e53b1b9e7103532feae3dc51a0f5a21eeb5db0d368f9b7efec56edc5ba10f01
BLAKE2b-256 checksum
How to use checksums
814b5a035ff2a40bd155d309f401b08beec06f01a25a09079095bd71bfd946ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp39-cp39-manylinux2010_i686.whl

Download URL ephem-4.1-cp39-cp39-manylinux2010_i686.whl
Size 1.7 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
1cb6236469afab2ee3f4777c602e9c19944721396eafa60700f6638c1955ab8e
BLAKE2b-256 checksum
How to use checksums
eda28c842a5ab79f7a425a88ce9b5c63c8375bff65e116d20f05969e4be36596
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL ephem-4.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ad223397a258586488e5163df90e353a857fe93891e8a7a3aed53ce1bf180624
BLAKE2b-256 checksum
How to use checksums
0976a47877ff177dd72e0690d210390558d200aaafaf9ee2ef62824b014814a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp38-cp38-win_amd64.whl

Download URL ephem-4.1-cp38-cp38-win_amd64.whl
Size 1.4 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
8d83b461603b16b267fc857b6ed7f7e0f50e2f06cd8f42cafe5934677e61cba3
BLAKE2b-256 checksum
How to use checksums
4baf9f5ce40fde7a4448debe6263d121d9d076a1cb01fe25d81f234de6756010
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp38-cp38-win32.whl

Download URL ephem-4.1-cp38-cp38-win32.whl
Size 1.4 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
83bb1c1270a7e55c1917cf36c6f99515a9074908c604673bc1126e2dd10eabd0
BLAKE2b-256 checksum
How to use checksums
893dce59aada7b44fc5d5e7af76dc5c720b6ae659d443018463db78972856761
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp38-cp38-manylinux2014_s390x.whl

Download URL ephem-4.1-cp38-cp38-manylinux2014_s390x.whl
Size 1.8 MB
Tags CPython 3.8 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
430d2152417e5a22b61e82d51a923be8e5ac7fe9cdab25c89563089cca66cac5
BLAKE2b-256 checksum
How to use checksums
ca9f13e35b34f74b7b9738d2dff28da1e6003e8a031bd92bd28ae97d9033b389
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp38-cp38-manylinux2014_aarch64.whl

Download URL ephem-4.1-cp38-cp38-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
33d270a42ce4106c20c2aed4ccab6d0681463660ed6ef00b1da83344f8c334d0
BLAKE2b-256 checksum
How to use checksums
0eb6ed81cbe2cfeae9d07efb9393bf723efd09501922fb480c496b643270b273
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp38-cp38-manylinux2010_x86_64.whl

Download URL ephem-4.1-cp38-cp38-manylinux2010_x86_64.whl
Size 1.8 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
d29a7d12dd27a0e92390e127dac74cb33c09c5b57eebfa5a777628d5cd3fc3e5
BLAKE2b-256 checksum
How to use checksums
a990eafeea605ca67ed69359bbaf631db8ba9b0262cc61a5bcd0ce09ed7c4df8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp38-cp38-manylinux2010_i686.whl

Download URL ephem-4.1-cp38-cp38-manylinux2010_i686.whl
Size 1.7 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
b77f9f504a4c24423ed0b184eba847c341712db9a1e20227c91c347da54cf811
BLAKE2b-256 checksum
How to use checksums
895c65bff602a80f2d920ee61044b68ee3da61bf007761ca5f17f1702a0b94f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL ephem-4.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e9860188660933ca6cc15107df2756887088503e17381fd620a7dde2d079e532
BLAKE2b-256 checksum
How to use checksums
1e4a71f1940dac95afac3798fcd57cf6737d2d1a1915c511de34ccabb92f35dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp37-cp37m-win_amd64.whl

Download URL ephem-4.1-cp37-cp37m-win_amd64.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
7b3790b132148e534ddd4d31a3613d81511db540114905104a87dc3297de7d29
BLAKE2b-256 checksum
How to use checksums
5ab7ce220471985c2f64f98da1c3f7aa6ff55a79551af9c2030b1f8c07adb1ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp37-cp37m-win32.whl

Download URL ephem-4.1-cp37-cp37m-win32.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
b309898688bb2639bee6e5e2474cb6fe6d9cf7676121f348ff208a437c9e3c95
BLAKE2b-256 checksum
How to use checksums
9cf760a6bb8220b6083deed4f752f32d26e685744ac73710f3faf2a5c9322cf1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp37-cp37m-manylinux2014_s390x.whl

Download URL ephem-4.1-cp37-cp37m-manylinux2014_s390x.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
b5b65a1ae977315a88784d5891d12216730b6f27ddf2b0aee2587f4c1274fbd1
BLAKE2b-256 checksum
How to use checksums
a1fdd49bfb0686ebd1db110bb022fb07f803582bf2316635b60ee00d2ea76c21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp37-cp37m-manylinux2014_aarch64.whl

Download URL ephem-4.1-cp37-cp37m-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9937b5f7a197a5ee7f382cda7e5803b15e8549a610f0813268589feb6c5a6ec0
BLAKE2b-256 checksum
How to use checksums
9235fb5f8e77f591a892ac7b113b2fd863c96cb92a8b4b2144195dfcb505ffe5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp37-cp37m-manylinux2010_x86_64.whl

Download URL ephem-4.1-cp37-cp37m-manylinux2010_x86_64.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
9ee597eeb38ad361dd13df27bad0532bff77fb42533e5157dbbb94d6d1ff81b8
BLAKE2b-256 checksum
How to use checksums
573df34314dfe10aa12ef6632bfe7922449fc0690a0d1f9dd43f1be16aeddc62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp37-cp37m-manylinux2010_i686.whl

Download URL ephem-4.1-cp37-cp37m-manylinux2010_i686.whl
Size 1.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
d9a8dc50439572db34295cbcda8c34219764ba82c75b0da1144544dac563acd3
BLAKE2b-256 checksum
How to use checksums
09c4a29563ab8dc4884448b442481698814c944323bb56aa5dad9ed20ea3e2a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL ephem-4.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
dcb8299f7927a2fbae24d2a730d995c7e320309112776fe2d830180be27b987b
BLAKE2b-256 checksum
How to use checksums
e0bc585946fe63a11d6f57b2e95dc30b343ece5f5b9c6d49e719b31d7588cc5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp36-cp36m-win_amd64.whl

Download URL ephem-4.1-cp36-cp36m-win_amd64.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
4392fd956a938586f9513562a9baa20c7a30b6b59937c75d6f26be154ac29dd7
BLAKE2b-256 checksum
How to use checksums
1962359c6f157bebb656a74b892c9c060bca56239825b2c2cb779992e64d128d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp36-cp36m-win32.whl

Download URL ephem-4.1-cp36-cp36m-win32.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
8469a914a031c36333fa72167b72305ae3d7c9bae1391157ff0bd30840a8b7c9
BLAKE2b-256 checksum
How to use checksums
3b9046184163c651f86f36f806f3f0534113553c4a68f480e395e5f8ea550ad2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp36-cp36m-manylinux2014_s390x.whl

Download URL ephem-4.1-cp36-cp36m-manylinux2014_s390x.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
4de86c7e5c19f7b784aa76f431492a3c5cc27203d1ef641e9a79601ff0256ed8
BLAKE2b-256 checksum
How to use checksums
2b0444f21a1fab4e2d5470c6324a6500bb57ac4707f14bdbae16fad7bbab3479
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp36-cp36m-manylinux2014_aarch64.whl

Download URL ephem-4.1-cp36-cp36m-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c0908ef30ef8b595cf742fb851fb1ca34fa6399c476b4d150f132ca42209143f
BLAKE2b-256 checksum
How to use checksums
53fcacb51876d21a42874f9a9f19ea64ee0d4dbcfcdd09eeecac7fcd0ac39229
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp36-cp36m-manylinux2010_x86_64.whl

Download URL ephem-4.1-cp36-cp36m-manylinux2010_x86_64.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
2c2d4ec3c8a18ef0a26733e0431c7ca609a8d33c0aa9e3a4e3c3f4b49e26529e
BLAKE2b-256 checksum
How to use checksums
870b81f4e60e0393d6e0880ce1cde474f3744d52e4dd3026370f028c0817c77d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp36-cp36m-manylinux2010_i686.whl

Download URL ephem-4.1-cp36-cp36m-manylinux2010_i686.whl
Size 1.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
bb393a065abe940361dc676e12fffd475a01f6134b13565a1ad140b25b304810
BLAKE2b-256 checksum
How to use checksums
e7b243131b4518ff96b23346ff9be6d273ccf7d8b60815513a338fb2b79997b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL ephem-4.1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
260e1a1d3d9ca42c1f6f6e2a649958ac1d101823ca49c9688019fad53bbb5f9a
BLAKE2b-256 checksum
How to use checksums
0f57e294c7627d702b632033bb0ee1477bcb417d6f9cc1242d2f6ae3694c4775
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp35-cp35m-win_amd64.whl

Download URL ephem-4.1-cp35-cp35m-win_amd64.whl
Size 1.4 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
f43fb35c9304e9c6233778842461aff4200592652de6c15550d16e0687671b1c
BLAKE2b-256 checksum
How to use checksums
5efe41de8a52bcc4059c5240c01db360d2b671586fca0faf2e47e610b01f1a60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp35-cp35m-win32.whl

Download URL ephem-4.1-cp35-cp35m-win32.whl
Size 1.4 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
78f1b2a4d879da0296c232aad176d1a6521d05d27183d7a3a43fee01a9c248db
BLAKE2b-256 checksum
How to use checksums
cfa37e10f374dc65585cc5ddad2edbd8ca782e37ff99d724961f140952a6d2da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp35-cp35m-manylinux2014_s390x.whl

Download URL ephem-4.1-cp35-cp35m-manylinux2014_s390x.whl
Size 1.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
bdd6646264f5c63f1a12775da04cb09940d90ccd79f5ac21ede33c2fe99e7c6b
BLAKE2b-256 checksum
How to use checksums
ae5880ee81e01bd45bf3e80bfe2edafcd1d299dc5d9a12ba23786208ce28e254
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp35-cp35m-manylinux2014_aarch64.whl

Download URL ephem-4.1-cp35-cp35m-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cb847b06458b34aa3271863d18adafa4f99355465ecf3f7e26fa6fa5db3c4283
BLAKE2b-256 checksum
How to use checksums
53b53620fc3940f48488fc5c44b56bb32c97a111e94a61c3acd607f414cb8b31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp35-cp35m-manylinux2010_x86_64.whl

Download URL ephem-4.1-cp35-cp35m-manylinux2010_x86_64.whl
Size 1.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
27a33af3671aeb09cf870ea6655e508ce05cee54b427afdeb2b6098484ecb93f
BLAKE2b-256 checksum
How to use checksums
22def5fcefce85fca6d993a466566eeedf2bdb6437d3d76b3668a9f8a15c33cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp35-cp35m-manylinux2010_i686.whl

Download URL ephem-4.1-cp35-cp35m-manylinux2010_i686.whl
Size 1.7 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
0fc102fce4ea1343737ad0bbad25dc8a5a4e8b5ac29a29b1c4725a124723fb55
BLAKE2b-256 checksum
How to use checksums
e2ce7636af3066ad1ba60022d09fec9c1d0a1a30fc178a6ecb09d5336c9fdc9f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp35-cp35m-macosx_10_9_x86_64.whl

Download URL ephem-4.1-cp35-cp35m-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f8f1929c961b96244cee4b29c05388c133f8aeba53462a5eb082bf24a6fc8f14
BLAKE2b-256 checksum
How to use checksums
32ccd54593955f0fdde665c81a50718fad0d9e599db1fd886e34e1376dcb91c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp27-cp27mu-manylinux2010_x86_64.whl

Download URL ephem-4.1-cp27-cp27mu-manylinux2010_x86_64.whl
Size 1.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
faeca01a21d373cbca52162e665b33de32c19670a78907a6f99dbf191d4f5e3d
BLAKE2b-256 checksum
How to use checksums
f106ec8d67986c0f4d8d6aa985644af267f143fab0882b908d6748371f398a2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp27-cp27mu-manylinux2010_i686.whl

Download URL ephem-4.1-cp27-cp27mu-manylinux2010_i686.whl
Size 1.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
4980faa7d1820ea0c20bd293a038efe6dd99a6971eb242e91797f7fbef0b053c
BLAKE2b-256 checksum
How to use checksums
6ee8cd01c24a148b2081526875ab90b420fa45d40e0bc4010c96df2d7651c272
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp27-cp27m-manylinux2010_x86_64.whl

Download URL ephem-4.1-cp27-cp27m-manylinux2010_x86_64.whl
Size 1.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
535baaa6d2919a4fb8a2c887affce35f815eb739014a6776ed015864dd042ac4
BLAKE2b-256 checksum
How to use checksums
9dce89aa96607321ad5be13f002da6156c6180ef15369d0801d85e8036e56505
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp27-cp27m-manylinux2010_i686.whl

Download URL ephem-4.1-cp27-cp27m-manylinux2010_i686.whl
Size 1.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
ff0d7f03d59d48c849259146608ae2b9cf0d5a60a2696129074b0f46c3adb6c8
BLAKE2b-256 checksum
How to use checksums
38df12483c45ef2a0516eb7ccc64d5d85fb27ad500a3282019a5cce7c437d626
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release files / ephem-4.1-cp27-cp27m-macosx_10_9_x86_64.whl

Download URL ephem-4.1-cp27-cp27m-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
bce7ea77ef6727ce0a8175270adc85c9b30399febd1c9219428048f6122eae29
BLAKE2b-256 checksum
How to use checksums
24b28e4e2e29fc4f781424d0e7ead1b8fc203d0f92799165b0e30697770e8541
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release history Release notifications | RSS feed

4.2

100 release files

4.1.4

78 release files

4.1.3

56 release files

4.1.1

84 release files

This release

4.1 This release

41 release files

4.0.0

41 release files

3.7.5.1

1 release file

3.7.3.4

1 release file

3.7.3.3

1 release file

3.7.3

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