Definitions and documentation for LF View file resources
Project description
What is lfview-resources-files?
This library defines fundamental file resources in the LF View API, such as images and arrays.
Scope
This library simply includes declarative definitions of file resources. It is built on properties to provide type-checking, validation, documentation, and serialization. Very likely, these file resources will be used in conjunction with the LF View API Python client.
Installation
You may install this library using pip with
pip install lfview-resources-files
or from Github
git clone https://github.com/seequent/lfview-resources-files.git
cd lfview-resources-files
pip install -e .
You may also just install the LF View API Python client with
pip install lfview-api-client
After installing, you may access these resources with
from lfview.resources import files
arr = files.Array([1., 2., 3., 4., 5.])
img = files.Image('photo.png')
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
Built Distribution
Close
Hashes for lfview-resources-files-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d90170a54711e9871174a99f36c72ed0fb9c2c6d338e8da96c68db219f557caf |
|
MD5 | 6080721ca29d74303f6cb55834b852a2 |
|
BLAKE2b-256 | ca32a54b607831d1d6fce27ed436eec56a80235025a2c4e97fb9aff67c075a12 |
Close
Hashes for lfview_resources_files-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 719e261b63d1d3ce84f2718269ac8dea810e3705b45a605dfcc8cc5e807f815a |
|
MD5 | e0521317c59c20f783e51108b190efc8 |
|
BLAKE2b-256 | a4323c4de848c5877c031773ea39dd786885a61399cba070289ab2e598835fde |