Kenneth Lareau, Karandeep Nagra
tagopsdb is a library to interface with a Site Operations database used at if(we) to manage various infrastructure information.
WARNING: Consider this code EXPERIMENTAL. It has not been fully prepared for use outside If(we) though we will be working on this. In particular, the schemas themselves are still being cleaned up in preparation to move from MySQL to PostgreSQL. If you have any questions or suggestions, please email tagopsdb@ifwe.co
To install all necessary dependencies and tagopsdb:
$ ./setup.py
See requirements.txt
. To install (NOTE: setup.py
will do this for you):
$ pip install -r requirements.txt
- PyMySQL
First, install development requirements
(again, setup.py
automatically does this for you):
$ pip install -r requirements-dev.txt
The following command will run all unit tests:
$ ./run_tests.py
README.md: Copyright 2016 Ifwe Inc.
README.md is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-sa/4.0/.