Skip to content

DB-Engineering/onboarding-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onboarding Utilities

A collection of DB Engineering tools for device onboarding, including loadsheet processing and API automation.

Setup and Installation

Follow these steps to set up your local environment and install the utilities.

1. Create a Virtual Environment

It is recommended to use a virtual environment to manage dependencies.

python3 -m venv .venv

2. Activate the virtual environment:

  • MacOs/Linux: source
source .venv/bin/activate
  • Windows:
.venv\Scripts\activate

3. Install packages:

pip install -e .

4. Run command to start:

onboard

5. Follow command line prompts.

About

Tools for exporting onboard config files for DB API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages