-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Created on: 23-oct-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
# built-in imports | ||
import flask | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Created on: 14-nov-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Created on: 15-nov-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
from .metrics_generator import generate_metrics, generate_dict_metrics | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Created on: 14-nov-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
from enum import Enum, unique | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Created on: 14-nov-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
from .metric import Metric, MetricCategory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Created on: 14-nov-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
import pandas as pd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Created on: 01-nov-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Descp: Script to convert xml to a csv files with readable useful data | ||
for pandas processing within wikichron app. | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
import xml.parsers.expat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Created on: 25-oct-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Created on: 24-oct-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
|
||
import dash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Created on: 22-nov-2017 | ||
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]> | ||
Copyright 2017-2018-2018 Abel 'Akronix' Serrano Juste <[email protected]> | ||
""" | ||
__version__ = '1.0.0-beta' | ||
|