schema for boundlessgeo actions
Project description
This package will convert the packaged actions.json to a dictionary. By convention, Actions can be Queries or Commands in a CQRS architecture.
Installation
pip install boundlessgeo-schema
Usage
>>> import boundlessgeo_schema as bs
>>> schema = bs.get_schema()
>>> import_command = schema['SPATIALIO_IMPORT']
>>> print(import_command)
'v1/SPATIALIO_IMPORT'
>>> events = bs.get_events()
>>> event = events['NO_LAYERS_FOUND']
>>> print(event)
'v1/NO_LAYERS_FOUND'
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
File details
Details for the file boundlessgeo-schema-0.16.4.tar.gz
.
File metadata
- Download URL: boundlessgeo-schema-0.16.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 352c02252ce214892050e924c434977c3d727b2475160a02fa0295b989f9242c |
|
MD5 | 3412e3b2847320ac1b26332b04b771b3 |
|
BLAKE2b-256 | ae8e8e1d63cb342656309b7bcd80648b37cf7ead6857beeade0c83e6a9ea9aba |