Skip to main content

Compute positions of the planets and stars

Project description

https://travis-ci.org/brandon-rhodes/pyephem.png

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

Uploaded Source

Built Distributions

ephem-3.7.7.1-cp39-cp39-win_amd64.whl (808.3 kB view details)

Uploaded CPython 3.9Windows x86-64

ephem-3.7.7.1-cp39-cp39-win32.whl (789.0 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

ephem-3.7.7.1-cp39-cp39-macosx_10_9_x86_64.whl (807.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ephem-3.7.7.1-cp38-cp38-win_amd64.whl (821.2 kB view details)

Uploaded CPython 3.8Windows x86-64

ephem-3.7.7.1-cp38-cp38-win32.whl (805.1 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

ephem-3.7.7.1-cp38-cp38-macosx_10_9_x86_64.whl (823.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ephem-3.7.7.1-cp37-cp37m-win_amd64.whl (821.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

ephem-3.7.7.1-cp37-cp37m-win32.whl (805.1 kB view details)

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

ephem-3.7.7.1-cp37-cp37m-macosx_10_9_x86_64.whl (809.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ephem-3.7.7.1-cp37-cp37m-macosx_10_6_intel.whl (1.5 MB view details)

Uploaded CPython 3.7mmacOS 10.6+ Intel (x86-64, i386)

ephem-3.7.7.1-cp36-cp36m-win_amd64.whl (821.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

ephem-3.7.7.1-cp36-cp36m-win32.whl (805.1 kB view details)

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

ephem-3.7.7.1-cp36-cp36m-manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

ephem-3.7.7.1-cp36-cp36m-macosx_10_9_x86_64.whl (809.1 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

ephem-3.7.7.1-cp36-cp36m-macosx_10_6_intel.whl (1.5 MB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

ephem-3.7.7.1-cp35-cp35m-win_amd64.whl (816.7 kB view details)

Uploaded CPython 3.5mWindows x86-64

ephem-3.7.7.1-cp35-cp35m-win32.whl (800.9 kB view details)

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

ephem-3.7.7.1-cp35-cp35m-manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.5m

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

ephem-3.7.7.1-cp35-cp35m-macosx_10_9_x86_64.whl (808.5 kB view details)

Uploaded CPython 3.5mmacOS 10.9+ x86-64

ephem-3.7.7.1-cp35-cp35m-macosx_10_6_intel.whl (1.5 MB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

ephem-3.7.7.1-cp27-cp27mu-manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

ephem-3.7.7.1-cp27-cp27mu-manylinux2010_i686.whl (1.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

ephem-3.7.7.1-cp27-cp27m-win_amd64.whl (802.3 kB view details)

Uploaded CPython 2.7mWindows x86-64

ephem-3.7.7.1-cp27-cp27m-win32.whl (778.1 kB view details)

Uploaded CPython 2.7mWindows x86

ephem-3.7.7.1-cp27-cp27m-manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

ephem-3.7.7.1-cp27-cp27m-manylinux2010_i686.whl (1.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

ephem-3.7.7.1-cp27-cp27m-macosx_10_9_x86_64.whl (808.6 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

ephem-3.7.7.1-cp27-cp27m-macosx_10_6_intel.whl (1.5 MB view details)

Uploaded CPython 2.7mmacOS 10.6+ Intel (x86-64, i386)

File details

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

File metadata

  • Download URL: ephem-3.7.7.1.tar.gz
  • Upload date:
  • Size: 745.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for ephem-3.7.7.1.tar.gz
Algorithm Hash digest
SHA256 36b51a8dc7cfdeb456dd6b8ab811accab8341b2d562ee3c6f4c86f6d3dbb984e
MD5 554bcc4f2354b7d0b2a8be7f58d5e71b
BLAKE2b-256 fedf7bceaef11e9cc0a9a98930bf2d7a90c71058f49c446a4b2c7cd1ccf35c1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 808.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1af920c382980fe3566a31f36bd712973e1ca6049cbe07b4624214d5e1f144bc
MD5 32bf28430a596d4920aff2ab4d1393ab
BLAKE2b-256 5a973c666b6d5c0cdcbde0f8dcb2970640c88275bc6d30353e65a14f9b0aa59c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 789.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c3cbc973b334892972445cec3deb99aafd0c57cb4e50679d5f12fc8c51b4e65f
MD5 7c8286d429b483dee8dadd15a5a2cc2b
BLAKE2b-256 b2c847603d4a7862aa1b93746775fa9851e302bc1b62a697c489dc6f851927fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp39-cp39-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdea23a7caa1178b322e6e76484d40bd021672446ff51b512f35581e0f1b32b7
MD5 ae02f7457d6408b772b8cbca5e6b6984
BLAKE2b-256 4944b8fefad908c97e7d51285b2c97ee0dfc19f561ad493a4fba121b521b9436

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5763919cdf38cd0488172711da504c3be003b7c104ccd2516cc496ff05f146ae
MD5 c1d18102dd725e2e136f8fd98f1bcd4d
BLAKE2b-256 2a0c6122b302cdc7301ab0f74d4a14f117cbd41b629963526a153dfcd34ae1f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 15dd3dbb3864fb853388e39ac3c915c72873507f54ee6b3ede0033b03465d8ba
MD5 201be2892c20997399ec1438bea0fe2f
BLAKE2b-256 686850660bfbba894dfc84f7e6e5f836b4ae1a1080e49e4e321c307a8bbac59d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1a9822bde93205c67fd3399b26868204b67d9e4442af21a764307e51ea6dc672
MD5 8fe54410281e2e66c4c68f2152a2757c
BLAKE2b-256 694ae038dcbd58a501c1ac333f02d8ad45449d618e4d98f9881c2c23375c6720

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 807.9 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7aa88d2a6d216c2044be2a3b3cb184e9c8a5022f12464220694017ea9d75209d
MD5 a1a19060b84eb69ddbde831b0d82370c
BLAKE2b-256 288d60e713611bfe1550ce45104c31e1774e629c63706acb34742c05e02a87aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 821.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for ephem-3.7.7.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4bc5140cc7218a53ee6d949110f6ed413b8e3165294100515cd0fb29aa8e3637
MD5 9361c2358c64aa4f57701c6dfc0b47a9
BLAKE2b-256 59dfe63feab4fd5de3623ce76824c9f1151a8fdb443533349b19913016bc111b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 805.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for ephem-3.7.7.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 33ad1a71b204aff123250b04e0ff2d5c3b8e9c6c814bf2c675d7752ce5896c02
MD5 3ca0da08c39481bc9d22b6a0e11f1faa
BLAKE2b-256 e93c1213d9c0a734f0cac534faa536d5618b125315f118b8f0dc5af50825505e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp38-cp38-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 095ad42e8df6a5c91e0aeb5a68d76c0800b0283f72fc5f76e6df370ae1fb5537
MD5 9c4d0bcfc6e778b0b7add3b6063dfec8
BLAKE2b-256 a9145d6689cef0af3272c141b8a9f3e453fe14db795b8899d3a4918d6a96a969

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77193de077e5fff453756144dee978e5fd6978c5c03ce3f67a09bb237e78f9d4
MD5 f3993179ff910a70ee068df960607b33
BLAKE2b-256 ad383375bcb66cb9f02e197644245319c1d114d359d4f6fce63373e625a8da30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3530bee3eb7458d86d4c399f51f5b73ad7ea0441f0b2fb03de41d623789935af
MD5 fd993f217baa2094e1a1690d832ddd2e
BLAKE2b-256 0f286bcf82eb1d45d42137d27000d730c20020c2ff30a0dbca86740507614a77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a5ddf46ced515e4b81dfd22e6408fd06a329c31c6abb10af48d392641c490b0e
MD5 bf6cc556134fc390a96043402941e0a2
BLAKE2b-256 7467cc001d3aa642da6ddb8b7be8b95c58f8c237ae01a1fc59e931eacc61a743

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 823.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for ephem-3.7.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 189fcaeacb44dc5a1684ad489542f126d99d4a85e87d2fe73864c902f0bc2c71
MD5 69b820e0eb1c6ff862ebdd6171419548
BLAKE2b-256 2ccc39a99f5fff8f811aed807179e7da63de5f86d3ebb4bad7812b1f8487ac41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 821.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for ephem-3.7.7.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 34fd228105b89fefd20608420861a75a184db1edeaf0056cf2f85d2a2f768aee
MD5 c7a49e5f6296323cbd6f8e021d2b99b3
BLAKE2b-256 8894db8a614ce94b5de66a3b8812699e607d4907388fac9848e6e44b0b985247

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 805.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for ephem-3.7.7.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 71ea3935c658ee184575fd4cc2aa3e7fd6d6bac4a1ccff9ee5549cee67ff0385
MD5 2b2de5ea5e483f125a544633c8e84644
BLAKE2b-256 c2ca4c337c8205c3d1f6e89a669a91d4e537a52f628f260146a1849abf710bc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp37-cp37m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e2aca9edb59ee2bb3c8c36f17177966bc762da04af994450c8ad61a20fb6acdd
MD5 5b2f1933395ca6b87a3195ba6b1e2a73
BLAKE2b-256 8109c5b77ca10f95bc636744b1f2502045607dc891e48b30be428d29c02a156e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ef34e3cfea0683998e867d7b8de642081e8821fafbd5e1d2dcab503c119c4a2
MD5 e5ab65b211520eec7c914b2e686acd19
BLAKE2b-256 b4b238beab99ac13676195eb8b816be061847d52a0b001d169c7742b5f05e03f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1ff5abefa230d5ab40846f1cb27d4f5583d46044fecf10e17bfb559bdc766a47
MD5 ea77fc0a22caef6a9e7ed9489adff50c
BLAKE2b-256 615aa1f426ed925747592d4014edc99b1218a654b07b1d9952072bc1f40bff63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 31e2a17ca6f8d6bd44832574fea5461938ba034e52bf551e15e1a4c8f8c6c4fb
MD5 40888873ec31ac87724a6fd4ae829413
BLAKE2b-256 776de2158a8657d47af6f63cd08fe90ecf8ec19d90eea7761e671deb27c89084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 809.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fdf5f3ed8bd46ce2bf1145b26aec65a2c08ea7c97cf42b6b439af6e7bc6dc94d
MD5 db65812eb13e48029a0a4e0e448c621b
BLAKE2b-256 a6f6795f05ac787487ca5e2d28774b332b861d543bc9bfb2fe991b55f33e91f9

See more details on using hashes here.

File details

Details for the file ephem-3.7.7.1-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ephem-3.7.7.1-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for ephem-3.7.7.1-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 e61c68f1c7d304a130bb6b88c1fca6600bbc1a1df6ca9a109b6eba4c6cbd3376
MD5 8ca2d0aebdc57116fc057bb7a1e10f15
BLAKE2b-256 a98dbecdb656ac657468a2055a81f2962256269c1dcffc43b983076397e4eb3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 821.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for ephem-3.7.7.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f5af029f8814aa8617e73b2ddcad2bd1c682ca13c31ee3b6f5825dd5cb43e777
MD5 294eaa2e6437ac922273d75ef818dcac
BLAKE2b-256 5d61678699d5fac1899b069f06f4266888c514f02c8cd94bde20ab93ba956846

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 805.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for ephem-3.7.7.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 72fdb72c813fc9780726aa732eb2193bbe1663549265ca5a746899215ecfbffd
MD5 07c5b56897f2ccdb7299e545a6741ec8
BLAKE2b-256 0167511e3d1c3ae3aec9a64d34a87f1decb4f3740bf680e3a0f9b8bf32139244

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp36-cp36m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9180d953ff4cbe89fc9ccc78aea73f290c0166b8ddb01e9c837b4639a7492ec8
MD5 b3bb8c82b5907e047d195d783c65be68
BLAKE2b-256 1aa25b56c45f1ac877fd56611e0dbbc40d70eed8b3e6d866ee77d11fcb66c77c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c25993d6554820ff11fdd8f2ddb75bf99e70db01327f09700bf8811201e9daef
MD5 4f51baed3d0ca398b727ece1a7ccea2e
BLAKE2b-256 d827b3be8188fd11c1e696819f39b49e30a061e57d49c6d427fb584af2d021af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1a8ea6a045ff669011f8ecdeffadfc5eaa519fb56ab8dd40508910e9db5ec7b0
MD5 d99563e9516fbba9c502f6b7959454be
BLAKE2b-256 6eba7c7ac20f0d5d97d3d1a35c21916c19f3420457cdb4ea70f714e64277fd1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8d586d970c42d62b1fc757a1c7c10679416a43e9e4a77391a05907159ce346f8
MD5 1e42c670ad482914d351f84cff1629b4
BLAKE2b-256 f6ea71ab98f944043190e176f7fbe06975c1cc6c1c2244f67c08a4a7a32918b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 809.1 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 592264e512b5658402e93903343eb26502c6f327df8a71847f3dcaea73908f32
MD5 bdc9d58e5c6468ac2654cb0f34bd489c
BLAKE2b-256 8c630c3032e814bc28da9d61d244e5491e121f94aeac717c3ad9ad629afbe78d

See more details on using hashes here.

File details

Details for the file ephem-3.7.7.1-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ephem-3.7.7.1-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for ephem-3.7.7.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 e10c2c8afbb9e927d46d9bf3562441da2173ff196790a75ad0e5c5ee920d5922
MD5 eb96a168d2bb1e3832703054bc9caab2
BLAKE2b-256 c3280d976a9ff6ec65dff4929ce6df6f4bb4c4377cdb380073bd85771e64830c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 816.7 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for ephem-3.7.7.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 fd0b922387df1ad8721f2fafd5dca51ce7105238f968e1532a177b781b8cae0e
MD5 44222a439d9280f08b8a8831524dcae3
BLAKE2b-256 8e5de67a6b548a1363f4ee205e4f91baf89d698f1312a8362707469713fabf57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 800.9 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for ephem-3.7.7.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 2bcd953cced045e4232bcb71d60f6ba237f7944c880e83e74cc959449b192dee
MD5 c994298d49facd0b509251b427fb2709
BLAKE2b-256 4f43305340db9c3dcef0afaf9684214d4589c02dd9cdf0b8937cf4d1c96f7df4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp35-cp35m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 562baaeb3a46cf2248f97d2ad80092d747024e5dea62ebe50386a04b8e506c10
MD5 79c9e6e536635a2b52e009c77a7c1eaf
BLAKE2b-256 8d53fee522c1c0e08752ba19cf61bbd62d119c5f81649146dc1e94756fa936c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp35-cp35m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp35-cp35m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06029db6b26f1764ed009360de8530f6cd759411232b3001df1b69ba6afa871d
MD5 e4459334f144c87362019bcf89d57e89
BLAKE2b-256 9fc3b581d916811c8e4a7d7bf8b53890bc48746ac047db23e12902b5c8f98204

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f0959882bf73c8fe1cb801f42b0989e0ecb9d84b99eb8b8f70d61d16767a1e8a
MD5 c9547a8c7c0d39bb138e57e6dd282e14
BLAKE2b-256 a25c04963e276ff865911b92b7b2f66705846b4aaefba3d6deb9e6315722b33b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7f781d73e49caf7989c503a948471f1c8c1f738a450d557413999fb732f4dba3
MD5 b3f7cd7b31f4c08154031e2fd89839cd
BLAKE2b-256 b122ad2be5f570c494de538e7b020204a9d78afa6aaf92311886b217a7b87bba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 808.5 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1d1ac8dc9be47dc6c7ec62800ca6557d03e8be3716c2a10ea0c8f1198c0a701
MD5 3f382a8b3b48d3f9718cf4cc00fd3ec5
BLAKE2b-256 d7954589197eb29b075b264b3fe3e42efd5e22f6fcd0573a0d677251b7344447

See more details on using hashes here.

File details

Details for the file ephem-3.7.7.1-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ephem-3.7.7.1-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for ephem-3.7.7.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 c6081a9791e9de6511cddbeb9529bd5550fdb6f9e2a8dc9c2ec85911d67c6d11
MD5 950aa819c30910152c5fcc27c4f966fd
BLAKE2b-256 2e4f89f064db33e84817a447446895e9fd2d523696c2be64b25ec7506aa74ef8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ff4e1584cc232d8bc4aea405346eeb8a24b0fbe84c6331d4edb5d4456d19f1c3
MD5 efeee55dc101e06a3180f609f0f27da5
BLAKE2b-256 eebcbb21286f8836047e828e176715d4764ed7f3807f2d7a43fb30a3ffeae48b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 37fd1abbebb821381d2865064a6fa9484ffdcd2161cf92193da8d42da79aa7db
MD5 351cb20d9aed47f8004547700d7c7ad7
BLAKE2b-256 507e5c3b8f302ea84d56b9c3214d9886ec133714e3a2a09e25dec0fd1ca63ed0

See more details on using hashes here.

File details

Details for the file ephem-3.7.7.1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: ephem-3.7.7.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 802.3 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 b8f9fb5b4184523b98f6629c6c927aeeba80d61df21f07af2844cdae45e1a294
MD5 a4413f81c4abe8fa468e8bc69defa6ba
BLAKE2b-256 7a7c0395fdd422bd1ace5ce14525260f111370e8b22deddad9094fee71cce6e6

See more details on using hashes here.

File details

Details for the file ephem-3.7.7.1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: ephem-3.7.7.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 778.1 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 7756218a8b72ca50ee4f290b80828073412e7d7023389df5ead5d14839175bda
MD5 6b7b96ad8d687bf13206e8332b277f0a
BLAKE2b-256 1d4e7d64b3fe646c5e5f176d134d65a503c44d85528f6988b62027fe52a87946

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7619297a1103f6b3dac0c609bfa7c31e17678fb1a02653347ec030487e412031
MD5 49b8515577bd1532b6216920296f7462
BLAKE2b-256 8569c72addfaaa8a91bd64da4f6837b98d5b85eee0e5986def00cc6728b4c11f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7

File hashes

Hashes for ephem-3.7.7.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e73b9997d7b844fabff988d7f66c3bad4e76ec8975ec9c60ec988037bb5c04b1
MD5 d5acafd78190d6a26a27755bbbea21ff
BLAKE2b-256 fd89bf9ac8193a4d4830b56b516174c54a0ea4945b40c853bfe3963ff09706e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-3.7.7.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 808.6 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for ephem-3.7.7.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3cbc4f643329c4f64de63584e636625fa9f11b50209386ed99cbf508abe19488
MD5 087831b705bd6e8b78c57c2b5bc2b336
BLAKE2b-256 1a97cb3c2cb37932778c48e7e6f5b53799f8cc380ba78a7a3fb366b76d543efb

See more details on using hashes here.

File details

Details for the file ephem-3.7.7.1-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ephem-3.7.7.1-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for ephem-3.7.7.1-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 0a6d6ed003383f702695094399728052981c567d423b25aa7163b3fd40de3d5a
MD5 c8bd6bd7b59df2f281b7be1c8ec3d9ce
BLAKE2b-256 5c8326ba0f77e4297c8e0f23ded9ef3b92c187d0ae6a0905db6d84b8700d59f4

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