File: _meta.py

package info (click to toggle)
python-typish 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: python: 1,632; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
__title__ = 'typish'
__version__ = '1.9.3'
__author__ = 'Ramon Hagenaars'
__author_email__ = 'ramon.hagenaars@gmail.com'
__description__ = 'Functionality for types'
__url__ = 'https://github.com/ramonhagenaars/typish'
__license__ = 'MIT'