Skip to content

Commit

Permalink
Creating a Python project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathkr committed Nov 7, 2018
1 parent 4827da0 commit ee48383
Show file tree
Hide file tree
Showing 24 changed files with 898 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
@@ -0,0 +1,6 @@
[run]
branch = True
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError.*
3 changes: 3 additions & 0 deletions .flake8
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 120
ignore = E126
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,14 @@
**Description:**

<!-- Briefly describe the problem you are facing -->

**Steps to reproduce the issue:**
1.
2.
3.

**Observed result:**

**Expected result:**

**Additional environment details (Ex: Windows, Mac, Amazon Linux etc)**

0 comments on commit ee48383

Please sign in to comment.