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:
ltcptgeneral 2019-02-05 09:42:00 -06:00
parent 38d471113f
commit 1b41c409cc
7 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4,7 +4,7 @@ import ordereddict
import collections import collections
import unicodecsv import unicodecsv
content = open("realtimeDatabaseExport2018.json").read() content = open("data/realtimeDatabaseExport2018.json").read()
dict_content = json.loads(content) dict_content = json.loads(content)
list_of_new_data = [] list_of_new_data = []

View File

@ -0,0 +1,3 @@
import analysis
import titanlearn
import visualization

View File

@ -9,8 +9,10 @@
__version__ = "1.0.0.001" __version__ = "1.0.0.001"
#changelog should be viewed using print(analysis.__changelog__) #changelog should be viewed using print(tbarequest.__changelog__)
__changelog__ = """changelog: __changelog__ = """changelog:
1.0.1.000:
- fixed a simple error
1.0.0.xxx: 1.0.0.xxx:
-added common requests and JSON processing""" -added common requests and JSON processing"""
__author__ = ( __author__ = (