Ecosyste.ms: Awesome

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

https://github.com/FayasNoushad/ISRO

Indian Space Research Organisation API
https://github.com/FayasNoushad/ISRO

api isro

Last synced: 4 months ago
JSON representation

Indian Space Research Organisation API

Lists

README

        

# ISRO
Indian Space Research Organisation API

## Installation

```
pip install ISRO
```

## Usage

```py
import isro

isro.spacecrafts()
# returns spacecrafts data

isro.launchers()
# returns launchers data

isro.customer_satellites()
# returns customer satellites data

isro.centres()
# returns centers data
```