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.0.0.2.tar.gz (738.6 kB view details)

Uploaded Source

Built Distributions

ephem-4.0.0.2-cp39-cp39-win_amd64.whl (809.6 kB view details)

Uploaded CPython 3.9Windows x86-64

ephem-4.0.0.2-cp39-cp39-win32.whl (790.3 kB view details)

Uploaded CPython 3.9Windows x86

ephem-4.0.0.2-cp39-cp39-manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.9

ephem-4.0.0.2-cp39-cp39-manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9

ephem-4.0.0.2-cp39-cp39-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

ephem-4.0.0.2-cp39-cp39-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

ephem-4.0.0.2-cp39-cp39-macosx_10_9_x86_64.whl (809.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ephem-4.0.0.2-cp38-cp38-win_amd64.whl (808.8 kB view details)

Uploaded CPython 3.8Windows x86-64

ephem-4.0.0.2-cp38-cp38-win32.whl (789.9 kB view details)

Uploaded CPython 3.8Windows x86

ephem-4.0.0.2-cp38-cp38-manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.8

ephem-4.0.0.2-cp38-cp38-manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8

ephem-4.0.0.2-cp38-cp38-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

ephem-4.0.0.2-cp38-cp38-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

ephem-4.0.0.2-cp38-cp38-macosx_10_9_x86_64.whl (810.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ephem-4.0.0.2-cp37-cp37m-win_amd64.whl (808.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

ephem-4.0.0.2-cp37-cp37m-win32.whl (789.7 kB view details)

Uploaded CPython 3.7mWindows x86

ephem-4.0.0.2-cp37-cp37m-manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.7m

ephem-4.0.0.2-cp37-cp37m-manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m

ephem-4.0.0.2-cp37-cp37m-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

ephem-4.0.0.2-cp37-cp37m-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

ephem-4.0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (810.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ephem-4.0.0.2-cp36-cp36m-win_amd64.whl (808.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

ephem-4.0.0.2-cp36-cp36m-win32.whl (789.7 kB view details)

Uploaded CPython 3.6mWindows x86

ephem-4.0.0.2-cp36-cp36m-manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.6m

ephem-4.0.0.2-cp36-cp36m-manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.6m

ephem-4.0.0.2-cp36-cp36m-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

ephem-4.0.0.2-cp36-cp36m-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

ephem-4.0.0.2-cp36-cp36m-macosx_10_9_x86_64.whl (810.5 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

ephem-4.0.0.2-cp35-cp35m-win_amd64.whl (808.7 kB view details)

Uploaded CPython 3.5mWindows x86-64

ephem-4.0.0.2-cp35-cp35m-win32.whl (789.7 kB view details)

Uploaded CPython 3.5mWindows x86

ephem-4.0.0.2-cp35-cp35m-manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.5m

ephem-4.0.0.2-cp35-cp35m-manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.5m

ephem-4.0.0.2-cp35-cp35m-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

ephem-4.0.0.2-cp35-cp35m-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

ephem-4.0.0.2-cp35-cp35m-macosx_10_9_x86_64.whl (809.9 kB view details)

Uploaded CPython 3.5mmacOS 10.9+ x86-64

ephem-4.0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

ephem-4.0.0.2-cp27-cp27mu-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

ephem-4.0.0.2-cp27-cp27m-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

ephem-4.0.0.2-cp27-cp27m-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

ephem-4.0.0.2-cp27-cp27m-macosx_10_9_x86_64.whl (810.0 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: ephem-4.0.0.2.tar.gz
  • Upload date:
  • Size: 738.6 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2.tar.gz
Algorithm Hash digest
SHA256 d03de73ebf6a91681d597eb5b5d43bcf6f0c67e292bba2f9a974734b4f15757e
MD5 1822d4d6d319a6a5ce977839c2bcb7b9
BLAKE2b-256 5a41cebd38997f50bf456197756e617f57ace872cc8a15529f97036969049831

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 809.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f1d9fec04e41a8b00e366ba9c2aece5a937cd36504173f6310e7aeb218c2fc2c
MD5 a2769922a6d334332fa5f51a39f4207e
BLAKE2b-256 b0757ef810f3d6f254c579b64c8c11cf9864335011475df5c7c6c3d2fa3d43f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 790.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e10fc9715abcc924dfffcde8438a7e0afe574ee99afc945a729fa88739fc3289
MD5 208e0cddb1d07587367bc44db85cff32
BLAKE2b-256 ffd53fa1edba0bc16606e2388f1ba3b8a38ecc647f15fe4543a54abf7342bae4

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp39-cp39-manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp39-cp39-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp39-cp39-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 27fd1afa205b31fbfd3ed6618470b29738112b0bc07b330960ff95053446683e
MD5 ddaa390994525ca4523ee89fe4410509
BLAKE2b-256 29579c3322b7d9b01e17abb2ec04b823df9469f7d86c812daa3e1592463900ce

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 582ef4ffc52e9cb737291a4763aa28e3dfbad04d3713d88661311d8cfd9894c4
MD5 dbbf5b798cc864f7e06c51eff5e8f73b
BLAKE2b-256 944e8a5e1672eb845329feffd380279b40f56e50a41b9d8a660a58bc3356120f

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1066dd87d1d8a52cef8bed27c3135601d6124c5e9b25d989ab1f9f54461d674f
MD5 ef363d21906424f41160ff5c45050e33
BLAKE2b-256 3045488dae5258e01460e1cf6178db82ac2d0d8ea62e676087e4d881aa07f13b

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ea90124c1e23cc599757ddfbd34ecef7452b82d2205e1abdb5ad6880ae74942b
MD5 d81e69d99f767b44c550948757a5ceca
BLAKE2b-256 62f48c4a4c0752b4cfbcdaea31362dd9894a24898d79b3fc1564d1b1f62514e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 809.5 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d21ec00ba43d7034dd51594339eab786930a6ae0569a4b168cbb20932be0671c
MD5 74fd74f3059c4d35446d8bc98c21d60b
BLAKE2b-256 ea5e03f5562a0683d98ca15aa21686a837ff4791b89e5b60f986b8d3f97817a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 808.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 be60729ca6569b1fbbdd34ad965f4d12aa739ce919b0b6182b0ac32c6fc2530a
MD5 79f3a5c5f6453d3b211e7e3e01e26b1d
BLAKE2b-256 a7b022761624df60d0722390fa36267a6baba3b43bd93efa205054cf2380a2e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 789.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 375e486e45bbfe2fae98e063d1963bddfff05e160fb17191da61b6fb03e37516
MD5 9ad3a7ebe4e7bc08c12f40a90901d4d9
BLAKE2b-256 3ff45d66388f7712839356d54592e90528d88dd5502ca4a25744a61042f3fbb6

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp38-cp38-manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp38-cp38-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp38-cp38-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dcd372ea57185ec12dc0bf9bc9fc57f00d8efd5291a742828731fb3840a789cb
MD5 100f25aeb0fa6b51a1a9daa2fa8faa89
BLAKE2b-256 963a1ea63f9690e5a4d172b85d7305df28118cdf67b70441606d4c29165c110d

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d5e33e5dfbdcb3c185f2b138037ef54d4a258478704ca8206a82a41db6e41fe
MD5 9da0c15e96ea733b569ed4e638176980
BLAKE2b-256 209256182b4ad17fc66a856ac92e111984123e00a09a3c617cfe9fa353ea59b8

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 86df088522ae40443649be14da0a584acc3c2e89676b523293437be9cf40908a
MD5 535b142c6c10de394101aa215701c4bc
BLAKE2b-256 99367ad6989b8832905122543b32d49ec5e6ece083b5f8ea8065d371b05ac4b1

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1670ef5b538c5a011e0aed92f3f71ce21f973c097d21c3953e9da9ee6577f0b4
MD5 e9faeca44ab5ea21ff67637db6c1065b
BLAKE2b-256 fecb73234e3bb0637cde0e814198a2243174aaaf0102d6a4c3d36bed4a6d19f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 810.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c67ada1549928228b885ffe7264bdcd99321e0eade410ce9d74018a6cd3cf422
MD5 c74c9f4e4758bc77fe3f54270e888192
BLAKE2b-256 4c421eab33e27bc18d1ed20b6879936118ea7811f5f2d925f60b11080aeb317f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 808.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a70b0b1d06256086422e2bb55fb8451bbd20c63144cba047cc174f4bb1035a61
MD5 9d41f958ce88c43d31f649831c840747
BLAKE2b-256 c9852b71781abd005bc1e7e866695203c7b717bbe107123ddf711ed439679ae8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 789.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f5f76e5c65da92934946e76d093f68624645ba441102d7821a6d0f2d11ab655f
MD5 7822d27667dd9b7c940be01b8b0d05d4
BLAKE2b-256 b9214e7b2883e791866a7a4de15eb53a6b2835433ba0a9fe0a8628259f0ac365

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp37-cp37m-manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp37-cp37m-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp37-cp37m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc5fe92b349d072797d1297357a75f50daa662fca3c87fc0dcedb4edc5f39869
MD5 627dd87a7481931e88bac658fe01bd4c
BLAKE2b-256 a0dfe28785aca501a14cd0cc788be9966f956f6e7a9a7301e279faf3ec9282da

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3461bdc9cbd986517379e16817a03ce2d579ab91f6b4dd9717e60a02a51a5ce
MD5 238f4e0687438846e8bb5dc97e026ffd
BLAKE2b-256 14d4f730d72bbb1b00fe2c7cb764de6cf6c872cc5923e2c90be2408be840eea5

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7383a7e119eebce8e1153f7deff1ee0c764ef339b57e0efe9787b0a60a8bee46
MD5 3c0080a38ccef67aeb531ce536d0ad00
BLAKE2b-256 9e15fede8149081ffd3c1d6510d813c18cd78a6302e2f3489e26a329221ea3c7

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ee47fcf845e94781672f84138e9d5b5f0ab3a9f46f8a63f6a49fddd9cb302cbc
MD5 56969141a98b92776f89517bcaf65f48
BLAKE2b-256 16eb879316d87c7d17207d866a726962495c8b6f6be99b3dbc9c706903888408

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 810.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7be194fba66d682ea7144b43b42ff936e1900c2b714afa3c9dd48f167be9ecc9
MD5 4e6dede2c1ad930fbe5138b737d16b30
BLAKE2b-256 41c0bb3bae919b5fbd06a2b0b70c67a1db038c473a6c432f541d595639c5d6eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 808.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6dd2c480ec6193e5f13e182605b4a6aa2fc682b9d4b24c95b16eb8706b27d548
MD5 8412c4291ad3085527e4fe1bc1b3d420
BLAKE2b-256 374e27fdbf598104f57273515a580a042bb26e5dbd79331f40692055a2d32a8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 789.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1d5410a30977cc9c4b5d34b1fc9c450cfe3f0764c750fe8706276703ffb9faf4
MD5 48c49d323b91d10175b1e8307a8a12aa
BLAKE2b-256 37e4bc587edb84eb388f6fc70f59ab0dcffca92d66a92c18f21d1173b0dcdb2f

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp36-cp36m-manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp36-cp36m-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp36-cp36m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 32f534d418bd75d37fe9379508eef6bd58fdc4c6f5f8ccee8167a426c3dbae18
MD5 7324b5bb44cb885b18c9f085ff4474c9
BLAKE2b-256 f761ffb7db5483ef1c18641ec5ba236033aabd8813c20b0d40201d22a99f084c

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1e4d92e04f187aaa1779f272778214b11f53456c0edbe29c7630a20fd5a29f0
MD5 b4826f2f3a53ec60e522c3e9d1bd5061
BLAKE2b-256 c707b88ab8d1d2d58cf0985c2ea679edfc8866e7fa31f34ae83d1e5ebccae99e

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 65e5dad6f47932ebb1a0f91af67fa1d6ef4bdfa25035f978c6e33002607c62b9
MD5 c31afe29e9920cb5510d7c8772dc583d
BLAKE2b-256 792e8895c4df8b463436c8b9b64da65411fc59e46f87d91e93f922b6404bd2ae

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6732de67ea31d84ae091b1efb1a3c55eca6f0b9db2551f23e6fbe46cdb1340b0
MD5 1880c8c1d5c0a97ff63c904dca3ee07f
BLAKE2b-256 29679b901b082c49acca0d511e3493c182810644fd9d42a7f02c701ca4b68bda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.0.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 810.5 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 669a664e020eacffe244f053ebdb67a7c2a0bade0297a8d58f9494043126ccdc
MD5 370dbdb8315553bd8a7d6fe882f2bbbb
BLAKE2b-256 ff01b45a9b17d427f956d8c3821bc590719de9fcfda7989ed3b2396c6600792e

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 808.7 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 b33d79e92b9c5a5f4f65fe35b337ea743518307eb8cb6f41b77430673da35332
MD5 f3ea426101ea59dd344227a445338f38
BLAKE2b-256 f218fe649d9cdc6b5a5fe314813344e05f0a5440182d165feb12c2531093e490

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 789.7 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 fa2163ed6562521a261f42d8a07d2b50991511f3e0725b1f64c07889fc9414ab
MD5 108f1a6968d0228e5b1d87434014f516
BLAKE2b-256 b2cfa80134b540048ddb8d9bb8f03f46974f9e51a182e0f74a64017ad338051a

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp35-cp35m-manylinux2014_s390x.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp35-cp35m-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.5m
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp35-cp35m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 029dff6d8212ea9c63a8e34d1e0e416833b6b1888642ee0b7c69eb983f55eda7
MD5 b7e6935d9aa9e55c8c41053d3da4baef
BLAKE2b-256 f437217f6c1dd3bb1efdda42e5afeed1ed540127c91510b64a9f6db0fcf3c657

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp35-cp35m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp35-cp35m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.5m
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp35-cp35m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75736183d327da14afc99751bbdddc2bfa91b7f978f216f7ee7e404e8155903b
MD5 fc69cd9e48688a3026f03ddcebbf33f8
BLAKE2b-256 aa5cb2fb820ef9e808c876b3b4a5253baca8128407e50ace889b8b3d38c5e559

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 665485e788c7fc27d0885f8932346babe76d15def396179ead60ff7222b86165
MD5 c08f9e93ce56e5284942cdd4490831b0
BLAKE2b-256 3f69015517cbe6c54ce1802345f4525af059bc9343a43cfa3332f777a0629f61

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2d679fbbc87161a9d48f462f972ce58b39e46df6a1025f55462478e86098cc52
MD5 1298e2ccdf336c2bbc25383f9d59096d
BLAKE2b-256 904fe27036bcc3c7756d3c87372a6480f0281190471885ab98e4147db6247077

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 809.9 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ddc93438de184b44397352fd204b6e08c264a70bf52862f1ae729a83f5b83cd
MD5 fcd02721ce93b5993856d58d7347d47a
BLAKE2b-256 efcc514f27c5ed3fada371884bd161e4e97be2f55270aa31cf4ab9ce8a768427

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cef85182ec6f724b961d48a609ac50b45aaafe0d6c4e988ad2a42856149e8280
MD5 e5cb417f239964a2dda6d4b7ddac1351
BLAKE2b-256 71c27165ebe61f8a5b54eeaeae6f23e38e67a302a28bd486df63f52978963bea

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 065e0a36886e4dd03e8f3ccda44112f24557838332e45ca7844dd03f5f95f393
MD5 5f42676d73ea928a63147864fb6083db
BLAKE2b-256 ea8f5c7097cbebd3fedcfaa83837a168947fff25881a2b0de4b4b943e00a8947

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 02a0500965d624e0033f18e297afc80695f976d24eeb4f4c6c1c2edaae69d7df
MD5 136bf51d05f919715a3db4b0f0b90252
BLAKE2b-256 99b49cfe06c8e7b2ac4d7786584b1a75b6c1670f0de599b48619257b7325ec51

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f38cf6f3696ba3ea0829de0c1dcc2a729b45938b3fc22db4081858aae4bd5b92
MD5 017764a1e0cab23cfe2e0572d44d1e98
BLAKE2b-256 e575ca3b95b9f62a4942f620fb66845c5c9527e8ee333dedcb27fc1af9a1a43d

See more details on using hashes here.

File details

Details for the file ephem-4.0.0.2-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ephem-4.0.0.2-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 810.0 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for ephem-4.0.0.2-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d7febea4305f9257c28fe002dba531d8ee0f136d0e681a03dd9449459ab4ccb
MD5 fe9d8ea73d984a1e995eea9397f77996
BLAKE2b-256 15552111ed77a8710073e1b877b02582467b1a68ee65abc389ea8c19c08f8fd8

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