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: 16 days ago
JSON representation
Indian Space Research Organisation API
- Host: GitHub
- URL: https://github.com/fayasnoushad/isro
- Owner: FayasNoushad
- License: mit
- Created: 2021-12-20T16:21:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T17:10:04.000Z (9 months ago)
- Last Synced: 2024-10-11T20:19:00.239Z (about 1 month ago)
- Topics: api, isro
- Language: Python
- Homepage: https://pypi.org/project/ISRO
- Size: 10.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ISRO
Indian Space Research Organisation API## Installation
```
pip install ISRO
```## Usage
```py
import isroisro.spacecrafts()
# returns spacecrafts dataisro.launchers()
# returns launchers dataisro.customer_satellites()
# returns customer satellites dataisro.centres()
# returns centers data
```