mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
created superscript.py, tbarequest.py v 1.0.1.000, edited repack_json.py
changelog tbarequest.py: - fixed a simple error
This commit is contained in:
parent
38d471113f
commit
1b41c409cc
Binary file not shown.
BIN
data analysis/__pycache__/repack_json.cpython-37.pyc
Normal file
BIN
data analysis/__pycache__/repack_json.cpython-37.pyc
Normal file
Binary file not shown.
BIN
data analysis/__pycache__/titanlearn.cpython-37.pyc
Normal file
BIN
data analysis/__pycache__/titanlearn.cpython-37.pyc
Normal file
Binary file not shown.
BIN
data analysis/__pycache__/visualization.cpython-37.pyc
Normal file
BIN
data analysis/__pycache__/visualization.cpython-37.pyc
Normal file
Binary file not shown.
@ -4,7 +4,7 @@ import ordereddict
|
||||
import collections
|
||||
import unicodecsv
|
||||
|
||||
content = open("realtimeDatabaseExport2018.json").read()
|
||||
content = open("data/realtimeDatabaseExport2018.json").read()
|
||||
|
||||
dict_content = json.loads(content)
|
||||
list_of_new_data = []
|
||||
|
3
data analysis/superscript.py
Normal file
3
data analysis/superscript.py
Normal file
@ -0,0 +1,3 @@
|
||||
import analysis
|
||||
import titanlearn
|
||||
import visualization
|
@ -9,8 +9,10 @@
|
||||
|
||||
__version__ = "1.0.0.001"
|
||||
|
||||
#changelog should be viewed using print(analysis.__changelog__)
|
||||
#changelog should be viewed using print(tbarequest.__changelog__)
|
||||
__changelog__ = """changelog:
|
||||
1.0.1.000:
|
||||
- fixed a simple error
|
||||
1.0.0.xxx:
|
||||
-added common requests and JSON processing"""
|
||||
__author__ = (
|
||||
|
Loading…
Reference in New Issue
Block a user