Skip to content

Commit 718dd48

Browse files
v0.0.3 update
1 parent 474fc5b commit 718dd48

File tree

14 files changed

+2280
-2243
lines changed

14 files changed

+2280
-2243
lines changed

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.env
2-
.vscode
3-
*.ipynb
4-
.ruff_cache
5-
__pycache__
6-
\data
1+
.env
2+
.vscode
3+
*.ipynb
4+
.ruff_cache
5+
__pycache__
6+
\data
77
main.py

app/minds.egg-info/PKG-INFO

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,50 @@
11
Metadata-Version: 2.1
22
Name: minds
3-
Version: 0.0.2
3+
Version: 0.0.3
44
Summary: A package for downloading and processing data from the MINDS database
55
Home-page: https://github.com/lab-rasool/MINDS
66
Author: Aakash Tripathi
77
Author-email: aakash.tripathi@moffitt.org
88
License: MIT
99
Description-Content-Type: text/markdown
1010
License-File: LICENSE
11+
Requires-Dist: cachetools
12+
Requires-Dist: certifi
13+
Requires-Dist: charset-normalizer
14+
Requires-Dist: google-api-core
15+
Requires-Dist: google-api-python-client
16+
Requires-Dist: google-auth-httplib2
17+
Requires-Dist: google-cloud-bigquery
18+
Requires-Dist: google-cloud-core
19+
Requires-Dist: google-cloud-storage
20+
Requires-Dist: google-crc32c
21+
Requires-Dist: google-resumable-media
22+
Requires-Dist: googleapis-common-protos
23+
Requires-Dist: grpcio
24+
Requires-Dist: httplib2
25+
Requires-Dist: hurry.filesize
26+
Requires-Dist: idna
27+
Requires-Dist: packaging
28+
Requires-Dist: proto-plus
29+
Requires-Dist: protobuf
30+
Requires-Dist: pyasn1
31+
Requires-Dist: pyasn1-modules
32+
Requires-Dist: pyparsing
33+
Requires-Dist: requests
34+
Requires-Dist: rsa
35+
Requires-Dist: six
36+
Requires-Dist: tqdm
37+
Requires-Dist: uritemplate
38+
Requires-Dist: urllib3
39+
Requires-Dist: google-auth
40+
Requires-Dist: retry
41+
Requires-Dist: numpy
42+
Requires-Dist: pandas
43+
Requires-Dist: python-dotenv
44+
Requires-Dist: sqlalchemy
45+
Requires-Dist: pymysql
46+
Requires-Dist: cryptography
47+
Requires-Dist: rich
1148

1249
<div align="center">
1350
<picture>

0 commit comments

Comments
 (0)