iCHAIT / pymesync

Python module to interface with the TimeSync API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pymesync

Python module for TimeSync

Pymesync documentation can be found on readthedocs

We use virtualenv for development and testing:

$ virtualenv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt

For usage documentation, build our docs:

(venv) $ cd docs
(venv) $ make html
(venv) $ <browser> build/html/index.html

To test the source code:

(venv) $ cd pymesync   # pymesync subdirectory holds the source code
(venv) $ make test
(venv) $ make flake    # Runs flake8 on pymesync.py and tests.py

or

(venv) $ make verify   # Runs tests and flake8

About

Python module to interface with the TimeSync API

License:Other


Languages

Language:Python 99.5%Language:Makefile 0.5%