Metadata-Version: 2.1
Name: gpas
Version: 0.0.1
Summary: A command line client for the Global Pathogen Analysis System
Home-page: https://github.com/GenomePathogenAnalysisService/gpas
Author: Bede Constantinides
Author-email: bedeabc@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/GenomePathogenAnalysisService/gpas
Project-URL: CI, https://github.com/GenomePathogenAnalysisService/gpas/actions/new
Project-URL: Source, https://github.com/GenomePathogenAnalysisService/gpas
Project-URL: Tracker, https://github.com/GenomePathogenAnalysisService/gpas/issues
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: test
License-File: LICENSE

A command line interface and Python library for the Global Pathogen Analysis System

## Install (development)

```
# From a Python >= 3.10 venv
git clone https://github.com/GenomePathogenAnalysisService/gpas
cd gpas
pip install -e .
pytest
```

