Skip to content

Command line interface for modifying or updating Betalibrary's data

License

Notifications You must be signed in to change notification settings

MadBoulder/BetaLibrary-CLI

Repository files navigation

BetaLibrary-CLI

Command line interface for modifying or updating Betalibrary's internal data

Setup

  1. Clone the repo in the desired root folder: $ git clone https://github.com/MadBoulder/BetaLibrary-CLI
  2. Install dependencies. It is recomended to install everything in a virtual environment. After cloning the repository you can install the required packages with: $ pip install -r /path/to/requirements.txt)
  3. Run the tool with: $ python bcli.py

Supported operations

Currently, the tool supports:

  1. Creating the empty template (only adds structure - folders and files) for a new zone.
  2. Creating a new zone and poviding its data.
  3. Add a new sector to a zone (only the template).
  4. Delete a sector from a zone.

Future work:

  1. Enable installation as a system wide CLI that can be called from anywhere in the system.
  2. Add support for all management operations (Create, Edit, Delete for zones and sectors).

About

Command line interface for modifying or updating Betalibrary's data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages