reliquery-ui

Science's Artifact Antiformat


Licenses
MIT/Apache-2.0
Install
pip install reliquery-ui==0.2.8

Documentation

Reliquery UI

GitHub release (latest by date including pre-releases) GitHub Workflow Status

Science's Artifact Anti-format UI

A frontend UI for the Reliquery tool. Displaying Relics and their associated data.

Table of Contents

  1. Quickstart
  2. Development
    1. Local Install
    2. Start Services
    3. Link Location
    4. Web API Exploration
  3. License

Quickstart

Install Reliquery-UI using pip

$ pip install reliquery-ui

Run UI server

$ reliquery-ui

Navigate to http://localhost:8000/reliquery/demo/tutorial/intro to view Relics

For development

Local Install

cd reliquery-ui
pip install -e .
cd frontend
yarn install

Start Services

new shell

cd frontend
yarn build
uvicorn reliquery_ui.main:app --reload

for dev gui

cd frontend
yarn start

Link Location

A Relic can be shared via a link like:
{server}/reliquery/storage_name/relic_type/relic_name
http://localhost:8000/reliquery/demo/tutorial/intro

Web Api Exploration

{server}/redoc
http://localhost:8000/redoc

License

Reliquery UI is free and open source! All code in this repository is dual-licensed under either:

at your option. This means you can select the license you prefer.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.