tak

Tak is a two person board game dreamed up by Pat Rothfuss in "The Wise Man's Fear".


License
Apache-2.0
Install
pip install tak==0.0.1

Documentation

Tak

Tak is HTTP Server written in Python with no external dependencies.

Features

  • Serving static files
  • Autoindexing
  • Virtual hosts
  • Logging
  • Error pages
  • Keep-alive connections

Installation

Tak requires Python 3.x

Install from PyPI:

$ pip install tak

Usage

Start server with default configuration:

$ tak

Start server with custom configuration:

$ tak -c custom-config.ini

Serve current directory:

$ tak -s ./

License

Tak is released under the MIT License.