An open API service indexing awesome lists of open source software.

https://github.com/arcsecond-io/cli

The Command Line Interface (CLI) & Python Module for Arcsecond.io.
https://github.com/arcsecond-io/cli

arcsecond arcsecond-cloud astronomy cli observations python

Last synced: 28 days ago
JSON representation

The Command Line Interface (CLI) & Python Module for Arcsecond.io.

Awesome Lists containing this project

README

          

[![Deploy Docs](https://github.com/arcsecond-io/cli/actions/workflows/docsdeploy.yml/badge.svg)](https://github.com/arcsecond-io/cli/actions/workflows/docsdeploy.yml) [![Downloads](http://pepy.tech/badge/arcsecond)](http://pepy.tech/project/arcsecond)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Farcsecond-io%2Fcli.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Farcsecond-io%2Fcli?ref=badge_shield)

# 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](https://docs.arcsecond.io/cli)

# Development

To start developing the arcsecond CLI, fork the project, `git clone` it,
then, in the arcsecond-cli folder, do
(assuming [virtualenv](https://virtualenv.pypa.io/en/stable/) is installed):

```bash
$ 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.

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Farcsecond-io%2Fcli.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Farcsecond-io%2Fcli?ref=badge_large)