Python client for extracting data from CATE archives to numpy arrays
Project description
DESCRIPTION
Python client for extracting data from CATE archives to numpy arrays
INSTALLATION
pip install catenp
USAGE
See also catenp.catenumpy.Example
from catenp import Authenticate,DatabaseInfo,GetData
# Authenticate to the server
tk = Authenticate(serverAddress,serverPort,cateUserName,catePassword)
# (Optional) get server/ data info
info = DatabaseInfo(serverAddress,serverPort,cateUserName)
print("Info: ")
for kk in info: print(" ",kk,":",info[kk])
# Extract some data
arr=GetData(serverAddress,serverPort,cateUserName,tstart,tstop,cstart,cstop)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
catenp-0.0.12.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file catenp-0.0.12.tar.gz
.
File metadata
- Download URL: catenp-0.0.12.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a34f8b253878c04bb6b80d3cc077d99eae44c1027535f94a154a99ba043b71ea |
|
MD5 | 4774c124ffb060603c0d7f1376ae48ff |
|
BLAKE2b-256 | d3d8b6196d2ea48b5b37c2a66940400424fd7fc04a5bf9737ad6b9e362b3d022 |
File details
Details for the file catenp-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: catenp-0.0.12-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f120019a30ee8c3c2e04fc9941f013b5a30e63797f586218817538fe638d133 |
|
MD5 | b4dc98f0e9a162a049e61a03a6f03483 |
|
BLAKE2b-256 | bf861f70ccc640e26883b3a0b3acc1fa2c717b5bde7ac92d6a3e9fa609278cbf |