pyframes
Python package for interfacing with the frames.ai database.
Create an account at spothole.sensorit.io to get started.
Install
pip3 install pyframes
Examples
import pyframes
fm = pyframes.FramesManager()
# replace with your acquired JWT
fm.set_jwt("<JWT>")
# find some record ids in Cape Town
ids = fm.search(lat=-33.918861, lon=18.423300, radius=1000)
print(ids)
# print some info about the record
record = fm.get_record(ids[0])
print(record.id, record.uint32_t_created)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyframes-0.0.20.tar.gz
(3.7 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
File details
Details for the file pyframes-0.0.20.tar.gz.
File metadata
- Download URL: pyframes-0.0.20.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
892e4a560433ea7694145f0292bff48e872e8f67d469c102e6f1586470e14f5b
|
|
| MD5 |
3825846747c62eb31bfc5bd1932cae3a
|
|
| BLAKE2b-256 |
aae7ee7c9577a842d33ed66ac6f88be3ebcb8b97ad6940a0befef115305832a0
|
File details
Details for the file pyframes-0.0.20-py3-none-any.whl.
File metadata
- Download URL: pyframes-0.0.20-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4ba0a39920c223aef4f105e5806db36937fd83084348b00c89b636751ebdd85
|
|
| MD5 |
96bae3af066ce00c547fca2a96a4da47
|
|
| BLAKE2b-256 |
6456ad2257dc65581e8b0da09810b419e38d6c60aa8e92da1f90478dc83b58e9
|