Skip to content

Commit bd7f4c4

Browse files
authored
Merge pull request #15 from cannlytics/dev
Published v0.0.10 to PyPi
2 parents df83886 + 1b77e47 commit bd7f4c4

145 files changed

Lines changed: 9248 additions & 9636 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ venv/
109109
ENV/
110110
env.bak/
111111
venv.bak/
112+
env.yaml
112113

113114
# Spyder project settings
114115
.spyderproject

.vscode/settings.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
},
1414
"files.exclude": {
1515
"**/__pycache__": true,
16-
// "**/__init__.py": true,
16+
"**/build": true,
17+
"**/cannlytics.egg-info": true,
18+
"**/dist": true,
1719
},
1820
"git.enabled": true,
1921
"git.enableSmartCommit": true,
@@ -24,7 +26,8 @@
2426
"python.linting.pylintEnabled": true,
2527
"[python]": {
2628
"editor.insertSpaces": true,
27-
"editor.tabSize": 4
29+
"editor.tabSize": 4,
30+
"editor.rulers": [79, 100],
2831
},
2932
"todo-tree.highlights.customHighlight": {
3033
"TODO": {
@@ -42,8 +45,10 @@
4245
},
4346
"cSpell.words": [
4447
"abcdefghijklmnopqrstuvwxyz",
48+
"analyte",
4549
"analytes",
4650
"appspot",
51+
"argparse",
4752
"arithmatex",
4853
"astype",
4954
"autohide",
@@ -52,6 +57,7 @@
5257
"bylocation",
5358
"cann",
5459
"cannabinoid",
60+
"Cannabinoids",
5561
"cannlypedia",
5662
"cannlytics",
5763
"chartjs",
@@ -65,14 +71,17 @@
6571
"codehilite",
6672
"collectstatic",
6773
"csrftoken",
74+
"dateutil",
6875
"daygrid",
6976
"djpass",
7077
"djuser",
7178
"dotenv",
79+
"dropna",
7280
"elon",
7381
"elon's",
7482
"esmodules",
7583
"favicon",
84+
"fillna",
7685
"firebaseapp",
7786
"firestore",
7887
"fullcalendar",
@@ -83,12 +92,14 @@
8392
"gmaps",
8493
"grotesk",
8594
"heatmap",
95+
"HPLC",
8696
"indica",
8797
"infowindow",
8898
"inkscape",
8999
"inplace",
90100
"isnan",
91101
"iterrows",
102+
"Jinga",
92103
"keegan",
93104
"keychain",
94105
"lims",
@@ -99,9 +110,12 @@
99110
"metrc",
100111
"mortle",
101112
"nbsp",
113+
"ndim",
114+
"newfile",
102115
"noinput",
103116
"octicons",
104117
"onhold",
118+
"openpyxl",
105119
"paletton",
106120
"pdfs",
107121
"plex",
@@ -129,12 +143,17 @@
129143
"subcollections",
130144
"testpypi",
131145
"timegrid",
146+
"tolist",
147+
"Topicals",
132148
"uids",
149+
"ulid",
133150
"unfinish",
134151
"unitsofmeasure",
135152
"untracked",
153+
"uoms",
136154
"urandom",
137155
"wsgi",
156+
"xlwings",
138157
"zondicons"
139158
],
140159
"yaml.customTags": [

HISTORY.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)