Skip to main content
Files added late

21 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.

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

Release files for ephem 3.7.7.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Files added late

21 files were uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release files before installing.

Source distribution (sdist)

Source distribution for ephem 3.7.7.1
File Size Uploaded
ephem-3.7.7.1.tar.gz 745.8 kB Details

Built distributions (wheels)

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

Total release size: 48.4 MB

Release files / ephem-3.7.7.1.tar.gz

Download URL ephem-3.7.7.1.tar.gz
Size 745.8 kB
Tags Source
SHA-256 checksum
How to use checksums
36b51a8dc7cfdeb456dd6b8ab811accab8341b2d562ee3c6f4c86f6d3dbb984e
BLAKE2b-256 checksum
How to use checksums
fedf7bceaef11e9cc0a9a98930bf2d7a90c71058f49c446a4b2c7cd1ccf35c1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.7

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp39-cp39-win_amd64.whl
Size 808.3 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
1af920c382980fe3566a31f36bd712973e1ca6049cbe07b4624214d5e1f144bc
BLAKE2b-256 checksum
How to use checksums
5a973c666b6d5c0cdcbde0f8dcb2970640c88275bc6d30353e65a14f9b0aa59c
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp39-cp39-win32.whl
Size 789.0 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
c3cbc973b334892972445cec3deb99aafd0c57cb4e50679d5f12fc8c51b4e65f
BLAKE2b-256 checksum
How to use checksums
b2c847603d4a7862aa1b93746775fa9851e302bc1b62a697c489dc6f851927fe
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp39-cp39-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
cdea23a7caa1178b322e6e76484d40bd021672446ff51b512f35581e0f1b32b7
BLAKE2b-256 checksum
How to use checksums
4944b8fefad908c97e7d51285b2c97ee0dfc19f561ad493a4fba121b521b9436
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp39-cp39-manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5763919cdf38cd0488172711da504c3be003b7c104ccd2516cc496ff05f146ae
BLAKE2b-256 checksum
How to use checksums
2a0c6122b302cdc7301ab0f74d4a14f117cbd41b629963526a153dfcd34ae1f2
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp39-cp39-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
15dd3dbb3864fb853388e39ac3c915c72873507f54ee6b3ede0033b03465d8ba
BLAKE2b-256 checksum
How to use checksums
686850660bfbba894dfc84f7e6e5f836b4ae1a1080e49e4e321c307a8bbac59d
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp39-cp39-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
1a9822bde93205c67fd3399b26868204b67d9e4442af21a764307e51ea6dc672
BLAKE2b-256 checksum
How to use checksums
694ae038dcbd58a501c1ac333f02d8ad45449d618e4d98f9881c2c23375c6720
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 807.9 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7aa88d2a6d216c2044be2a3b3cb184e9c8a5022f12464220694017ea9d75209d
BLAKE2b-256 checksum
How to use checksums
288d60e713611bfe1550ce45104c31e1774e629c63706acb34742c05e02a87aa
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp38-cp38-win_amd64.whl
Size 821.2 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
4bc5140cc7218a53ee6d949110f6ed413b8e3165294100515cd0fb29aa8e3637
BLAKE2b-256 checksum
How to use checksums
59dfe63feab4fd5de3623ce76824c9f1151a8fdb443533349b19913016bc111b
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp38-cp38-win32.whl
Size 805.1 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
33ad1a71b204aff123250b04e0ff2d5c3b8e9c6c814bf2c675d7752ce5896c02
BLAKE2b-256 checksum
How to use checksums
e93c1213d9c0a734f0cac534faa536d5618b125315f118b8f0dc5af50825505e
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp38-cp38-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.8 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
095ad42e8df6a5c91e0aeb5a68d76c0800b0283f72fc5f76e6df370ae1fb5537
BLAKE2b-256 checksum
How to use checksums
a9145d6689cef0af3272c141b8a9f3e453fe14db795b8899d3a4918d6a96a969
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp38-cp38-manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
77193de077e5fff453756144dee978e5fd6978c5c03ce3f67a09bb237e78f9d4
BLAKE2b-256 checksum
How to use checksums
ad383375bcb66cb9f02e197644245319c1d114d359d4f6fce63373e625a8da30
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp38-cp38-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
3530bee3eb7458d86d4c399f51f5b73ad7ea0441f0b2fb03de41d623789935af
BLAKE2b-256 checksum
How to use checksums
0f286bcf82eb1d45d42137d27000d730c20020c2ff30a0dbca86740507614a77
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp38-cp38-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
a5ddf46ced515e4b81dfd22e6408fd06a329c31c6abb10af48d392641c490b0e
BLAKE2b-256 checksum
How to use checksums
7467cc001d3aa642da6ddb8b7be8b95c58f8c237ae01a1fc59e931eacc61a743
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 823.8 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
189fcaeacb44dc5a1684ad489542f126d99d4a85e87d2fe73864c902f0bc2c71
BLAKE2b-256 checksum
How to use checksums
2ccc39a99f5fff8f811aed807179e7da63de5f86d3ebb4bad7812b1f8487ac41
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp37-cp37m-win_amd64.whl
Size 821.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
34fd228105b89fefd20608420861a75a184db1edeaf0056cf2f85d2a2f768aee
BLAKE2b-256 checksum
How to use checksums
8894db8a614ce94b5de66a3b8812699e607d4907388fac9848e6e44b0b985247
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp37-cp37m-win32.whl
Size 805.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
71ea3935c658ee184575fd4cc2aa3e7fd6d6bac4a1ccff9ee5549cee67ff0385
BLAKE2b-256 checksum
How to use checksums
c2ca4c337c8205c3d1f6e89a669a91d4e537a52f628f260146a1849abf710bc6
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp37-cp37m-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
e2aca9edb59ee2bb3c8c36f17177966bc762da04af994450c8ad61a20fb6acdd
BLAKE2b-256 checksum
How to use checksums
8109c5b77ca10f95bc636744b1f2502045607dc891e48b30be428d29c02a156e
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp37-cp37m-manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5ef34e3cfea0683998e867d7b8de642081e8821fafbd5e1d2dcab503c119c4a2
BLAKE2b-256 checksum
How to use checksums
b4b238beab99ac13676195eb8b816be061847d52a0b001d169c7742b5f05e03f
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp37-cp37m-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
1ff5abefa230d5ab40846f1cb27d4f5583d46044fecf10e17bfb559bdc766a47
BLAKE2b-256 checksum
How to use checksums
615aa1f426ed925747592d4014edc99b1218a654b07b1d9952072bc1f40bff63
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp37-cp37m-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
31e2a17ca6f8d6bd44832574fea5461938ba034e52bf551e15e1a4c8f8c6c4fb
BLAKE2b-256 checksum
How to use checksums
776de2158a8657d47af6f63cd08fe90ecf8ec19d90eea7761e671deb27c89084
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 809.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
fdf5f3ed8bd46ce2bf1145b26aec65a2c08ea7c97cf42b6b439af6e7bc6dc94d
BLAKE2b-256 checksum
How to use checksums
a6f6795f05ac787487ca5e2d28774b332b861d543bc9bfb2fe991b55f33e91f9
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / ephem-3.7.7.1-cp37-cp37m-macosx_10_6_intel.whl

Download URL ephem-3.7.7.1-cp37-cp37m-macosx_10_6_intel.whl
Size 1.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
e61c68f1c7d304a130bb6b88c1fca6600bbc1a1df6ca9a109b6eba4c6cbd3376
BLAKE2b-256 checksum
How to use checksums
a98dbecdb656ac657468a2055a81f2962256269c1dcffc43b983076397e4eb3d
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp36-cp36m-win_amd64.whl
Size 821.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
f5af029f8814aa8617e73b2ddcad2bd1c682ca13c31ee3b6f5825dd5cb43e777
BLAKE2b-256 checksum
How to use checksums
5d61678699d5fac1899b069f06f4266888c514f02c8cd94bde20ab93ba956846
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp36-cp36m-win32.whl
Size 805.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
72fdb72c813fc9780726aa732eb2193bbe1663549265ca5a746899215ecfbffd
BLAKE2b-256 checksum
How to use checksums
0167511e3d1c3ae3aec9a64d34a87f1decb4f3740bf680e3a0f9b8bf32139244
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp36-cp36m-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
9180d953ff4cbe89fc9ccc78aea73f290c0166b8ddb01e9c837b4639a7492ec8
BLAKE2b-256 checksum
How to use checksums
1aa25b56c45f1ac877fd56611e0dbbc40d70eed8b3e6d866ee77d11fcb66c77c
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp36-cp36m-manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c25993d6554820ff11fdd8f2ddb75bf99e70db01327f09700bf8811201e9daef
BLAKE2b-256 checksum
How to use checksums
d827b3be8188fd11c1e696819f39b49e30a061e57d49c6d427fb584af2d021af
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp36-cp36m-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
1a8ea6a045ff669011f8ecdeffadfc5eaa519fb56ab8dd40508910e9db5ec7b0
BLAKE2b-256 checksum
How to use checksums
6eba7c7ac20f0d5d97d3d1a35c21916c19f3420457cdb4ea70f714e64277fd1d
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp36-cp36m-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
8d586d970c42d62b1fc757a1c7c10679416a43e9e4a77391a05907159ce346f8
BLAKE2b-256 checksum
How to use checksums
f6ea71ab98f944043190e176f7fbe06975c1cc6c1c2244f67c08a4a7a32918b7
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 809.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
592264e512b5658402e93903343eb26502c6f327df8a71847f3dcaea73908f32
BLAKE2b-256 checksum
How to use checksums
8c630c3032e814bc28da9d61d244e5491e121f94aeac717c3ad9ad629afbe78d
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / ephem-3.7.7.1-cp36-cp36m-macosx_10_6_intel.whl

Download URL ephem-3.7.7.1-cp36-cp36m-macosx_10_6_intel.whl
Size 1.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
e10c2c8afbb9e927d46d9bf3562441da2173ff196790a75ad0e5c5ee920d5922
BLAKE2b-256 checksum
How to use checksums
c3280d976a9ff6ec65dff4929ce6df6f4bb4c4377cdb380073bd85771e64830c
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp35-cp35m-win_amd64.whl
Size 816.7 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
fd0b922387df1ad8721f2fafd5dca51ce7105238f968e1532a177b781b8cae0e
BLAKE2b-256 checksum
How to use checksums
8e5de67a6b548a1363f4ee205e4f91baf89d698f1312a8362707469713fabf57
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp35-cp35m-win32.whl
Size 800.9 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2bcd953cced045e4232bcb71d60f6ba237f7944c880e83e74cc959449b192dee
BLAKE2b-256 checksum
How to use checksums
4f43305340db9c3dcef0afaf9684214d4589c02dd9cdf0b8937cf4d1c96f7df4
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp35-cp35m-manylinux2014_s390x.whl
Size 1.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
562baaeb3a46cf2248f97d2ad80092d747024e5dea62ebe50386a04b8e506c10
BLAKE2b-256 checksum
How to use checksums
8d53fee522c1c0e08752ba19cf61bbd62d119c5f81649146dc1e94756fa936c8
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp35-cp35m-manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
06029db6b26f1764ed009360de8530f6cd759411232b3001df1b69ba6afa871d
BLAKE2b-256 checksum
How to use checksums
9fc3b581d916811c8e4a7d7bf8b53890bc48746ac047db23e12902b5c8f98204
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp35-cp35m-manylinux2010_x86_64.whl
Size 1.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
f0959882bf73c8fe1cb801f42b0989e0ecb9d84b99eb8b8f70d61d16767a1e8a
BLAKE2b-256 checksum
How to use checksums
a25c04963e276ff865911b92b7b2f66705846b4aaefba3d6deb9e6315722b33b
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp35-cp35m-manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
7f781d73e49caf7989c503a948471f1c8c1f738a450d557413999fb732f4dba3
BLAKE2b-256 checksum
How to use checksums
b122ad2be5f570c494de538e7b020204a9d78afa6aaf92311886b217a7b87bba
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp35-cp35m-macosx_10_9_x86_64.whl
Size 808.5 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d1d1ac8dc9be47dc6c7ec62800ca6557d03e8be3716c2a10ea0c8f1198c0a701
BLAKE2b-256 checksum
How to use checksums
d7954589197eb29b075b264b3fe3e42efd5e22f6fcd0573a0d677251b7344447
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / ephem-3.7.7.1-cp35-cp35m-macosx_10_6_intel.whl

Download URL ephem-3.7.7.1-cp35-cp35m-macosx_10_6_intel.whl
Size 1.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
c6081a9791e9de6511cddbeb9529bd5550fdb6f9e2a8dc9c2ec85911d67c6d11
BLAKE2b-256 checksum
How to use checksums
2e4f89f064db33e84817a447446895e9fd2d523696c2be64b25ec7506aa74ef8
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp27-cp27mu-manylinux2010_x86_64.whl
Size 1.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
ff4e1584cc232d8bc4aea405346eeb8a24b0fbe84c6331d4edb5d4456d19f1c3
BLAKE2b-256 checksum
How to use checksums
eebcbb21286f8836047e828e176715d4764ed7f3807f2d7a43fb30a3ffeae48b
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp27-cp27mu-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
37fd1abbebb821381d2865064a6fa9484ffdcd2161cf92193da8d42da79aa7db
BLAKE2b-256 checksum
How to use checksums
507e5c3b8f302ea84d56b9c3214d9886ec133714e3a2a09e25dec0fd1ca63ed0
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / ephem-3.7.7.1-cp27-cp27m-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp27-cp27m-win_amd64.whl
Size 802.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b8f9fb5b4184523b98f6629c6c927aeeba80d61df21f07af2844cdae45e1a294
BLAKE2b-256 checksum
How to use checksums
7a7c0395fdd422bd1ace5ce14525260f111370e8b22deddad9094fee71cce6e6
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / ephem-3.7.7.1-cp27-cp27m-win32.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp27-cp27m-win32.whl
Size 778.1 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
7756218a8b72ca50ee4f290b80828073412e7d7023389df5ead5d14839175bda
BLAKE2b-256 checksum
How to use checksums
1d4e7d64b3fe646c5e5f176d134d65a503c44d85528f6988b62027fe52a87946
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp27-cp27m-manylinux2010_x86_64.whl
Size 1.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
7619297a1103f6b3dac0c609bfa7c31e17678fb1a02653347ec030487e412031
BLAKE2b-256 checksum
How to use checksums
8569c72addfaaa8a91bd64da4f6837b98d5b85eee0e5986def00cc6728b4c11f
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL ephem-3.7.7.1-cp27-cp27m-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
e73b9997d7b844fabff988d7f66c3bad4e76ec8975ec9c60ec988037bb5c04b1
BLAKE2b-256 checksum
How to use checksums
fd89bf9ac8193a4d4830b56b516174c54a0ea4945b40c853bfe3963ff09706e5
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL ephem-3.7.7.1-cp27-cp27m-macosx_10_9_x86_64.whl
Size 808.6 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3cbc4f643329c4f64de63584e636625fa9f11b50209386ed99cbf508abe19488
BLAKE2b-256 checksum
How to use checksums
1a97cb3c2cb37932778c48e7e6f5b53799f8cc380ba78a7a3fb366b76d543efb
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / ephem-3.7.7.1-cp27-cp27m-macosx_10_6_intel.whl

Download URL ephem-3.7.7.1-cp27-cp27m-macosx_10_6_intel.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
0a6d6ed003383f702695094399728052981c567d423b25aa7163b3fd40de3d5a
BLAKE2b-256 checksum
How to use checksums
5c8326ba0f77e4297c8e0f23ded9ef3b92c187d0ae6a0905db6d84b8700d59f4
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

4.2

100 release files

4.1.4

78 release files

4.1.3

56 release files

4.1.1

84 release files

4.1

41 release files

4.0.0

41 release files

This release

3.7.7.1 This release

47 release files

3.7.5.1

1 release file

3.7.3.4

1 release file

3.7.3.3

1 release file

3.7.3

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page