This CLI give the possibility to do a queries in Star Wars API and returns a JSON in a terminal.
$ pip install swcli
- films
- people
- planets
- species
- starships
- vehicles
Ever object you can search by the name. Like below:
$ swcli people --name=Luke
Name: Luke Skywalker
Height: 1.72
Mass: 77
Hair color: blond
Skin color: fair
Eye color: blue
Birth year: 19BBY
Gender: male
Homeworld: Tatooine
Films: ['A New Hope', 'The Empire Strikes Back', 'Return of the Jedi', 'Revenge of the Sith']
Species: []
Vehicles: ['Snowspeeder', 'Imperial Speeder Bike']
Starships: ['X-wing', 'Imperial shuttle']
- Python 3.8
- Poetry
- Fire
- httpx
- PyTest
- Refactoring
- Implement tests
- Improve performance
- Implement CI/CD.