fish2000 / TMI

TMI – a TextMate™ Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmi

This is the tmi application.

Minimum Requirements

  • Python 3.5+

Optional Requirements

  • pytest (for running the test suite)
  • Sphinx (for generating documentation)

Basic Setup

Install for the current user:

$ python -m pip install . --user

Run the application:

$ python -m tmi --help

Run the test suite:

$ pytest test/

Build documentation:

$ sphinx-build -b html doc doc/_build/html

About

TMI – a TextMate™ Interface

License:Other


Languages

Language:C++ 86.6%Language:Python 11.5%Language:Cap'n Proto 1.6%Language:Makefile 0.3%