Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# -*- coding: utf-8 -*- 

2"""Metadata of the package.""" 

3 

4__title__ = "pythomata" 

5__description__ = "A Python package implementing automata." 

6__url__ = "https://github.com/marcofavorito/pythomata.git" 

7__version__ = "0.2.0" 

8__author__ = "Marco Favorito" 

9__author_email__ = "marco.favorito@gmail.com" 

10__license__ = "Apache License" 

11__copyright__ = "2018-2019 Marco Favorito"