py-space is a command-line interface (CLI) tool that interacts with NASA's open APIs. It provides a simple command to greet users with a message from space.
To install the required dependencies, run:
pip install -r requirements.txt
To use the py-space
CLI, run the following command:
python -m src.cli hello
This will output:
hello from space
Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.
This project is licensed under the MIT License.