Name | siphon JSON |
Version |
0.10.0
JSON |
| download |
home_page | None |
Summary | A collection of Python utilities for interacting with the Unidata technology stack. |
upload_time | 2024-12-13 23:20:45 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | BSD-3-Clause |
keywords |
meteorology
weather
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
Siphon
======
|License| |PRWelcome|
|Docs| |PyPI| |Conda|
|CodeCov|
|Codacy|
.. |License| image:: https://img.shields.io/pypi/l/siphon.svg
:target: https://pypi.python.org/pypi/siphon/
:alt: License
.. |PyPI| image:: https://img.shields.io/pypi/v/siphon.svg
:target: https://pypi.python.org/pypi/siphon/
:alt: PyPI Package
.. |Conda| image:: https://anaconda.org/conda-forge/siphon/badges/version.svg
:target: https://anaconda.org/conda-forge/siphon
:alt: Conda Package
.. |CodeCov| image:: https://codecov.io/github/Unidata/siphon/coverage.svg?branch=main
:target: https://codecov.io/github/Unidata/siphon?branch=main
:alt: Code Coverage Status
.. |Codacy| image:: https://api.codacy.com/project/badge/grade/ebacd20b84ab4673bd6cd34f65c48af6
:target: https://www.codacy.com/app/Unidata/siphon
:alt: Codacy code issues
.. |Docs| image:: https://img.shields.io/badge/docs-stable-brightgreen.svg
:target: http://unidata.github.io/siphon
:alt: Latest Docs
.. |PRWelcome| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=round-square
:target: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
:alt: PRs Welcome
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.
__ https://github.com/Unidata/siphon/blob/main/SUPPORT.md
Siphon follows `semantic versioning <https://semver.org>`_ in its version number. With our
current 0.x version, that implies that Siphon's APIs (application programming interfaces) are
still evolving (we won't break things just for fun, but many things are still changing as we
work through design issues). Also, for a version `0.x.y`, we change `x` when we
release new features, and `y` when we make a release with only bug fixes.
We support Python >= 3.7.
Important Links
---------------
- Source code repository: https://github.com/Unidata/siphon
- HTML Documentation: http://unidata.github.io/siphon/
- Unidata Python Gallery: https://unidata.github.io/python-gallery/
- Issue tracker: http://github.com/Unidata/siphon/issues
- "python-siphon" tagged questions on Stack Overflow: https://stackoverflow.com/questions/tagged/python-siphon
- Gitter chat room: https://gitter.im/Unidata/siphon
Dependencies
------------
- requests>=1.2
- numpy>=1.8
- protobuf>=3.0.0a3
- beautifulsoup4>=4.6
- pandas
Developer Dependencies
----------------------
- pytest
- vcrpy
- flake8
Raw data
{
"_id": null,
"home_page": null,
"name": "siphon",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Siphon Developers <support-python@unidata.ucar.edu>",
"keywords": "meteorology, weather",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/17/c6/8fe154df2eb674cec2bfc653f2a605029bb79ef13acafc3cd8dbc3843dba/siphon-0.10.0.tar.gz",
"platform": null,
"description": "Siphon\n======\n\n|License| |PRWelcome|\n\n|Docs| |PyPI| |Conda|\n\n|CodeCov|\n\n|Codacy|\n\n\n.. |License| image:: https://img.shields.io/pypi/l/siphon.svg\n :target: https://pypi.python.org/pypi/siphon/\n :alt: License\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/siphon.svg\n :target: https://pypi.python.org/pypi/siphon/\n :alt: PyPI Package\n\n.. |Conda| image:: https://anaconda.org/conda-forge/siphon/badges/version.svg\n :target: https://anaconda.org/conda-forge/siphon\n :alt: Conda Package\n\n.. |CodeCov| image:: https://codecov.io/github/Unidata/siphon/coverage.svg?branch=main\n :target: https://codecov.io/github/Unidata/siphon?branch=main\n :alt: Code Coverage Status\n\n.. |Codacy| image:: https://api.codacy.com/project/badge/grade/ebacd20b84ab4673bd6cd34f65c48af6\n :target: https://www.codacy.com/app/Unidata/siphon\n :alt: Codacy code issues\n\n.. |Docs| image:: https://img.shields.io/badge/docs-stable-brightgreen.svg\n :target: http://unidata.github.io/siphon\n :alt: Latest Docs\n\n.. |PRWelcome| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=round-square\n :target: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github\n :alt: PRs Welcome\n\nSiphon is a collection of Python utilities for downloading data from Unidata\ndata technologies. See our `support page`__ for ways to get help with Siphon.\n\n__ https://github.com/Unidata/siphon/blob/main/SUPPORT.md\n\nSiphon follows `semantic versioning <https://semver.org>`_ in its version number. With our\ncurrent 0.x version, that implies that Siphon's APIs (application programming interfaces) are\nstill evolving (we won't break things just for fun, but many things are still changing as we\nwork through design issues). Also, for a version `0.x.y`, we change `x` when we\nrelease new features, and `y` when we make a release with only bug fixes.\n\nWe support Python >= 3.7.\n\nImportant Links\n---------------\n\n- Source code repository: https://github.com/Unidata/siphon\n- HTML Documentation: http://unidata.github.io/siphon/\n- Unidata Python Gallery: https://unidata.github.io/python-gallery/\n- Issue tracker: http://github.com/Unidata/siphon/issues\n- \"python-siphon\" tagged questions on Stack Overflow: https://stackoverflow.com/questions/tagged/python-siphon\n- Gitter chat room: https://gitter.im/Unidata/siphon\n\nDependencies\n------------\n\n- requests>=1.2\n- numpy>=1.8\n- protobuf>=3.0.0a3\n- beautifulsoup4>=4.6\n- pandas\n\nDeveloper Dependencies\n----------------------\n\n- pytest\n- vcrpy\n- flake8\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A collection of Python utilities for interacting with the Unidata technology stack.",
"version": "0.10.0",
"project_urls": {
"Bug Tracker": "https://github.com/Unidata/siphon/issues",
"Documentation": "https://unidata.github.io/siphon/",
"Release Notes": "https://github.com/Unidata/siphon/releases",
"Source Code": "https://github.com/Unidata/siphon",
"homepage": "https://github.com/Unidata/siphon"
},
"split_keywords": [
"meteorology",
" weather"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "03e79c2de983a02511c2b18b6188e11c850b7aa8a2f49aac44ca5bda232755c5",
"md5": "68965829d2d7f00c30c828c56d8c418f",
"sha256": "b1977fce010e24a5c6fa9b391ad8fbe2a21b85e2ab08fb22f267aabea68cdf5a"
},
"downloads": -1,
"filename": "siphon-0.10.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "68965829d2d7f00c30c828c56d8c418f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 65117,
"upload_time": "2024-12-13T23:20:44",
"upload_time_iso_8601": "2024-12-13T23:20:44.353027Z",
"url": "https://files.pythonhosted.org/packages/03/e7/9c2de983a02511c2b18b6188e11c850b7aa8a2f49aac44ca5bda232755c5/siphon-0.10.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17c68fe154df2eb674cec2bfc653f2a605029bb79ef13acafc3cd8dbc3843dba",
"md5": "c3e6c0c5d105536f4577480074c711fa",
"sha256": "f99ff44568805d5c00c0599019302a4ea4874d861f00996c8b7de6de4d543f7b"
},
"downloads": -1,
"filename": "siphon-0.10.0.tar.gz",
"has_sig": false,
"md5_digest": "c3e6c0c5d105536f4577480074c711fa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 3359425,
"upload_time": "2024-12-13T23:20:45",
"upload_time_iso_8601": "2024-12-13T23:20:45.851095Z",
"url": "https://files.pythonhosted.org/packages/17/c6/8fe154df2eb674cec2bfc653f2a605029bb79ef13acafc3cd8dbc3843dba/siphon-0.10.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 23:20:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Unidata",
"github_project": "siphon",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "siphon"
}