Command line interface for controlling ELIS
Project description
elisctl
elisctl is a set of tools that wrap the Elis Document Management API to provide an easy way to configure, integrate and customize Elis - either interactively or programmaticaly.
Installation
Windows
Download an installation file from GitHub releases. Install it. And run it either from start menu or from command prompt.
UNIX based systems
Install the package from PyPI:
pip install elisctl
How to use
Individual Elis operation are triggered by passing specific commands to elisctl
.
Commands are organized by object type in a tree-like structure and thus are composed
of multiple words (e.g. user create
or schema transform
).
The elisctl tool can be either used in a command line interface mode
by executing each command through elisctl
individually by passing it as an argument,
or in an interactive shell mode of executing elisctl
without parameters
and then typing the commands into the shown prompt.
So either get the list of commands and execute them immediately such as:
elisctl --help
elisctl configure
or run the interactive shell by simply running
elisctl
Schema Transformations
Some of the most common advanced operations are related to setting up
the sidebar-describing schema JSON according to business requirements
and enumerations.
elisctl schema transform
and elisctl tools
are designed to help
with these operations.
Run something like:
elisctl schema transform default_schema.json substitute-options centre <( \
elisctl tools xls_to_csv ~/Downloads/ERA_osnova_strediska.xlsx --header 0 --sheet 1 | elisctl tools csv_to_options - ) \
| elisctl schema transform - substitute-options gl_code <( \
elisctl tools xls_to_csv ~/Downloads/ERA_osnova_strediska.xlsx --header 0 | elisctl tools csv_to_options - ) \
| elisctl schema transform - remove contract \
> era_schema.json
License
MIT
Contributing
- Submit a pull request from forked version of this repo. And select any of the maintainers as a reviewer.
- Use
pre-commit
to avoid linting issues. - When releasing, run in
master
branch:bumpversion minor git push git push --tags
Changelog
2019-03-03 v1.1.0
- Added support for python 3.6
- Added
User-Agent
header (elisctl/{version} ({platform})
) for every request to ELIS API - Improved error when login fails with the provided credentials
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 elisctl-1.1.1.tar.gz
.
File metadata
- Download URL: elisctl-1.1.1.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e5af2e7e31e52cbedef9107bd7fc102ed5392563bbfbbdc145621bbdfda9b2c |
|
MD5 | 1d9a02116b8abe75f4ace00e3127459e |
|
BLAKE2b-256 | 1d76505da1df642e3cd80f6481965a5502961baa64e8771dd59e639bcdc3599b |