Skip to content

The common code supporting the web services in the consortia

Notifications You must be signed in to change notification settings

x-atlas-consortia/commons

Repository files navigation

commons

PyPI version

This repository contains the code supporting several restful microservices used by the consortia.

Getting Started

The Atlas Consortia Commons library is available through PyPi via the command:

pip install atlas-consortia-commons

The atlas-consortia-commons requirements can be found here

Contents

The code includes:

  • UBKG: For querying Unified Biomedical Knowledge Graph (UBKG) application interface
  • REST: For making standardised rest responses

Coding Conventions

  • Please use:
    • snake_case to name methods and variables.
    • PascalCase for class names.
  • Do follow any additional code formatting and styles as seen in the project

Running Tests

  • Install pytest using the command
pip install -r requirements.dev.txt
  • Run the tests using the command
pytest

About

The common code supporting the web services in the consortia

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages