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.
- Host: GitHub
- URL: https://github.com/arcsecond-io/cli
- Owner: arcsecond-io
- License: mit
- Created: 2016-10-31T12:55:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-05-11T07:12:18.000Z (about 1 month ago)
- Last Synced: 2026-05-11T09:23:36.452Z (about 1 month ago)
- Topics: arcsecond, arcsecond-cloud, astronomy, cli, observations, python
- Language: Python
- Homepage: https://docs.arcsecond.io/cli
- Size: 2.29 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/arcsecond-io/cli/actions/workflows/docsdeploy.yml) [](http://pepy.tech/project/arcsecond)
[](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
[](https://app.fossa.com/projects/git%2Bgithub.com%2Farcsecond-io%2Fcli?ref=badge_large)