sparq 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sparq
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Python client for the sparq api - automated degree planning for SJSU students + more
5
5
  Author-email: Shiven Sheth <shivsbots@gmail.com>
6
6
  License-Expression: MIT
@@ -0,0 +1,10 @@
1
+ auth.py,sha256=MK1cCKnhkPru6DTp8rSG4G4cTuxydRC-FJQV2Ua4zqc,1576
2
+ client.py,sha256=V-2lY3-Bqf3OS57uDvld1pCJ0GgOAQCNQathZoAJbVI,2003
3
+ recover.py,sha256=mytwHgfYqLXP8TTLpHA1MQuHSwqiXk5d3_0IlNOnTkQ,1362
4
+ sparq.py,sha256=HDgQHUTEEQ9vzvL9NmQoNiSb5egBW_kcHMoy2D5MJWc,2387
5
+ usage.py,sha256=-iaXr_CZGlY7qNxJCzkU0P1eZ-cZDHJYjLPbpKDBqq8,1845
6
+ sparq-0.1.2.dist-info/licenses/LICENSE,sha256=u3S2yd9hZVIlnAs1I1u7Dh7yvkF5UOD2ioaXRzuPqhQ,1068
7
+ sparq-0.1.2.dist-info/METADATA,sha256=yU71_6gtkZGai9hEU8vK9F7wU-BTxGwrLbfsqVFONKc,2043
8
+ sparq-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ sparq-0.1.2.dist-info/top_level.txt,sha256=8ohSeMkAXB1sxbHBoDcVpasI4M77v7tfPqP2Mu3Kjts,32
10
+ sparq-0.1.2.dist-info/RECORD,,
usage.py CHANGED
@@ -1,7 +1,7 @@
1
1
  import requests
2
2
  from pathlib import Path
3
3
 
4
- API_URL = "http://localhost:8000"
4
+ API_URL = "https://sparq-api.onrender.com"
5
5
 
6
6
  def load_api_key():
7
7
  config_path = Path.home() / ".sparq" / "config.txt"
@@ -1,10 +0,0 @@
1
- auth.py,sha256=MK1cCKnhkPru6DTp8rSG4G4cTuxydRC-FJQV2Ua4zqc,1576
2
- client.py,sha256=V-2lY3-Bqf3OS57uDvld1pCJ0GgOAQCNQathZoAJbVI,2003
3
- recover.py,sha256=mytwHgfYqLXP8TTLpHA1MQuHSwqiXk5d3_0IlNOnTkQ,1362
4
- sparq.py,sha256=HDgQHUTEEQ9vzvL9NmQoNiSb5egBW_kcHMoy2D5MJWc,2387
5
- usage.py,sha256=O6fU-uRb7g-L_i2B3q1nQ6HpcvG6gBsmNRC0oF74tIo,1836
6
- sparq-0.1.1.dist-info/licenses/LICENSE,sha256=u3S2yd9hZVIlnAs1I1u7Dh7yvkF5UOD2ioaXRzuPqhQ,1068
7
- sparq-0.1.1.dist-info/METADATA,sha256=8kuMVggfLZ1fGLp103JZtN8to0Kmtw1ssc8V4uV9xP0,2043
8
- sparq-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- sparq-0.1.1.dist-info/top_level.txt,sha256=8ohSeMkAXB1sxbHBoDcVpasI4M77v7tfPqP2Mu3Kjts,32
10
- sparq-0.1.1.dist-info/RECORD,,
File without changes