Skip to main content

INCEpTION command line tool

Project description

inception-cli

Command line tool for INCEpTION.

Purpose

This project provides a command line tool for the INCEpTION text annotation platform which allows you to import, export and delete projects.

Installation

So far, the INCEpTION command line tool is not available from Pypi, but you can still install it using pip directly from this GitHub repository using the following command:

$ pip install -U git+https://github.com/inception-project/inception-cli.git

Prepare INCEpTION to be able to use the Remote API

  • enable the remote API
    • go to INCEpTIONs home folder
    • open INCEpTIONs settings.properties file
    • add the line remote-api.enabled=true
    • restart INCEpTION
    • now it should be possible to assign the role ROLE_REMOTE to a user
  • create a remote-api user
    • got to the user management page
    • create a new user, e.g. remote-api
    • assign at least the roles ROLE_ADMIN, ROLE_USER and ROLE_REMOTE
    • make sure that the new user is enabled
    • click on Save

Usage

Run it from the command line to get a list of the available commands:

$ inception-cli project

All commands require the following options:

  • -u, --url.: INCEpTION instance URL
  • -U, --user: User name of the previously created user, you will be prompted to enter the password

If you do not want to enter this information multiple times, just set the environment variables INCEPTION_USERNAME and INCEPTION_PASSWORDaccording to the previously created user in the console session where you invoke the CLI. You can also set the INCEpTION instance url by the environment variable INCEPTION_HOST.

delete

Deletes the given projects.

Options:

  • --regex (default=False): Whether to interpret the project name as a regular expression
  • --dry-run (default=False): Whether log actions would be performed without performing them
  • --projects: Names / regular expression of the projects which should be deleted

export

Exports projects and saves them to disk.

Options:

  • --regex (default=False): Whether to interpret the project name as a regular expression
  • --dry-run (default=False): Whether log actions would be performed without performing them
  • -o, --out (default=.): Where the exported projects should be saved
  • --projects: Names / regular expression of the projects which should be exported

import

Imports the given projects.

Options:

  • --projects: Names of the zip-files which should be imported

list

Lists the projects.

Migrating projects from WebAnno to INCEpTION

  • Enable the remote API in WebAnno
    • go to WebAnno's home folder
    • open WebAnno's settings.properties file
    • add the line remote-api.enabled=true
    • restart WebAnno
    • now it should be possible to assign the role ROLE_REMOTE to a user
  • Create a remote-api user in WebAnno
    • got to the user management page
    • create a new user, e.g. call it remote-api
    • assign at least the roles ROLE_ADMIN, ROLE_USER and ROLE_REMOTE
    • make sure that the new user is enabled
    • click on Save
  • Export all projects from WebAnno using inception-cli
    • install inception-cli
    $ pip install -U git+https://github.com/inception-project/inception-cli.git
    
    • export all projects from WebAnno (replace WEBANNO_URL and WEBANNO_REMOTE_API_USERNAME with the url of your WebAnno instance and the name of the user created in step 2.)
      $ inception-cli project export -u WEBANNO_URL -U WEBANNO_REMOTE_API_USERNAME --regex '.*'
      
    • enter the password of the remote API user you created in WebAnno when asked
    • inception-cli creates one zip-file for each exported project in the current directory
  • Enable the remote API in INCEpTION
    • go to INCEpTION's home folder
    • open INCEpTION's settings.properties file
    • add the line remote-api.enabled=true
    • restart INCEpTION
    • now it should be possible to assign the role ROLE_REMOTE to a user
  • Create a remote-api user in INCEpTION
    • got to the user management page
    • create a new user, e.g. call it remote-api
    • assign at least the roles ROLE_ADMIN, ROLE_USER and ROLE_REMOTE
    • make sure that the new user is enabled
    • click on Save
  • Import all exported projects to INCEpTION using inception-cli (replace WEBANNO_URL and WEBANNO_REMOTE_API_USERNAME with the url of your WebAnno instance and the name of the user created in step 2)
    • make sure the folder does not contain any zip-files which are no exported WebAnno-projects
    $ inception-cli project import -u INCEPTION_URL -U INCEPTION_REMOTE_API_USERNAME --regex '*.zip'
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inception_cli-0.1.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

inception_cli-0.1.0-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file inception_cli-0.1.0.tar.gz.

File metadata

  • Download URL: inception_cli-0.1.0.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for inception_cli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 01a1bf8cde2ba5d9ecf75207f599cef0863ab8813870640aa4434ce3058d5b06
MD5 3a54b50c5b8c377c1b454e8f7b4e0a3d
BLAKE2b-256 7a3913096af5ae38c6cd545df3584b767783208fda6baaf79f361fc1edb26ea6

See more details on using hashes here.

File details

Details for the file inception_cli-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for inception_cli-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 73f22e79787b7152203121196d16db5f19d88928ea3644dcae8d0d4808892f9e
MD5 bb512bb03c07f99d124c38498d2c3804
BLAKE2b-256 a612488526911a5c545fe7b519aeecfdfa7c0c6f4bb3e444a4c153c449b9b4bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page