This repository was archived by the owner on Apr 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
APSToolkitPython/Tutorials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 " Requirement already satisfied: certifi>=2017.4.17 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from requests->aps-toolkit) (2024.2.2)\n " ,
9090 " Requirement already satisfied: six>=1.5 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from python-dateutil>=2.8.1->pandas->aps-toolkit) (1.16.0)\n " ,
9191 " Downloading aps_toolkit-0.5.3-py3-none-any.whl (55 kB)\n " ,
92- " \u001b [2K \u001b [90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b [0m \u001b [32m55.7/55.7 kB\u001b [0m \u001b [31m496.4 kB/s\u001b [0m eta \u001b [36m0:00:00\u001b [0ma \u001b [36m0:00:01\u001b [0m\n " ,
93- " \u001b [?25hInstalling collected packages: aps-toolkit\n " ,
92+ " \u001B [2K \u001B [90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001B [0m \u001B [32m55.7/55.7 kB\u001B [0m \u001B [31m496.4 kB/s\u001B [0m eta \u001B [36m0:00:00\u001B [0ma \u001B [36m0:00:01\u001B [0m\n " ,
93+ " \u001B [?25hInstalling collected packages: aps-toolkit\n " ,
9494 " Attempting uninstall: aps-toolkit\n " ,
9595 " Found existing installation: aps-toolkit 0.5.1\n " ,
9696 " Uninstalling aps-toolkit-0.5.1:\n " ,
220220 "outputs" : [],
221221 "source" : [
222222 " import os\n " ,
223+ " \n " ,
223224 " client_id = os.environ.get('APS_CLIENT_ID')\n " ,
224225 " client_secret = os.environ.get('APS_CLIENT_SECRET')\n " ,
225226 " auth = Auth(client_id, client_secret)\n "
You can’t perform that action at this time.
0 commit comments