1 SCC access script |
1 Overview |
2 ================= |
2 ================= |
3 |
3 |
4 This small scripts permits interacting with the Single Calculus Chain through |
4 This package provides a script which permits interacting with the |
5 the command line. Specifically, with the script you can: |
5 Single Calculus Chain through the command line. Specifically, with the script you can: |
6 |
6 |
7 * Upload a file to the SCC for processing |
7 * Upload a file to the SCC for processing |
8 * Download the processed files and graphs |
8 * Download the processed files and graphs |
9 * Delete an existing measurement from the SCC (with appropriate privileges) |
9 * Delete an existing measurement from the SCC (with appropriate privileges) |
10 |
10 |
22 |
22 |
23 |
23 |
24 Installation |
24 Installation |
25 ------------ |
25 ------------ |
26 |
26 |
27 The only requirement for running this program is the requests python module. |
27 The easiest way to install this module is from the python package index using pip: |
28 If you have pip installed you can install it by:: |
|
29 |
28 |
30 pip install requests. |
29 pip install scc_access |
31 |
30 |
32 See http://docs.python-requests.org/en/latest/user/install/ for more details. |
31 See http://docs.python-requests.org/en/latest/user/install/ for more details. |
33 |
32 |
34 You can use the script by cloning this mercurial repository. Alternatively, you |
33 You can also use the script by cloning this mercurial repository. Alternatively, you |
35 can just coppy the scc_access.py and and settings.sample.py files to a local |
34 can just copy the scc_access.py and and settings.sample.py files to a local |
36 directory. |
35 directory. |
37 |
36 |
38 |
37 |
39 Settings |
38 Settings |
40 -------- |
39 -------- |