Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3786

Added Files:
        dap-py.info 
Log Message:
opendap client for python


--- NEW FILE: dap-py.info ---
Info2: <<

Package: dap-py%type_pkg[python]
Version: 2.2.5.7
Revision: 2
Description: Python Data Access Protocol (dap)
DescDetail: <<
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 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.

NOTE: The dap server is not yet supported in fink

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.

<<
Source: http://cheeseshop.python.org/packages/source/d/dap/dap-%v.tar.gz
Source-MD5: 7729e8dc45b9865bf01327b67c337bdf
Type: python (2.5)
Depends: python%type_pkg[python], httplib2-py%type_pkg[python], 
setuptools-py%type_pkg[python] (>= 0.6c5-1)
CompileScript: <<
 echo Skipping build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d 
--single-version-externally-managed

<<
DocFiles: PKG-INFO LICENSE MANIFEST.in README TODO docs/* tests/*
License: OSI-Approved
Homepage: http://pydap.org
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>

# Info2
<<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to