Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/e2bbd43abb2686d0cd6f1a176afc9605 to your computer and use it in GitHub Desktop.
Save ryantm/e2bbd43abb2686d0cd6f1a176afc9605 to your computer and use it in GitHub Desktop.
/nix/store/44ncyvq9cn6nsq6w33czv9zmgm13p4gc-python3.7-ephem-3.7.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ephem
│   │   ├── cities.py
│   │   ├── doc
│   │   │   ├── angle.rst
│   │   │   ├── catalogs.rst
│   │   │   ├── CHANGELOG.rst
│   │   │   ├── coordinates.rst
│   │   │   ├── date.rst
│   │   │   ├── examples.rst
│   │   │   ├── index.rst
│   │   │   ├── newton.rst
│   │   │   ├── quick.rst
│   │   │   ├── radec.rst
│   │   │   ├── reference.rst
│   │   │   ├── rise-set.rst
│   │   │   └── tutorial.rst
│   │   ├── __init__.py
│   │   ├── _libastro.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __pycache__
│   │   │   ├── cities.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── stars.cpython-37.pyc
│   │   ├── stars.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── jpl
│   │   │   ├── europa.txt
│   │   │   ├── hyperion.txt
│   │   │   ├── jupiter.txt
│   │   │   ├── mars.txt
│   │   │   ├── neptune.txt
│   │   │   ├── oberon.txt
│   │   │   ├── phobos.txt
│   │   │   ├── saturn.txt
│   │   │   └── uranus.txt
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_angles.cpython-37.pyc
│   │   │   ├── test_bodies.cpython-37.pyc
│   │   │   ├── test_cities.cpython-37.pyc
│   │   │   ├── test_constants.cpython-37.pyc
│   │   │   ├── test_dates.cpython-37.pyc
│   │   │   ├── test_github_issues.cpython-37.pyc
│   │   │   ├── test_jpl.cpython-37.pyc
│   │   │   ├── test_launchpad_236872.cpython-37.pyc
│   │   │   ├── test_launchpad_244811.cpython-37.pyc
│   │   │   ├── test_locales.cpython-37.pyc
│   │   │   ├── test_observers.cpython-37.pyc
│   │   │   ├── test_rst.cpython-37.pyc
│   │   │   ├── test_satellite.cpython-37.pyc
│   │   │   ├── test_stars.cpython-37.pyc
│   │   │   ├── test_usno.cpython-37.pyc
│   │   │   └── test_usno_equinoxes.cpython-37.pyc
│   │   ├── test_angles.py
│   │   ├── test_bodies.py
│   │   ├── test_cities.py
│   │   ├── test_constants.py
│   │   ├── test_dates.py
│   │   ├── test_github_issues.py
│   │   ├── test_jpl.py
│   │   ├── test_launchpad_236872.py
│   │   ├── test_launchpad_244811.py
│   │   ├── test_locales.py
│   │   ├── test_observers.py
│   │   ├── test_rst.py
│   │   ├── test_satellite.py
│   │   ├── test_stars.py
│   │   ├── test_usno_equinoxes.py
│   │   ├── test_usno.py
│   │   └── usno
│   │   ├── appgeo_deneb.txt
│   │   ├── appgeo_jupiter.txt
│   │   ├── appgeo_moon.txt
│   │   ├── appgeo_sun.txt
│   │   ├── apptopo_deneb.txt
│   │   ├── apptopo_moon.txt
│   │   ├── apptopo_sun.txt
│   │   ├── astrom_antares.txt
│   │   ├── astrom_mercury.txt
│   │   ├── astrom_neptune.txt
│   │   ├── moon_phases.txt
│   │   ├── riset_moon.txt
│   │   ├── riset_sun.txt
│   │   ├── risettran_moon.txt
│   │   └── risettran_rigel.txt
│   └── ephem-3.7.7.0.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── LICENSE-GPL
│   ├── LICENSE-LGPL
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 87 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment