Skip to content

Latest commit

 

History

History
92 lines (65 loc) · 2.75 KB

README.rst

File metadata and controls

92 lines (65 loc) · 2.75 KB

Siphon

License PRs Welcome

Latest Docs PyPI Package Conda Package

Travis Build Status AppVeyor Build Status Code Coverage Status

Codacy code issues Code issues

Siphon is a collection of Python utilities for downloading data from Unidata data technologies. See our support page for ways to get help with Siphon.

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.4.

Installation

git clone https://github.com/Unidata/siphon.git
cd siphon
python setup.py install

Important Links

Dependencies

  • requests>=1.2
  • numpy>=1.8
  • protobuf>=3.0.0a3

Developer Dependencies

  • pytest
  • vcrpy
  • flake8