Skip to content

The Command Line Interface (CLI) & Python Module for Arcsecond.io. Plan your observations with your own code!

License

Notifications You must be signed in to change notification settings

arcsecond-io/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

461e1ad · Nov 5, 2024
Mar 31, 2024
Nov 5, 2024
Apr 28, 2024
Mar 31, 2024
Mar 31, 2024
Oct 31, 2016
Mar 31, 2024
Jan 9, 2022
Mar 29, 2024
Mar 29, 2024
Nov 5, 2024
Sep 10, 2018
Jul 30, 2018
Apr 28, 2024

Repository files navigation

Deploy Docs Downloads

Arcsecond CLI

The Command-line interface (CLI) for Arcsecond. It can be used as Python module too. The CLI makes it easy to login/register and access Arcsecond resources, public and private ones.

Read the docs

Development

To start developing the arcsecond CLI, fork the project, git clone it, then, in the arcsecond-cli folder, do (assuming virtualenv is installed):

$ cd ~/arcsecond-cli
$ virtualenv --python=pythonX.Y env
$ source env/bin/activate
$ pip install -e .

The last line ensure you can call the "locally installed" version of the code of that folder. Once done one first time, only the source env/bin/activate is needed when you restart a debugging session.