Python API Wrapper for Measurement Data
Project description
MeaPy
Python API Wrapper for Measurement Data
Vision
MeaPy wants to be a easy-to-use and conformable API for working with measurement data in den Big Test Data environment.
Getting Started
pip install meapy
Usage
from meapy import MeaPy
mp = MeaPy("http://madam-docker.int.kistler.com:8081/", "1234")
# direct search (limited)
result = mp.search("test")
# result is a list of meapy.measurement.Measurement
# search and iteration over the whole result set
ml = MeasurementList(mp)
count = 0
for mea in ml.items('Station.Id="d4f1ad55-72d5-403c-81b8-73b2942b58f4"'):
count+=1
print(count)
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
meapy-0.0.3.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
meapy-0.0.3-py3-none-any.whl
(4.9 kB
view details)
File details
Details for the file meapy-0.0.3.tar.gz.
File metadata
- Download URL: meapy-0.0.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c7878959a99c4c12ffcc4c49eede832a67ab70e07150c79d701ccbb533425a3
|
|
| MD5 |
4416521ed11e241fc14a822a4fdffea9
|
|
| BLAKE2b-256 |
ee6819e8a24675c9d79d7385194bd204a3c74857978bd0a79f94ec1eec207069
|
File details
Details for the file meapy-0.0.3-py3-none-any.whl.
File metadata
- Download URL: meapy-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27732250ec894d271359c864cfdcbc44a5ff00a5361047c00befcfa3acd9342d
|
|
| MD5 |
285d74cb271347c9d516d439dd8a78de
|
|
| BLAKE2b-256 |
b475606f9aa1f11f1cde7e451309faa576b30f3fbc1e02cf1d5d66efa668e909
|