Skip to main content

Compute positions of the planets and stars

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ephem-4.1.3.tar.gz (1.3 MB view details)

Uploaded Source

Built Distributions

ephem-4.1.3-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

ephem-4.1.3-cp310-cp310-win32.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86

ephem-4.1.3-cp310-cp310-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

ephem-4.1.3-cp310-cp310-musllinux_1_1_s390x.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

ephem-4.1.3-cp310-cp310-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

ephem-4.1.3-cp310-cp310-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ephem-4.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ephem-4.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ephem-4.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ephem-4.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

ephem-4.1.3-cp310-cp310-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

ephem-4.1.3-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86-64

ephem-4.1.3-cp39-cp39-win32.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86

ephem-4.1.3-cp39-cp39-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

ephem-4.1.3-cp39-cp39-musllinux_1_1_s390x.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

ephem-4.1.3-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

ephem-4.1.3-cp39-cp39-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ephem-4.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ephem-4.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ephem-4.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ephem-4.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

ephem-4.1.3-cp39-cp39-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ephem-4.1.3-cp38-cp38-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86-64

ephem-4.1.3-cp38-cp38-win32.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86

ephem-4.1.3-cp38-cp38-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

ephem-4.1.3-cp38-cp38-musllinux_1_1_s390x.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

ephem-4.1.3-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

ephem-4.1.3-cp38-cp38-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ephem-4.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ephem-4.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ephem-4.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ephem-4.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

ephem-4.1.3-cp38-cp38-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ephem-4.1.3-cp37-cp37m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.7mWindows x86-64

ephem-4.1.3-cp37-cp37m-win32.whl (1.4 MB view details)

Uploaded CPython 3.7mWindows x86

ephem-4.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

ephem-4.1.3-cp37-cp37m-musllinux_1_1_s390x.whl (1.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

ephem-4.1.3-cp37-cp37m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

ephem-4.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ephem-4.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ephem-4.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

ephem-4.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ephem-4.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

ephem-4.1.3-cp37-cp37m-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ephem-4.1.3-cp36-cp36m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.6mWindows x86-64

ephem-4.1.3-cp36-cp36m-win32.whl (1.4 MB view details)

Uploaded CPython 3.6mWindows x86

ephem-4.1.3-cp36-cp36m-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

ephem-4.1.3-cp36-cp36m-musllinux_1_1_s390x.whl (1.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

ephem-4.1.3-cp36-cp36m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

ephem-4.1.3-cp36-cp36m-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ephem-4.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ephem-4.1.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

ephem-4.1.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

ephem-4.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

ephem-4.1.3-cp36-cp36m-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file ephem-4.1.3.tar.gz.

File metadata

  • Download URL: ephem-4.1.3.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3.tar.gz
Algorithm Hash digest
SHA256 7fa18685981ba528edd504052a9d5212a09aa5bf15c11a734edc6a86e8a8b56a
MD5 c2249ec600238e0af3d12a70871563f4
BLAKE2b-256 245857f6bbe3d0c85c4321221c0442ec813b5c2a40e2445a29ff07f0f2f7df88

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f0bf84810c9a81a23e5640373f3a5028b75a5e3f3c4834de1488664df4bde5f5
MD5 cc5cd86847f86c5956dc1ec46407da6f
BLAKE2b-256 8b882b6ddd48208ecc372d602217d98f8e3947dfd44dc34cae5fb57a932e3da6

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: ephem-4.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 785867b1687332690f457e55b5a7adeb1c6dc4418283cb8821f3099d042916dc
MD5 b57df86fd523d2d28225ce831894b5ce
BLAKE2b-256 30a9a3677e124df8e091dfb7d80f9576cf69f133f3053ea78d610170d018c236

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ad727401c249a51d168c8eb21fe689a4a48aff9bd73b30be9b50d96de8b1936d
MD5 533eeb3031b0d6e08fb0f91c4eb7f7c4
BLAKE2b-256 a20bcbdbe9e259dae93d6123aa7c2a32dc2aeb5bb77a8d9d0af6a1852ecdb9dc

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp310-cp310-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 4b0293f478670ba42980b1e2b5d29cc7abea6ac89cfe86467732a988d7a8349b
MD5 49ce2f533397115c5ff367eab57ee00b
BLAKE2b-256 fc4d51451d8e1b92caa0b4ef8ae47e26e135fa0e6f5d9f369453b7bc659051cc

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: ephem-4.1.3-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1cb62859e0b8ea9c4285572a457fdfeffd16345721e97e3320af6b076d0efe32
MD5 5d9432a0d28988bf7c10fcce434fa38d
BLAKE2b-256 41e2e7028257b9be64a9e5ee2da26f5e1c00e73080c18356a8c1db0e384388a5

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f00626299ba57ca7601095b24f1ca14f13fed4fed96f7bebeb919db836ebe600
MD5 65f5e2ffb0409a9c6b7557d6bfe4cf8c
BLAKE2b-256 b790c39f6367672e54d34aa983d22d54574c6b108d4ff223f3c2488b59f3a672

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bba82fe6eb26f69992aab20b410079ea976c926cc27b8708695e2932a152e6d3
MD5 c843c992563c9e4ef24139d1df9d87f7
BLAKE2b-256 1c46481b847dd9d9418ab81e29b937a2fbd639eacd0c8959cd39b5ddc9fddc0f

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15172e06381dd49ebbc9bc0987c6fa1f0a36eaac082d28d3a63dd53c5f208d54
MD5 2d6f8f14f96a9186062322ba1e0a967e
BLAKE2b-256 7b9c29ed4d51c0295aef4f5900f49d7751f218f6e067b235b41731c1977567cf

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b704b2a53a216903bd852aa8c91ffeaa2cd854632d7f4bdd49b52f81b3508906
MD5 a40c53ee8d0642a4ee9c7def607e6770
BLAKE2b-256 b022e8ad90c60add9aa359dc78b604e43a1c59ba1f3800b0cdbe890c65432f16

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf65bfd4753f2aacf5caa1c5b8bcba276b03cb59f13e9f2d9850c93efaf47fa7
MD5 0e9363d31c5becb43961db29b407e8c0
BLAKE2b-256 1daee6d51dfc81dcf55e87c31dc22700768e2d88ff8c06469ceb16b989644373

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0dc6e240cacd65820ec39687233d7de1cfd1ff3bf83fd62337831c201cd80d47
MD5 333a267d2c825b0054f5065eec6acc19
BLAKE2b-256 7b9c8985ce2cfa8e858e0f90f72ac7803d587571e43387dd6e940e80df7e62d6

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 998088155eb9262988eea18d31d3e35a4f15b2691f26c8b1c01fae11f7bbd5e0
MD5 3cd981f350a30e2c1060051620bb9dcb
BLAKE2b-256 e62487fb5cdc8e1ae594ccb0f0f2cd9fd32304a3d2e39d1a3f55c0167d4f98a8

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4404f7c3f9684ede423e22774c28bd105e58c2d11b497ce4a38b33d9173c3c2a
MD5 f79977b095392f15ce6a62cea733820c
BLAKE2b-256 6b8fe0316d52ead8b19d16d36b506960053fe40310452a7f7cd914db4dbc4290

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bc3cec17e6dab785c4a8bf3d2b166960009a76f8cba2b85afe97ca9b0e406812
MD5 d3c7b1dade9b84e2aef8e917ab4d1818
BLAKE2b-256 346d92c2a1f4938250e34be9423a846b2375e31a8e988d5622facd5749a07799

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c43a4a4b18819c8980e3b0a38754abb16bd6aac7ef2426a489ccd4661a5b0918
MD5 eac9544193044772fed5ca9aa1a9ca9f
BLAKE2b-256 adba3e803be829a64f1e5b6f448c1792f563acca7e87522dddb011147df2b9d8

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d360b3b06ed691fee6047969391675c994e5f73e64a594a6c493f62e3d98886b
MD5 51df95bf56a61d61daec50474a3502a4
BLAKE2b-256 64de006b5a705d432ade289cedf37d6a68bc0920e55149c2a32394f51e0546c0

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 14e92281fe852daad9c01b573f09f56a1f2c121172b16028fab8d8790b322fb3
MD5 e9680dc8e209e46383613bc31dd41012
BLAKE2b-256 a657a22d7d203b75674f09d2751b6d48a251c540cdddabf4d2ab72b92f693b6f

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cec1d0b09b201f1ae066703baf7da69eb92bbef40d031e90a4f8b854e25b15d
MD5 f5a2a2de36996dd4270b076ebfc3ce27
BLAKE2b-256 1c4d80f61de2691f85400fd58b3ff3b4a30d7668406dca606c29a6a62e794b0c

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b6d850458884baaa8b388c7b16e800b4442e0c5e1c12f70b7e7eb8585e320611
MD5 3ded8bb4f034a440191c869693bfb6fb
BLAKE2b-256 6a29bf72262904513d2222400855bd7b829998ac15d40cb0353cbe5bcf683733

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12ea07382e6b83d3523031c11bb09b2295efe22baa6720d21330a1abf84f15b9
MD5 ca977584cdfedd9287607976df1c1425
BLAKE2b-256 80660fdf70889a4150d0d34350dfba0d4022d8f20c42ed6713289a9e2b4550b3

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16523b385eaa30dd22b1168934eb0018d7e375a77103ef5897ac6e28b9757de5
MD5 fa7b56139f616d8f2505b3a5666735db
BLAKE2b-256 1a58ab295aebfa6408a5722ae5431b4867af18b0379140d56cd36bccc7b85e29

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cacb482b8332cdb2203ee6c08967d2904f0c15d7a3650c8f5fa21345a9e5d50
MD5 e07afcca5d8e645364989ac6a4f126e3
BLAKE2b-256 1d0ededd6e3bb47800b9973d85ed7427e6da0e7772578f7e4f854a326bec6c08

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 66b6372ecf711eaec600a665b77c63c7ea405f07c3d17dcb1909837ce38dc697
MD5 e4e2de495227ab5f250eae3d70a5dddb
BLAKE2b-256 7d647ad57fe387756edfc1b97ddd5bc185ac5375b4429c85d2a96761cf3bf38a

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a0c30759ce9d9aeb0ae9895d559cb70dfe2468441976ae2f969a55109991b635
MD5 cc8baa396fbe4855e84ac509a0860c7a
BLAKE2b-256 7c45e44db2a4fe6e5a4f39d59052d104a047b4df7990f3fd47ce73366501ee3d

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 59af6692282d333011f358dba0aa485f911551a29862e7814f985100cb458f97
MD5 174941043771f2dcac4cc7400e75548d
BLAKE2b-256 316adc8033cc0e3b56e85c1afa60e8fddb2511e6275617769046d0b74548e7f8

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 716389d59e61199d90d1ab798c920210df3a91786dfe8120bd1e8f1cb94ed58d
MD5 24634f351926f69612c1ba815cdb5e30
BLAKE2b-256 0f8dac6cfd47105873b7e8eb9ca9d4ae6e5d561f28f6db4c84e59d4e4b1ff654

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 095df8ebce8f1d4f9fbcc03f986ff03d17d7d2e092a348bcf70d3c786665f26d
MD5 770d2431e198bef644e00bc94e1cd76a
BLAKE2b-256 c2d143a5d61b298b4ac9919e23d4adbc202a710575007c5516eba806de2374d6

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1a2acf37062f16e7d2004734f2a2ebe9913bc6438ef906cf15c775c170371de1
MD5 0528abe19cb08015fd9e2dc8fc454410
BLAKE2b-256 895721f6d3d91d1be9a1bc156c9b54602442f1f88d2932a37cc5c9e8c7458edd

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e2de3580e5da21c35842dc904d7dd9469f46d6fd90c7c1159081407c1f7d302
MD5 06fac3baf31d9b5ccc585a2647363d25
BLAKE2b-256 bb9c12b4439320ff280f0392e1450bc0038d3dc3ae586afdaab6d0bcd70ef7fa

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f2e7d52a5cf35c76c2ab5786f4d2001fc8a594c8ac4b343b3be769f4e39fdcb6
MD5 acf250b99407c19e32b082d6ff2a0e7d
BLAKE2b-256 87db86bb12232ff4ef8bf57f9e6b93d509b1249acdae8a0b978dea73e78813b5

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 930ea6dd158630dead65c5188114c1d9dd50bf751548030c9b1ec87c275aac4e
MD5 cbe4a373a1617ae0e8c729870194bda3
BLAKE2b-256 6d50f7a0b2b1e2f95afacec4469ff9c5387049ac849e503870ea399fafea80e0

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 56d46e37e354b0ff53aa7db6348ffc052b39d1de10958c454d2209f9780f854c
MD5 291cd3deb7acf966e541e124917f38aa
BLAKE2b-256 5152492ea238a91a96319693d80e7eba55efbc62d7e83d26927dd622763d48e1

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5773f39c15c3c5787279a6bccb329366ae61157057aab1d16e4184bb9c03510
MD5 fa275d7e029606056310c3b588964a10
BLAKE2b-256 5be290903cec319c29985a196729694dcb121e7506326a871ed22403be98f2b0

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 75f46b2356ebaaaf6ffcadd3f91872429397090573313207446ac759a2b6b3f4
MD5 6b8fce572fa360a98158907def7e69c1
BLAKE2b-256 039a16a63539953637eb22488ca635c9f5f77fceac78570fd78838bfbf3421ed

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: ephem-4.1.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fbf558b4d70991f2a38c80d30b2a0209d0d0b02eed6b1522668f3206e224959a
MD5 edf47b659562f4b6b963d6c41e84b5d4
BLAKE2b-256 c85e8fc0b8abc72f6d7e05c88ebcf7c4ab1059de52877fcb225d550f4e767817

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 451ebe0d54a266aacafdfda5ed86e77e94a3fd4d4ebe98cb30c0b8cad3f10119
MD5 f31ffdb4e7e7d00e20f7f903f86fc3cf
BLAKE2b-256 ea6ac998d8d5013372ddc7612a186e3792f58cbf75b7eaf04c347d30bebe949d

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp37-cp37m-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 8119a645394d8ba70db330fcd2f21f7c33fd11268792fb58a44a358f9a964741
MD5 10679320f0f5d847b8d63bf3835af6c5
BLAKE2b-256 c002441a9fa5d4e5dbbf0e3952b8d7748757c757a3151e9ae02991f2cc317c64

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: ephem-4.1.3-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 24b6935cfacc45edd341fea9d91d23d6308d7170d89c14208a8092e2118124f3
MD5 58536a99250ade0d29b607d4c641ab7a
BLAKE2b-256 d839adb2b704b6161cfbadd64409e6a83092ca1029e9764acce13eebc277dcf7

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 11cfd78f79dbeccb7173cb7c56bc2ae05ecaab06f3eaa56856f823ceac6fbbb1
MD5 d4c219fc6a7a701b31e6a51f2038fd67
BLAKE2b-256 a195b71f068ec814d186c19fe081b834a4bad6bc2ffe34b0c42544c6ea15fad5

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cae55cd50b8a996fc25c2c24ed9755d4ddf5c6adc4215b2887b146db2c83334
MD5 c6cee37eb533e830a6928ed59af5160a
BLAKE2b-256 a7cf9156b44d0e884b337f3744fc265a0ea7ab41d7b9cc3aeb180887d8224512

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7f93b3b4fb04d8bfe8da8e1610d4a2a0e55d5d6ebc75f570cbe8d0f2af16c8cd
MD5 a2f50cd39a47d775852210994e6d2bb2
BLAKE2b-256 152ee8e308b149a19f87db8c3cd6384042e6ecb2f724673461da62aecbd143c1

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a76d5328b41f1f44627027adb90a5a094d5d734df2ce8d572a3bcc08662ec27c
MD5 ce930156a23da63566f8910137c24f24
BLAKE2b-256 4ea4035de2bb9acf30bc451286441b78fcc0bcf146252473620bd543aa82f446

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b332fdb1e5af07a4389135660baee89de8093e6d527155cfc5c79a60081102d
MD5 1dc197ba064902846db92b6a733e0caf
BLAKE2b-256 0ab7588835847449c4b425b6bd7326030009039f0b35a1888c6dd5c4978c1963

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6981fcea704bb5a4748bcc081708e35be3a001759ca2bfda4415452cb03796da
MD5 8cefebe97df63241a9e46f685773d4da
BLAKE2b-256 df006a7aeb842915aac24d1f682d04ac861722354e0c727c089cf70fd78835e3

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c7120cc6044772d7c8d5d199c95aad6ac0d77fa193d7472c36c5d424471d6ff1
MD5 6fcd4f529d541e6b3cded1cc58267eed
BLAKE2b-256 c08f2e4c890f2bd74ce8bffe8d70588d5e2cf4684479912efa04d63625b0c04b

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: ephem-4.1.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5ab539c12c96397047a64568152393a7b1ef8257d60874826c07e97d71d10366
MD5 2bbca31b28e6c63e7c5a5f6e77593ea2
BLAKE2b-256 00e8f913642fd262a3e9763ae7432fb13396c191863ca1537a511a717d14c8e9

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4b442afd12eaa44e0b48c1a38b36da52e788fb12ae641fe766afcd63c432944a
MD5 de09c6e12dce3b3968d15918ba56b02d
BLAKE2b-256 e83805b0f4a683acd75d492bd54e9f3d232e39be48ab11e985f2675e4bf3b4b3

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp36-cp36m-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 36196e8ee79f770493f3aaed4c7ed6d839950371a9199e90cd165d207c252731
MD5 68f10c3d0d55913c6f75acce4092807f
BLAKE2b-256 835aabbfe6ff50b01f6e1c72b7298efb458005f408f2a4f6000278fdc05fee51

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: ephem-4.1.3-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 097c6e89ebc27fabc805e76b4e35282c71772bc97884597ffffcdb41c66642d0
MD5 e599d12146609f0b8640cc31957b8bc7
BLAKE2b-256 28210f6cd92fdddc28baa9a70fa73e0fcdd72ab3b934c3bc20822d5915a2078a

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 38fb1411e5d9e212b10b952bd3c0bba6c1e1b424d2c22507623cafd1ad5d1678
MD5 90ed107432d855bedf2c80d087331258
BLAKE2b-256 1eb64dbe79b4e66bfcbd67ae148d409d6e9eecfdd9f246511d46dee59cd87c7e

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4adf44b083367f60aeedb2693aff0598b307321b8f3b20f1e6d7022d0f517a86
MD5 f3ee844a95304e4e7eff17c17da8f96f
BLAKE2b-256 b97edf029a7800beb4a7a2f848dbbff98d33caa3f2d98db0a8bee4cf53515430

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.1.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f42e86df0cae3ca8e1c7c40e9b68da4c6472b22b8e5c8093e7e551077798b17
MD5 66ed559e6d1fb6d46225cd113e936f5d
BLAKE2b-256 154003695dbf2b7e38c1675bb755622ab81326195d69b1f6d5a814a1ef99009d

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63ab03db1050c6f8b8a358c4452f667f7c04719f07ad3583368c80871cbf6fe1
MD5 0aa301a436db93a0f28067a6dbba4096
BLAKE2b-256 8fd27fd9f8cbf1882b379673875b35396ba851d90ba7413273485dfac7a5798c

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5035680a51ba2531ef6b9c9d35db17f692d0a752cb9ed2d36c6ae2df41db9207
MD5 0ee0e01d9e9a471d75aa6d0b83df7ee7
BLAKE2b-256 e22e2600d00e4fb2a7f966fdd04018bb08ec54110f349fa879dc83c3175f2671

See more details on using hashes here.

File details

Details for the file ephem-4.1.3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ephem-4.1.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for ephem-4.1.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 beabe324957356b1b456301e5e1f7819b20ddf4e60dbf8024d28a1fe75f81508
MD5 47ae17b3b0a9ca68956897c1e8d9fb6d
BLAKE2b-256 57f98d495f563a2c2a0384fcce0853c590e65d8d5a7a246c4be8656afb362bcf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page