Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Jun 17, 2024
2 parents 1d3ae3e + e852111 commit 52923e6
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# idsse-testing
# idsse-testing
[![Lint with pylint](https://github.com/NOAA-GSL/idsse-testing/actions/workflows/linter.yml/badge.svg)](https://github.com/NOAA-GSL/idsse-testing/actions/workflows/linter.yml)

## Overview
The `idsse-testing` module is responsible for defining all implicit common data that are used by the apps that make up the IDSS Engine Project distributed system. This
repository should be used to house elements that are common across multiple projects to encourage reuse.

# Twelve-Factors
The complete twelve-factors methodologies that the IDSS Engine Project adheres to can be found in the umbrella [idss-engine](https://github.com/NOAA-GSL/idss-engine) repository. The subset of the twelve factors that follows are specifics to this app only.

## Logging
To support some standardization and best practices for IDSS Engine, developers should following the logging guide found under the docs directory [here](https://github.com/NOAA-GSL/idss-engine-commons)

## Build, Release, and Install
The subsections below outline how to build the package within this project.

#### Build
From the IDSS Engine Testing project python directory `idsse-testing/pythom/`:

`$ pip imstall .`

0 comments on commit 52923e6

Please sign in to comment.