File: __init__.py

package info (click to toggle)
python-opcodes 0.0~git20180424.6e2b0cd-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,436 kB
  • sloc: xml: 149,634; python: 1,100; makefile: 19
file content (9 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
__author__ = "Marat Dukhan"
__copyright__ = "Copyright 2014-2017, Georgia Institute of Technology"
__credits__ = ["Marat Dukhan"]
__license__ = "Simplified BSD"
__version_info__ = ('0', '3', '14')
__version__ = '.'.join(__version_info__)
__maintainer__ = "Marat Dukhan"
__email__ = "maratek@gmail.com"
__status__ = "Development"