Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 23, 2020 19:24
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 r-ryantm/51bbb087980504976f2efd9dd6b48acf to your computer and use it in GitHub Desktop.
Save r-ryantm/51bbb087980504976f2efd9dd6b48acf to your computer and use it in GitHub Desktop.
/nix/store/k6a0b34b9mhbrx3w8l84ch5792ih5vrl-python2.7-geopy-1.22.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── geopy
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── distance.py
│   │   ├── distance.pyc
│   │   ├── exc.py
│   │   ├── exc.pyc
│   │   ├── extra
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── rate_limiter.py
│   │   │   └── rate_limiter.pyc
│   │   ├── format.py
│   │   ├── format.pyc
│   │   ├── geocoders
│   │   │   ├── algolia.py
│   │   │   ├── algolia.pyc
│   │   │   ├── arcgis.py
│   │   │   ├── arcgis.pyc
│   │   │   ├── azure.py
│   │   │   ├── azure.pyc
│   │   │   ├── baidu.py
│   │   │   ├── baidu.pyc
│   │   │   ├── banfrance.py
│   │   │   ├── banfrance.pyc
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── bing.py
│   │   │   ├── bing.pyc
│   │   │   ├── databc.py
│   │   │   ├── databc.pyc
│   │   │   ├── geocodeearth.py
│   │   │   ├── geocodeearth.pyc
│   │   │   ├── geocodefarm.py
│   │   │   ├── geocodefarm.pyc
│   │   │   ├── geolake.py
│   │   │   ├── geolake.pyc
│   │   │   ├── geonames.py
│   │   │   ├── geonames.pyc
│   │   │   ├── googlev3.py
│   │   │   ├── googlev3.pyc
│   │   │   ├── here.py
│   │   │   ├── here.pyc
│   │   │   ├── ignfrance.py
│   │   │   ├── ignfrance.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mapbox.py
│   │   │   ├── mapbox.pyc
│   │   │   ├── mapquest.py
│   │   │   ├── mapquest.pyc
│   │   │   ├── maptiler.py
│   │   │   ├── maptiler.pyc
│   │   │   ├── opencage.py
│   │   │   ├── opencage.pyc
│   │   │   ├── openmapquest.py
│   │   │   ├── openmapquest.pyc
│   │   │   ├── osm.py
│   │   │   ├── osm.pyc
│   │   │   ├── pelias.py
│   │   │   ├── pelias.pyc
│   │   │   ├── photon.py
│   │   │   ├── photon.pyc
│   │   │   ├── pickpoint.py
│   │   │   ├── pickpoint.pyc
│   │   │   ├── smartystreets.py
│   │   │   ├── smartystreets.pyc
│   │   │   ├── tomtom.py
│   │   │   ├── tomtom.pyc
│   │   │   ├── what3words.py
│   │   │   ├── what3words.pyc
│   │   │   ├── yandex.py
│   │   │   └── yandex.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── location.py
│   │   ├── location.pyc
│   │   ├── point.py
│   │   ├── point.pyc
│   │   ├── timezone.py
│   │   ├── timezone.pyc
│   │   ├── units.py
│   │   ├── units.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── geopy-1.22.0.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 90 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment