Пакет python-module-dap: Информация

    Исходный пакет: python-module-dap
    Версия: 2.2.6.7-alt1.svn20081222.3.1
    Собран:  18 ноября 2011 г. 1:31
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/dap/

    Лицензия: MIT
    О пакете: Python implementation of the Data Access Protocol (DAP)
    Описание: 
    This is a Python implementation of the Data Access Protocol, a
    scientific protocol for data access developed by the OPeNDAP team
    (http://opendap.org). This implementation is developed from scratch,
    following the latest specification of the protocol (DAP 2.0 Draft
    Community Standard 2005/04/27) and based on my experience with OPeNDAP
    servers on the wild.
    
    Using this module one can access hundreds of scientific datasets from
    Python programs, accessing data in an efficient, transparent and
    pythonic way. Arrays are manipulated like normal multi-dimensional
    arrays (like numpy.array, e.g.), with the fundamental difference that
    data is downloaded on-the-fly when a variable is sliced. Sequential
    data can be filtered on the server side before being downloaded, saving
    bandwith and time.
    
    The module also implements a DAP server, allowing datasets from a
    multitude of formats (netCDF, Matlab, CSV, GrADS/GRIB files, SQL RDBMS)
    to be served on the internet. The server specifies a plugin API for
    supporting new data formats in an easy way. The DAP server is
    implemented as a WSGI application (see PEP 333), running on a variery
    of servers, and can be combined with WSGI middleware to support
    authentication, gzip compression and much more.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-dap (noarch)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @qa
    @python
    @everybody

      1. python-devel = 2.7
      2. python-module-cheetah
      3. python-module-httplib2
      4. python-module-paste
      5. python-module-setuptools
      6. rpm-build-python >= 0.8

    Последнее изменение


    24 октября 2011 г. Vitaly Kuznetsov 2.2.6.7-alt1.svn20081222.3.1
    - Rebuild with Python-2.7
    7 февраля 2010 г. Eugeny A. Rostovtsev 2.2.6.7-alt1.svn20081222.3
    - Added .pth file
    18 ноября 2009 г. Eugeny A. Rostovtsev 2.2.6.7-alt1.svn20081222.2
    - Rebuilt with python 2.6