Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 21:50
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/e0a6962ede98e9db65287b956bb475a3 to your computer and use it in GitHub Desktop.
Save ryantm/e0a6962ede98e9db65287b956bb475a3 to your computer and use it in GitHub Desktop.
/nix/store/z32m1plip7p672llvvly1ri5br16wfbn-python3.7-pyowm-2.10.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyowm
│   │   ├── abstractions
│   │   │   ├── decorators.py
│   │   │   ├── __init__.py
│   │   │   ├── jsonparser.py
│   │   │   ├── linkedlist.py
│   │   │   ├── owmcache.py
│   │   │   ├── owm.py
│   │   │   └── __pycache__
│   │   │   ├── decorators.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jsonparser.cpython-37.pyc
│   │   │   ├── linkedlist.cpython-37.pyc
│   │   │   ├── owmcache.cpython-37.pyc
│   │   │   └── owm.cpython-37.pyc
│   │   ├── agroapi10
│   │   │   ├── agro_manager.py
│   │   │   ├── enums.py
│   │   │   ├── imagery.py
│   │   │   ├── __init__.py
│   │   │   ├── polygon.py
│   │   │   ├── __pycache__
│   │   │   │   ├── agro_manager.cpython-37.pyc
│   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   ├── imagery.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── polygon.cpython-37.pyc
│   │   │   │   ├── search.cpython-37.pyc
│   │   │   │   ├── soil.cpython-37.pyc
│   │   │   │   └── uris.cpython-37.pyc
│   │   │   ├── search.py
│   │   │   ├── soil.py
│   │   │   └── uris.py
│   │   ├── alertapi30
│   │   │   ├── alert_manager.py
│   │   │   ├── alert.py
│   │   │   ├── condition.py
│   │   │   ├── enums.py
│   │   │   ├── __init__.py
│   │   │   ├── parsers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── alert.cpython-37.pyc
│   │   │   │   ├── alert_manager.cpython-37.pyc
│   │   │   │   ├── condition.cpython-37.pyc
│   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── parsers.cpython-37.pyc
│   │   │   │   ├── trigger.cpython-37.pyc
│   │   │   │   └── uris.cpython-37.pyc
│   │   │   ├── trigger.py
│   │   │   └── uris.py
│   │   ├── caches
│   │   │   ├── __init__.py
│   │   │   ├── lrucache.py
│   │   │   ├── nullcache.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lrucache.cpython-37.pyc
│   │   │   └── nullcache.cpython-37.pyc
│   │   ├── commons
│   │   │   ├── databoxes.py
│   │   │   ├── enums.py
│   │   │   ├── frontlinkedlist.py
│   │   │   ├── http_client.py
│   │   │   ├── image.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── databoxes.cpython-37.pyc
│   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   ├── frontlinkedlist.cpython-37.pyc
│   │   │   │   ├── http_client.cpython-37.pyc
│   │   │   │   ├── image.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── tile.cpython-37.pyc
│   │   │   └── tile.py
│   │   ├── constants.py
│   │   ├── docs
│   │   │   └── stations-api-usage-examples.md
│   │   ├── exceptions
│   │   │   ├── api_call_error.py
│   │   │   ├── api_response_error.py
│   │   │   ├── __init__.py
│   │   │   ├── parse_response_error.py
│   │   │   └── __pycache__
│   │   │   ├── api_call_error.cpython-37.pyc
│   │   │   ├── api_response_error.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── parse_response_error.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── pollutionapi30
│   │   │   ├── airpollution_client.py
│   │   │   ├── coindex.py
│   │   │   ├── __init__.py
│   │   │   ├── no2index.py
│   │   │   ├── ozone.py
│   │   │   ├── parsers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── airpollution_client.cpython-37.pyc
│   │   │   │   ├── coindex.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── no2index.cpython-37.pyc
│   │   │   │   ├── ozone.cpython-37.pyc
│   │   │   │   ├── parsers.cpython-37.pyc
│   │   │   │   ├── so2index.cpython-37.pyc
│   │   │   │   └── uris.cpython-37.pyc
│   │   │   ├── so2index.py
│   │   │   ├── uris.py
│   │   │   └── xsd
│   │   │   ├── coindex.xsd
│   │   │   ├── __init__.py
│   │   │   ├── no2index.xsd
│   │   │   ├── ozone.xsd
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── xmlnsconfig.cpython-37.pyc
│   │   │   ├── so2index.xsd
│   │   │   └── xmlnsconfig.py
│   │   ├── __pycache__
│   │   │   ├── constants.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── stationsapi30
│   │   │   ├── aggregated_measurement_parser.py
│   │   │   ├── buffer.py
│   │   │   ├── __init__.py
│   │   │   ├── measurement.py
│   │   │   ├── parsers
│   │   │   │   ├── aggregated_measurement_parser.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── aggregated_measurement_parser.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── station_parser.cpython-37.pyc
│   │   │   │   └── station_parser.py
│   │   │   ├── persistence_backend.py
│   │   │   ├── __pycache__
│   │   │   │   ├── aggregated_measurement_parser.cpython-37.pyc
│   │   │   │   ├── buffer.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── measurement.cpython-37.pyc
│   │   │   │   ├── persistence_backend.cpython-37.pyc
│   │   │   │   ├── station.cpython-37.pyc
│   │   │   │   ├── station_parser.cpython-37.pyc
│   │   │   │   ├── stations_manager.cpython-37.pyc
│   │   │   │   └── uris.cpython-37.pyc
│   │   │   ├── station_parser.py
│   │   │   ├── station.py
│   │   │   ├── stations_manager.py
│   │   │   ├── uris.py
│   │   │   └── xsd
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── xmlnsconfig.cpython-37.pyc
│   │   │   ├── station.xsd
│   │   │   └── xmlnsconfig.py
│   │   ├── tiles
│   │   │   ├── enums.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── tile_manager.cpython-37.pyc
│   │   │   │   └── uris.cpython-37.pyc
│   │   │   ├── tile_manager.py
│   │   │   └── uris.py
│   │   ├── utils
│   │   │   ├── geo.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── geo.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── stringutils.cpython-37.pyc
│   │   │   │   ├── temputils.cpython-37.pyc
│   │   │   │   ├── timeformatutils.cpython-37.pyc
│   │   │   │   ├── timeutils.cpython-37.pyc
│   │   │   │   ├── weatherutils.cpython-37.pyc
│   │   │   │   └── xmlutils.cpython-37.pyc
│   │   │   ├── stringutils.py
│   │   │   ├── temputils.py
│   │   │   ├── timeformatutils.py
│   │   │   ├── timeutils.py
│   │   │   ├── weatherutils.py
│   │   │   └── xmlutils.py
│   │   ├── uvindexapi30
│   │   │   ├── __init__.py
│   │   │   ├── parsers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── parsers.cpython-37.pyc
│   │   │   │   ├── uris.cpython-37.pyc
│   │   │   │   ├── uv_client.cpython-37.pyc
│   │   │   │   └── uvindex.cpython-37.pyc
│   │   │   ├── uris.py
│   │   │   ├── uv_client.py
│   │   │   ├── uvindex.py
│   │   │   └── xsd
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── xmlnsconfig.cpython-37.pyc
│   │   │   ├── uvindex.xsd
│   │   │   └── xmlnsconfig.py
│   │   └── weatherapi25
│   │   ├── cityidregistry.py
│   │   ├── cityids
│   │   │   ├── 097-102.txt.gz
│   │   │   ├── 103-108.txt.gz
│   │   │   ├── 109-114.txt.gz
│   │   │   ├── 115-122.txt.gz
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── configuration25.py
│   │   ├── forecaster.py
│   │   ├── forecast.py
│   │   ├── historian.py
│   │   ├── __init__.py
│   │   ├── location.py
│   │   ├── observation.py
│   │   ├── owm25.py
│   │   ├── parsers
│   │   │   ├── forecastparser.py
│   │   │   ├── __init__.py
│   │   │   ├── observationlistparser.py
│   │   │   ├── observationparser.py
│   │   │   ├── __pycache__
│   │   │   │   ├── forecastparser.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── observationlistparser.cpython-37.pyc
│   │   │   │   ├── observationparser.cpython-37.pyc
│   │   │   │   ├── stationhistoryparser.cpython-37.pyc
│   │   │   │   ├── stationlistparser.cpython-37.pyc
│   │   │   │   ├── stationparser.cpython-37.pyc
│   │   │   │   └── weatherhistoryparser.cpython-37.pyc
│   │   │   ├── stationhistoryparser.py
│   │   │   ├── stationlistparser.py
│   │   │   ├── stationparser.py
│   │   │   └── weatherhistoryparser.py
│   │   ├── __pycache__
│   │   │   ├── cityidregistry.cpython-37.pyc
│   │   │   ├── configuration25.cpython-37.pyc
│   │   │   ├── forecast.cpython-37.pyc
│   │   │   ├── forecaster.cpython-37.pyc
│   │   │   ├── historian.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── location.cpython-37.pyc
│   │   │   ├── observation.cpython-37.pyc
│   │   │   ├── owm25.cpython-37.pyc
│   │   │   ├── station.cpython-37.pyc
│   │   │   ├── stationhistory.cpython-37.pyc
│   │   │   ├── uris.cpython-37.pyc
│   │   │   ├── weathercoderegistry.cpython-37.pyc
│   │   │   └── weather.cpython-37.pyc
│   │   ├── stationhistory.py
│   │   ├── station.py
│   │   ├── uris.py
│   │   ├── weathercoderegistry.py
│   │   ├── weather.py
│   │   └── xsd
│   │   ├── forecast.xsd
│   │   ├── __init__.py
│   │   ├── location.xsd
│   │   ├── observation.xsd
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── xmlnsconfig.cpython-37.pyc
│   │   ├── station_history.xsd
│   │   ├── station.xsd
│   │   ├── weather.xsd
│   │   └── xmlnsconfig.py
│   └── pyowm-2.10.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
46 directories, 235 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment