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.tar.gz (1.3 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

ephem-4.1-cp39-cp39-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

ephem-4.1-cp39-cp39-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

ephem-4.1-cp38-cp38-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

ephem-4.1-cp38-cp38-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

ephem-4.1-cp37-cp37m-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

ephem-4.1-cp37-cp37m-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

ephem-4.1-cp36-cp36m-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

ephem-4.1-cp36-cp36m-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

ephem-4.1-cp35-cp35m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.5mWindows x86-64

ephem-4.1-cp35-cp35m-win32.whl (1.4 MB view details)

Uploaded CPython 3.5mWindows x86

ephem-4.1-cp35-cp35m-manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.5m

ephem-4.1-cp35-cp35m-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.5m

ephem-4.1-cp35-cp35m-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

ephem-4.1-cp35-cp35m-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

ephem-4.1-cp35-cp35m-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.5mmacOS 10.9+ x86-64

ephem-4.1-cp27-cp27mu-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

ephem-4.1-cp27-cp27mu-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

ephem-4.1-cp27-cp27m-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

ephem-4.1-cp27-cp27m-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

ephem-4.1-cp27-cp27m-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: ephem-4.1.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1.tar.gz
Algorithm Hash digest
SHA256 c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6
MD5 13cbd6aa49271adf1561376756c03417
BLAKE2b-256 52a285ff330048f2efbe453a7359257cd03cb4a9bcb21eb5a0e478d3a18313f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 153f7acee45786ff91c3cef34ac93024526010e3ec4f892ae76eb8e5e3c0ec7b
MD5 45ae44317e5b14c0d690d86e3aa8fbf0
BLAKE2b-256 bf2435d56eebed37f0f4f65b3da450982e58af2b9fd27a8d03d3cf4934b2b302

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c9e633e228c611968c95e57064e7b717fb9d1c51671cc340a324cb81f30d16a8
MD5 ff7932b7022244ba06d9de1f6e31986c
BLAKE2b-256 7b98550706ac11582a8a658498f0554329e177f4ede039dd0aa8348d0e046aef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp39-cp39-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp39-cp39-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1aa66d4a1a4265446edcf8d90c34e38d87704d17cc47276df3805f567f89b01d
MD5 25aeaeff310c684dca46ff469a3a8a6f
BLAKE2b-256 277272f35eedeb5f78e5f66094a18d39e4f3fe84dc47038e61085115800696cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f56a23b3a48185591a26813114a37c895a5855a80fe589ca83a0258aff3fd1fd
MD5 e12b5894eec35b93f1b9f9e3edaaa663
BLAKE2b-256 ce769e158a090228c45c0fdd116e1be2b4767b1d6dd959831aaad6357b6edaaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4e53b1b9e7103532feae3dc51a0f5a21eeb5db0d368f9b7efec56edc5ba10f01
MD5 84a4899006ced37612ea3d753ed06eab
BLAKE2b-256 814b5a035ff2a40bd155d309f401b08beec06f01a25a09079095bd71bfd946ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1cb6236469afab2ee3f4777c602e9c19944721396eafa60700f6638c1955ab8e
MD5 9a8596be8aa8b000ea13d4822dea80e3
BLAKE2b-256 eda28c842a5ab79f7a425a88ce9b5c63c8375bff65e116d20f05969e4be36596

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad223397a258586488e5163df90e353a857fe93891e8a7a3aed53ce1bf180624
MD5 02de8f67103e61fc148000f940cedd91
BLAKE2b-256 0976a47877ff177dd72e0690d210390558d200aaafaf9ee2ef62824b014814a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8d83b461603b16b267fc857b6ed7f7e0f50e2f06cd8f42cafe5934677e61cba3
MD5 c0633c03b170cc1dfef4e20eed2db6c6
BLAKE2b-256 4baf9f5ce40fde7a4448debe6263d121d9d076a1cb01fe25d81f234de6756010

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 83bb1c1270a7e55c1917cf36c6f99515a9074908c604673bc1126e2dd10eabd0
MD5 ba79f1fea918b5de91c3e5934612b259
BLAKE2b-256 893dce59aada7b44fc5d5e7af76dc5c720b6ae659d443018463db78972856761

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp38-cp38-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp38-cp38-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 430d2152417e5a22b61e82d51a923be8e5ac7fe9cdab25c89563089cca66cac5
MD5 d85f8ce4fc865288a9368878709756a9
BLAKE2b-256 ca9f13e35b34f74b7b9738d2dff28da1e6003e8a031bd92bd28ae97d9033b389

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33d270a42ce4106c20c2aed4ccab6d0681463660ed6ef00b1da83344f8c334d0
MD5 d90c6b8f8bc46cd6d8549e1507d5ad1c
BLAKE2b-256 0eb6ed81cbe2cfeae9d07efb9393bf723efd09501922fb480c496b643270b273

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d29a7d12dd27a0e92390e127dac74cb33c09c5b57eebfa5a777628d5cd3fc3e5
MD5 f01229803aea81077a936e8040bfc49a
BLAKE2b-256 a990eafeea605ca67ed69359bbaf631db8ba9b0262cc61a5bcd0ce09ed7c4df8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b77f9f504a4c24423ed0b184eba847c341712db9a1e20227c91c347da54cf811
MD5 c8c0625953bcc6d78b8e94d6b82b1ecb
BLAKE2b-256 895c65bff602a80f2d920ee61044b68ee3da61bf007761ca5f17f1702a0b94f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9860188660933ca6cc15107df2756887088503e17381fd620a7dde2d079e532
MD5 02023bedc449806861b4095c5804a6bc
BLAKE2b-256 1e4a71f1940dac95afac3798fcd57cf6737d2d1a1915c511de34ccabb92f35dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7b3790b132148e534ddd4d31a3613d81511db540114905104a87dc3297de7d29
MD5 4a050e70c032a43269442bd8493c3ac0
BLAKE2b-256 5ab7ce220471985c2f64f98da1c3f7aa6ff55a79551af9c2030b1f8c07adb1ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b309898688bb2639bee6e5e2474cb6fe6d9cf7676121f348ff208a437c9e3c95
MD5 71b2fcb32ba3fc5ef124e2600adbc926
BLAKE2b-256 9cf760a6bb8220b6083deed4f752f32d26e685744ac73710f3faf2a5c9322cf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp37-cp37m-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp37-cp37m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b5b65a1ae977315a88784d5891d12216730b6f27ddf2b0aee2587f4c1274fbd1
MD5 606220cfebbac60cd4bd748410eb765a
BLAKE2b-256 a1fdd49bfb0686ebd1db110bb022fb07f803582bf2316635b60ee00d2ea76c21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9937b5f7a197a5ee7f382cda7e5803b15e8549a610f0813268589feb6c5a6ec0
MD5 fd8beb8b0bc53b83a748cf1004f0d347
BLAKE2b-256 9235fb5f8e77f591a892ac7b113b2fd863c96cb92a8b4b2144195dfcb505ffe5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9ee597eeb38ad361dd13df27bad0532bff77fb42533e5157dbbb94d6d1ff81b8
MD5 726064f5d4cee325dcb4ef464ffe3474
BLAKE2b-256 573df34314dfe10aa12ef6632bfe7922449fc0690a0d1f9dd43f1be16aeddc62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d9a8dc50439572db34295cbcda8c34219764ba82c75b0da1144544dac563acd3
MD5 d0b6412b38a29b0f90a2fce228830633
BLAKE2b-256 09c4a29563ab8dc4884448b442481698814c944323bb56aa5dad9ed20ea3e2a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dcb8299f7927a2fbae24d2a730d995c7e320309112776fe2d830180be27b987b
MD5 40c193d777b4f585a08d96160d2416c8
BLAKE2b-256 e0bc585946fe63a11d6f57b2e95dc30b343ece5f5b9c6d49e719b31d7588cc5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4392fd956a938586f9513562a9baa20c7a30b6b59937c75d6f26be154ac29dd7
MD5 87c5095960eeda99130bcc48381e332b
BLAKE2b-256 1962359c6f157bebb656a74b892c9c060bca56239825b2c2cb779992e64d128d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8469a914a031c36333fa72167b72305ae3d7c9bae1391157ff0bd30840a8b7c9
MD5 3b369fac6cdccc78d4fbef422f0fa3ad
BLAKE2b-256 3b9046184163c651f86f36f806f3f0534113553c4a68f480e395e5f8ea550ad2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp36-cp36m-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp36-cp36m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4de86c7e5c19f7b784aa76f431492a3c5cc27203d1ef641e9a79601ff0256ed8
MD5 641954eb82db636893c6fa419fa40084
BLAKE2b-256 2b0444f21a1fab4e2d5470c6324a6500bb57ac4707f14bdbae16fad7bbab3479

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0908ef30ef8b595cf742fb851fb1ca34fa6399c476b4d150f132ca42209143f
MD5 b0c04e880ec69c1958badb89c22de582
BLAKE2b-256 53fcacb51876d21a42874f9a9f19ea64ee0d4dbcfcdd09eeecac7fcd0ac39229

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2c2d4ec3c8a18ef0a26733e0431c7ca609a8d33c0aa9e3a4e3c3f4b49e26529e
MD5 0bdf58c28f074007451665db1cc3ddb5
BLAKE2b-256 870b81f4e60e0393d6e0880ce1cde474f3744d52e4dd3026370f028c0817c77d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bb393a065abe940361dc676e12fffd475a01f6134b13565a1ad140b25b304810
MD5 ce07d850b0caaa69f3c35aed29338f05
BLAKE2b-256 e7b243131b4518ff96b23346ff9be6d273ccf7d8b60815513a338fb2b79997b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 260e1a1d3d9ca42c1f6f6e2a649958ac1d101823ca49c9688019fad53bbb5f9a
MD5 950bada26af053ce48fc54376d9e4bfe
BLAKE2b-256 0f57e294c7627d702b632033bb0ee1477bcb417d6f9cc1242d2f6ae3694c4775

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 f43fb35c9304e9c6233778842461aff4200592652de6c15550d16e0687671b1c
MD5 d865f3e045685373e45df5fecf6313b2
BLAKE2b-256 5efe41de8a52bcc4059c5240c01db360d2b671586fca0faf2e47e610b01f1a60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 78f1b2a4d879da0296c232aad176d1a6521d05d27183d7a3a43fee01a9c248db
MD5 b902ce4fc4732274ee29a9f684cfc92a
BLAKE2b-256 cfa37e10f374dc65585cc5ddad2edbd8ca782e37ff99d724961f140952a6d2da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp35-cp35m-manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp35-cp35m-manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bdd6646264f5c63f1a12775da04cb09940d90ccd79f5ac21ede33c2fe99e7c6b
MD5 9464303c882818cc82bd4e99ec8f78cb
BLAKE2b-256 ae5880ee81e01bd45bf3e80bfe2edafcd1d299dc5d9a12ba23786208ce28e254

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp35-cp35m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp35-cp35m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb847b06458b34aa3271863d18adafa4f99355465ecf3f7e26fa6fa5db3c4283
MD5 e8d86caa5106ebb8a9780080aa353f88
BLAKE2b-256 53b53620fc3940f48488fc5c44b56bb32c97a111e94a61c3acd607f414cb8b31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 27a33af3671aeb09cf870ea6655e508ce05cee54b427afdeb2b6098484ecb93f
MD5 dc3f23992efaa6be691a17dca2f4707c
BLAKE2b-256 22def5fcefce85fca6d993a466566eeedf2bdb6437d3d76b3668a9f8a15c33cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0fc102fce4ea1343737ad0bbad25dc8a5a4e8b5ac29a29b1c4725a124723fb55
MD5 0739e6177d450f110d35dfbb7bc72027
BLAKE2b-256 e2ce7636af3066ad1ba60022d09fec9c1d0a1a30fc178a6ecb09d5336c9fdc9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8f1929c961b96244cee4b29c05388c133f8aeba53462a5eb082bf24a6fc8f14
MD5 4b429b24ec7bf561eb0e8350fedc8223
BLAKE2b-256 32ccd54593955f0fdde665c81a50718fad0d9e599db1fd886e34e1376dcb91c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 faeca01a21d373cbca52162e665b33de32c19670a78907a6f99dbf191d4f5e3d
MD5 fb5e76b8ce5ec9a0eabab5a5f5fe66d0
BLAKE2b-256 f106ec8d67986c0f4d8d6aa985644af267f143fab0882b908d6748371f398a2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4980faa7d1820ea0c20bd293a038efe6dd99a6971eb242e91797f7fbef0b053c
MD5 d6e25280ffa5b0f77e2ec31ab4926d20
BLAKE2b-256 6ee8cd01c24a148b2081526875ab90b420fa45d40e0bc4010c96df2d7651c272

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 535baaa6d2919a4fb8a2c887affce35f815eb739014a6776ed015864dd042ac4
MD5 ac426c6a4f2baf13eb2cc667c58bf54b
BLAKE2b-256 9dce89aa96607321ad5be13f002da6156c6180ef15369d0801d85e8036e56505

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ff0d7f03d59d48c849259146608ae2b9cf0d5a60a2696129074b0f46c3adb6c8
MD5 d1c52b6a1b7532efe533365ef8217648
BLAKE2b-256 38df12483c45ef2a0516eb7ccc64d5d85fb27ad500a3282019a5cce7c437d626

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ephem-4.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ephem-4.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bce7ea77ef6727ce0a8175270adc85c9b30399febd1c9219428048f6122eae29
MD5 1f3855f6bc65eabab3a8a93ffa369a2d
BLAKE2b-256 24b28e4e2e29fc4f781424d0e7ead1b8fc203d0f92799165b0e30697770e8541

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