Metadata-Version: 2.1
Name: rocketman
Version: 0.1.1
Summary: An API wrapper for the r/SpaceX API
Home-page: https://github.com/Batucho/Rocketman
Author: Juan Ignacio Battiston
Author-email: juani.battiston2002@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Rocketman

A lightweight API wrapper for the r/SpaceX API

# Installation

**Python 3.9 or higher is recommended**

```
python3 -m pip install rocketman
```

Clone repository:

```
$ git clone https://github.com/Batucho/Rocketman
```

**Feel free to contribute or inform any bug!**


