Siphon is a collection of Python utilities for downloading data from Unidata data technologies.
Siphon is still in an early stage of development, and as such no APIs are considered stable. While we won't break things just for fun, many things may still change as we work through design issues.
We support Python 2.7 as well as Python >= 3.3.
git clone https://github.com/Unidata/siphon.git cd siphon python setup.py install
- Source code repository: https://github.com/Unidata/siphon
- HTML Documentation (stable release): http://siphon.readthedocs.org/en/stable/
- HTML Documentation (development): http://siphon.readthedocs.org/en/latest/
- Issue tracker: http://github.com/Unidata/siphon/issues
- requests>=1.2
- numpy>=1.8
- protobuf>=3.0.0a3
- pytest
- vcrpy
- flake8