Skip to content

NASA-NAVO/servicemon-orig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

servicemon

Support for monitoring services.

Setup

To create a development environment, either:

conda create -n servicemon_env python=3.6 astropy cython matplotlib requests notebook
conda activate servicemon_env
conda install -c astropy astroquery

or

conda env create -f servicemon_env.yml
conda activate servicemon_env

then

# do local (develop) install
pip install .

Testing

To run the tests:

python setup.py test

Releases

No releases published

Packages

No packages published

Languages