Completed
Push — develop ( 50092f...fea62d )
by Jace
39s queued 35s
created

new_project()   A

Complexity

Conditions 1

Size

Total Lines 2

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 1
CRAP Score 1

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
c 1
b 0
f 0
dl 0
loc 2
ccs 1
cts 1
cp 1
crap 1
rs 10
1 1
import logging
2
3
4 1
log = logging.getLogger(__name__)
5
6
7 1
def new_project():
8
    """Create initial files required to use this library."""
9