injectify.__version__   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 18
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 9
dl 0
loc 18
rs 10
c 0
b 0
f 0
wmc 0
1
#  _____      _           _   _  __
2
# |_   _|    (_)         | | (_)/ _|
3
#   | | _ __  _  ___  ___| |_ _| |_ _   _
4
#   | || '_ \| |/ _ \/ __| __| |  _| | | |
5
#  _| || | | | |  __/ (__| |_| | | | |_| |
6
#  \___/_| |_| |\___|\___|\__|_|_|  \__, |
7
#           _/ |                     __/ |
8
#          |__/                     |___/
9
10
__title__ = 'injectify'
11
__version__ = '0.2.0'
12
__description__ = 'Python Code Injection Library'
13
__url__ = 'https://github.com/Maltzur/injectify'
14
__author__ = 'Mitchell Marsden'
15
__author_email__ = '[email protected]'
16
__license__ = 'BSD'
17
__copyright__ = '2020, Mitchell Marsden'
18