Skip to main content

PyEphem README

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.0.0.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 ephem 4.0.0.2
File Size Uploaded
ephem-4.0.0.2.tar.gz 738.6 kB Details

Built distributions (wheels)

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

Total release size: 41.1 MB

Release files / ephem-4.0.0.2.tar.gz

Download URL ephem-4.0.0.2.tar.gz
Size 738.6 kB
Tags Source
SHA-256 checksum
How to use checksums
d03de73ebf6a91681d597eb5b5d43bcf6f0c67e292bba2f9a974734b4f15757e
BLAKE2b-256 checksum
How to use checksums
5a41cebd38997f50bf456197756e617f57ace872cc8a15529f97036969049831
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp39-cp39-win_amd64.whl
Size 809.6 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
f1d9fec04e41a8b00e366ba9c2aece5a937cd36504173f6310e7aeb218c2fc2c
BLAKE2b-256 checksum
How to use checksums
b0757ef810f3d6f254c579b64c8c11cf9864335011475df5c7c6c3d2fa3d43f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp39-cp39-win32.whl
Size 790.3 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
e10fc9715abcc924dfffcde8438a7e0afe574ee99afc945a729fa88739fc3289
BLAKE2b-256 checksum
How to use checksums
ffd53fa1edba0bc16606e2388f1ba3b8a38ecc647f15fe4543a54abf7342bae4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp39-cp39-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
27fd1afa205b31fbfd3ed6618470b29738112b0bc07b330960ff95053446683e
BLAKE2b-256 checksum
How to use checksums
29579c3322b7d9b01e17abb2ec04b823df9469f7d86c812daa3e1592463900ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp39-cp39-manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
582ef4ffc52e9cb737291a4763aa28e3dfbad04d3713d88661311d8cfd9894c4
BLAKE2b-256 checksum
How to use checksums
944e8a5e1672eb845329feffd380279b40f56e50a41b9d8a660a58bc3356120f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp39-cp39-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
1066dd87d1d8a52cef8bed27c3135601d6124c5e9b25d989ab1f9f54461d674f
BLAKE2b-256 checksum
How to use checksums
3045488dae5258e01460e1cf6178db82ac2d0d8ea62e676087e4d881aa07f13b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp39-cp39-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
ea90124c1e23cc599757ddfbd34ecef7452b82d2205e1abdb5ad6880ae74942b
BLAKE2b-256 checksum
How to use checksums
62f48c4a4c0752b4cfbcdaea31362dd9894a24898d79b3fc1564d1b1f62514e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Size 809.5 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d21ec00ba43d7034dd51594339eab786930a6ae0569a4b168cbb20932be0671c
BLAKE2b-256 checksum
How to use checksums
ea5e03f5562a0683d98ca15aa21686a837ff4791b89e5b60f986b8d3f97817a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp38-cp38-win_amd64.whl
Size 808.8 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
be60729ca6569b1fbbdd34ad965f4d12aa739ce919b0b6182b0ac32c6fc2530a
BLAKE2b-256 checksum
How to use checksums
a7b022761624df60d0722390fa36267a6baba3b43bd93efa205054cf2380a2e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp38-cp38-win32.whl
Size 789.9 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
375e486e45bbfe2fae98e063d1963bddfff05e160fb17191da61b6fb03e37516
BLAKE2b-256 checksum
How to use checksums
3ff45d66388f7712839356d54592e90528d88dd5502ca4a25744a61042f3fbb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp38-cp38-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.8 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
dcd372ea57185ec12dc0bf9bc9fc57f00d8efd5291a742828731fb3840a789cb
BLAKE2b-256 checksum
How to use checksums
963a1ea63f9690e5a4d172b85d7305df28118cdf67b70441606d4c29165c110d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp38-cp38-manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
1d5e33e5dfbdcb3c185f2b138037ef54d4a258478704ca8206a82a41db6e41fe
BLAKE2b-256 checksum
How to use checksums
209256182b4ad17fc66a856ac92e111984123e00a09a3c617cfe9fa353ea59b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp38-cp38-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
86df088522ae40443649be14da0a584acc3c2e89676b523293437be9cf40908a
BLAKE2b-256 checksum
How to use checksums
99367ad6989b8832905122543b32d49ec5e6ece083b5f8ea8065d371b05ac4b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp38-cp38-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
1670ef5b538c5a011e0aed92f3f71ce21f973c097d21c3953e9da9ee6577f0b4
BLAKE2b-256 checksum
How to use checksums
fecb73234e3bb0637cde0e814198a2243174aaaf0102d6a4c3d36bed4a6d19f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Size 810.7 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c67ada1549928228b885ffe7264bdcd99321e0eade410ce9d74018a6cd3cf422
BLAKE2b-256 checksum
How to use checksums
4c421eab33e27bc18d1ed20b6879936118ea7811f5f2d925f60b11080aeb317f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp37-cp37m-win_amd64.whl
Size 808.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
a70b0b1d06256086422e2bb55fb8451bbd20c63144cba047cc174f4bb1035a61
BLAKE2b-256 checksum
How to use checksums
c9852b71781abd005bc1e7e866695203c7b717bbe107123ddf711ed439679ae8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp37-cp37m-win32.whl
Size 789.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
f5f76e5c65da92934946e76d093f68624645ba441102d7821a6d0f2d11ab655f
BLAKE2b-256 checksum
How to use checksums
b9214e7b2883e791866a7a4de15eb53a6b2835433ba0a9fe0a8628259f0ac365
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp37-cp37m-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
cc5fe92b349d072797d1297357a75f50daa662fca3c87fc0dcedb4edc5f39869
BLAKE2b-256 checksum
How to use checksums
a0dfe28785aca501a14cd0cc788be9966f956f6e7a9a7301e279faf3ec9282da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp37-cp37m-manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f3461bdc9cbd986517379e16817a03ce2d579ab91f6b4dd9717e60a02a51a5ce
BLAKE2b-256 checksum
How to use checksums
14d4f730d72bbb1b00fe2c7cb764de6cf6c872cc5923e2c90be2408be840eea5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp37-cp37m-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
7383a7e119eebce8e1153f7deff1ee0c764ef339b57e0efe9787b0a60a8bee46
BLAKE2b-256 checksum
How to use checksums
9e15fede8149081ffd3c1d6510d813c18cd78a6302e2f3489e26a329221ea3c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp37-cp37m-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
ee47fcf845e94781672f84138e9d5b5f0ab3a9f46f8a63f6a49fddd9cb302cbc
BLAKE2b-256 checksum
How to use checksums
16eb879316d87c7d17207d866a726962495c8b6f6be99b3dbc9c706903888408
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Size 810.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7be194fba66d682ea7144b43b42ff936e1900c2b714afa3c9dd48f167be9ecc9
BLAKE2b-256 checksum
How to use checksums
41c0bb3bae919b5fbd06a2b0b70c67a1db038c473a6c432f541d595639c5d6eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp36-cp36m-win_amd64.whl
Size 808.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
6dd2c480ec6193e5f13e182605b4a6aa2fc682b9d4b24c95b16eb8706b27d548
BLAKE2b-256 checksum
How to use checksums
374e27fdbf598104f57273515a580a042bb26e5dbd79331f40692055a2d32a8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp36-cp36m-win32.whl
Size 789.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
1d5410a30977cc9c4b5d34b1fc9c450cfe3f0764c750fe8706276703ffb9faf4
BLAKE2b-256 checksum
How to use checksums
37e4bc587edb84eb388f6fc70f59ab0dcffca92d66a92c18f21d1173b0dcdb2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp36-cp36m-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
32f534d418bd75d37fe9379508eef6bd58fdc4c6f5f8ccee8167a426c3dbae18
BLAKE2b-256 checksum
How to use checksums
f761ffb7db5483ef1c18641ec5ba236033aabd8813c20b0d40201d22a99f084c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp36-cp36m-manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e1e4d92e04f187aaa1779f272778214b11f53456c0edbe29c7630a20fd5a29f0
BLAKE2b-256 checksum
How to use checksums
c707b88ab8d1d2d58cf0985c2ea679edfc8866e7fa31f34ae83d1e5ebccae99e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp36-cp36m-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
65e5dad6f47932ebb1a0f91af67fa1d6ef4bdfa25035f978c6e33002607c62b9
BLAKE2b-256 checksum
How to use checksums
792e8895c4df8b463436c8b9b64da65411fc59e46f87d91e93f922b6404bd2ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp36-cp36m-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
6732de67ea31d84ae091b1efb1a3c55eca6f0b9db2551f23e6fbe46cdb1340b0
BLAKE2b-256 checksum
How to use checksums
29679b901b082c49acca0d511e3493c182810644fd9d42a7f02c701ca4b68bda
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Size 810.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
669a664e020eacffe244f053ebdb67a7c2a0bade0297a8d58f9494043126ccdc
BLAKE2b-256 checksum
How to use checksums
ff01b45a9b17d427f956d8c3821bc590719de9fcfda7989ed3b2396c6600792e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp35-cp35m-win_amd64.whl
Size 808.7 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b33d79e92b9c5a5f4f65fe35b337ea743518307eb8cb6f41b77430673da35332
BLAKE2b-256 checksum
How to use checksums
f218fe649d9cdc6b5a5fe314813344e05f0a5440182d165feb12c2531093e490
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp35-cp35m-win32.whl
Size 789.7 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
fa2163ed6562521a261f42d8a07d2b50991511f3e0725b1f64c07889fc9414ab
BLAKE2b-256 checksum
How to use checksums
b2cfa80134b540048ddb8d9bb8f03f46974f9e51a182e0f74a64017ad338051a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp35-cp35m-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
029dff6d8212ea9c63a8e34d1e0e416833b6b1888642ee0b7c69eb983f55eda7
BLAKE2b-256 checksum
How to use checksums
f437217f6c1dd3bb1efdda42e5afeed1ed540127c91510b64a9f6db0fcf3c657
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp35-cp35m-manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
75736183d327da14afc99751bbdddc2bfa91b7f978f216f7ee7e404e8155903b
BLAKE2b-256 checksum
How to use checksums
aa5cb2fb820ef9e808c876b3b4a5253baca8128407e50ace889b8b3d38c5e559
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp35-cp35m-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
665485e788c7fc27d0885f8932346babe76d15def396179ead60ff7222b86165
BLAKE2b-256 checksum
How to use checksums
3f69015517cbe6c54ce1802345f4525af059bc9343a43cfa3332f777a0629f61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp35-cp35m-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
2d679fbbc87161a9d48f462f972ce58b39e46df6a1025f55462478e86098cc52
BLAKE2b-256 checksum
How to use checksums
904fe27036bcc3c7756d3c87372a6480f0281190471885ab98e4147db6247077
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp35-cp35m-macosx_10_9_x86_64.whl
Size 809.9 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6ddc93438de184b44397352fd204b6e08c264a70bf52862f1ae729a83f5b83cd
BLAKE2b-256 checksum
How to use checksums
efcc514f27c5ed3fada371884bd161e4e97be2f55270aa31cf4ab9ce8a768427
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
cef85182ec6f724b961d48a609ac50b45aaafe0d6c4e988ad2a42856149e8280
BLAKE2b-256 checksum
How to use checksums
71c27165ebe61f8a5b54eeaeae6f23e38e67a302a28bd486df63f52978963bea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp27-cp27mu-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
065e0a36886e4dd03e8f3ccda44112f24557838332e45ca7844dd03f5f95f393
BLAKE2b-256 checksum
How to use checksums
ea8f5c7097cbebd3fedcfaa83837a168947fff25881a2b0de4b4b943e00a8947
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp27-cp27m-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
02a0500965d624e0033f18e297afc80695f976d24eeb4f4c6c1c2edaae69d7df
BLAKE2b-256 checksum
How to use checksums
99b49cfe06c8e7b2ac4d7786584b1a75b6c1670f0de599b48619257b7325ec51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp27-cp27m-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
f38cf6f3696ba3ea0829de0c1dcc2a729b45938b3fc22db4081858aae4bd5b92
BLAKE2b-256 checksum
How to use checksums
e575ca3b95b9f62a4942f620fb66845c5c9527e8ee333dedcb27fc1af9a1a43d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

Download URL ephem-4.0.0.2-cp27-cp27m-macosx_10_9_x86_64.whl
Size 810.0 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8d7febea4305f9257c28fe002dba531d8ee0f136d0e681a03dd9449459ab4ccb
BLAKE2b-256 checksum
How to use checksums
15552111ed77a8710073e1b877b02582467b1a68ee65abc389ea8c19c08f8fd8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

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

4.1

41 release files

This release

4.0.0.2 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