sifaka

Test your API endpoints from the Terminal.


License
MIT
Install
pip install sifaka==0.0.0

Documentation

Sifaka

This aims to be a terminal-based application for testing your API endpoints. Think Postman but in the terminal. I also want to add the ability to run directly in the console, as an easier alternative to curl and similar.

Currently, it is in the very early stages of development and is not yet ready for use.

Development setup

Install the dependencies using Poetry:

$ poetry install

Then, activate the virtual environment:

$ poetry shell

The application can be run using the following command:

$ sifaka

Contributing

Contributions are welcome! Please see the contributing guidelines

License

This project is released under the terms of the MIT license.

Credits

The original Python boilerplate for this package was created using my Pymaker package.