The core library used by other Relic-Tool packages.
Project description
Relic Tool - Core
Description
The core library used by other Relic-Tool packages.
Usage
From the Command Line Interface
While the core library does not define any commands; it does define the command line. To discover installed commands, run the following.
relic -h
From Python Code
Commands can also be run directly from the library; To discover installed commands, run the following.
from relic.core import CLI
exit_status = CLI.run_with('-h')
Troubleshooting
No Commands are installed!
The core package does not define any CLI functionality itself.
If no options are specified, check to see if other Relic-Tool packages are installed that offer command line integration.
You can do this by running the following:
python -m pip list
And looking for relic-tool-...
in the command's output.
If you only see relic-tool-core
, you need to install the desired Relic-Tool package the command belongs to.
Installation (Pip)
Installing from PyPI (Recommended)
pip install relic-tool-core
Installing from GitHub
For more information, see pip VCS support
pip install git+https://github.com/MAK-Relic-Tool/Relic-Tool-Core
I Have an Issue / Found a Bug
Click the link above, to visit the Issue Tracker
Disclaimer
Not affiliated with Sega, Relic Entertainment, or THQ.
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
Built Distribution
File details
Details for the file relic-tool-core-2.0.0.tar.gz
.
File metadata
- Download URL: relic-tool-core-2.0.0.tar.gz
- Upload date:
- Size: 29.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d79642dc5023680b637b4e6efc1f30e0b99925fa2fba028200e3c60c68b66822 |
|
MD5 | 2aa71f44ad1f7c966964500c98e891fc |
|
BLAKE2b-256 | d6636a610e4dd66cd6a550eb98d32657f17fee3f4786c25f24876fab1b495e53 |
File details
Details for the file relic_tool_core-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: relic_tool_core-2.0.0-py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd701d39f821bcb0cd227af3e5a915d7beca49aa51c874433524e10bb3f7b883 |
|
MD5 | 0891bac5ba7f32ed61c5e55585d02055 |
|
BLAKE2b-256 | 368b26c4a4e0ab3bdbd75bbb2a7af2ba46c71b8c12b91f311c86232c388fc16c |