Skip to content

vincetse/t-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate Coverage Status

T-Service

A pure-Python implementation of RFC 2324.

Sample Deployment

This application can be accessed at https://t-service.herokuapp.com/.

Usage

# Install Python dependencies
pip install -r requirements.txt

# Run tests
PYTHONPATH=. pytest

# Run app
FLASK_APP=t/__init__.py  flask run