opendap-protocol


Nameopendap-protocol JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/MeteoSwiss/opendap-protocol
SummaryA pure Python implementation of the OPeNDAP server protocol.
upload_time2021-09-27 08:47:02
maintainer
docs_urlNone
authorPhilipp Falke
requires_python
licenseBSD-3-Clause license
keywords opendap_protocol
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            opendap-protocol
================



[![Build Status](https://travis-ci.com/MeteoSwiss/opendap-protocol.svg?branch=master)](https://travis-ci.com/MeteoSwiss/opendap-protocol) [![codecov](https://codecov.io/gh/MeteoSwiss/opendap-protocol/branch/master/graph/badge.svg)](https://codecov.io/gh/MeteoSwiss/opendap-protocol) [![Documentation Status](https://readthedocs.org/projects/opendap-protocol/badge/?version=latest)](https://opendap-protocol.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/opendap-protocol.svg)](https://badge.fury.io/py/opendap-protocol)



A pure Python implementation of the OPeNDAP server protocol.

This module allows you to serve arbitrary data structures through the web
framework of your choice as OPeNDAP data objects. It implements just the bare
minimum of the DAP 2.0 protocol: DDS, DAS, and DODS responses and slicing. Array
data needs to be supplied as `numpy.ndarray` or as `dask.array.Array`.


=======
History
=======

0.1.0 (2020-03-27)
------------------

* First release on PyPI.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MeteoSwiss/opendap-protocol",
    "name": "opendap-protocol",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "opendap_protocol",
    "author": "Philipp Falke",
    "author_email": "philipp.falke@meteoswiss.ch",
    "download_url": "https://files.pythonhosted.org/packages/12/6b/ecce28b6c347622a739134e3fb33623267e573e215f85dde18d45e9b8f71/opendap-protocol-1.1.1.tar.gz",
    "platform": "",
    "description": "opendap-protocol\n================\n\n\n\n[![Build Status](https://travis-ci.com/MeteoSwiss/opendap-protocol.svg?branch=master)](https://travis-ci.com/MeteoSwiss/opendap-protocol) [![codecov](https://codecov.io/gh/MeteoSwiss/opendap-protocol/branch/master/graph/badge.svg)](https://codecov.io/gh/MeteoSwiss/opendap-protocol) [![Documentation Status](https://readthedocs.org/projects/opendap-protocol/badge/?version=latest)](https://opendap-protocol.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/opendap-protocol.svg)](https://badge.fury.io/py/opendap-protocol)\n\n\n\nA pure Python implementation of the OPeNDAP server protocol.\n\nThis module allows you to serve arbitrary data structures through the web\nframework of your choice as OPeNDAP data objects. It implements just the bare\nminimum of the DAP 2.0 protocol: DDS, DAS, and DODS responses and slicing. Array\ndata needs to be supplied as `numpy.ndarray` or as `dask.array.Array`.\n\n\n=======\nHistory\n=======\n\n0.1.0 (2020-03-27)\n------------------\n\n* First release on PyPI.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause license",
    "summary": "A pure Python implementation of the OPeNDAP server protocol.",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/MeteoSwiss/opendap-protocol"
    },
    "split_keywords": [
        "opendap_protocol"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "126becce28b6c347622a739134e3fb33623267e573e215f85dde18d45e9b8f71",
                "md5": "6a4590ca8ca842fa74749225f9ce3f21",
                "sha256": "3cc257b45e04082eb44540c2e7b98c8336008942349ef324c88aca7027026fc8"
            },
            "downloads": -1,
            "filename": "opendap-protocol-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6a4590ca8ca842fa74749225f9ce3f21",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17037,
            "upload_time": "2021-09-27T08:47:02",
            "upload_time_iso_8601": "2021-09-27T08:47:02.520919Z",
            "url": "https://files.pythonhosted.org/packages/12/6b/ecce28b6c347622a739134e3fb33623267e573e215f85dde18d45e9b8f71/opendap-protocol-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-09-27 08:47:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MeteoSwiss",
    "github_project": "opendap-protocol",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "opendap-protocol"
}
        
Elapsed time: 0.25838s