salespaulo / hydra-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HydraPlatform

Build Status

A library for managing networks. Full documentation can be found here.

Installation

pip install hydra-base

Initialisation

The first thing you ened to do when working with Hydra, if you are using a local database is to add some default data to the database. These include:

  1. The admin user
  2. Default roles and permissions
  3. Default units and dimensions
  4. A default network and scenario (required to perform some admin tasks)

You can do this using the hydra client.

> pip install hydra-client-python
> hydra-cli intitalise-db

Usage

Hydra base can be used in conjunction with a hydra server.

Hydra server relies on web clients sending it requests. Usefully, there is a hydra client libary here with some example on how to use the system.

About

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%Language:Mako 0.0%