We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adcb2e commit cfc8026Copy full SHA for cfc8026
caltechdata_api/cli.py
@@ -1,7 +1,8 @@
1
import argparse
2
import requests
3
import s3fs
4
-from caltechdata_api import caltechdata_write, caltechdata_edit, parse_readme_to_json
+from caltechdata_api import caltechdata_write, caltechdata_edit
5
+from md_to_json import parse_readme_to_json
6
import json
7
import os
8
from cryptography.fernet import Fernet
0 commit comments