Skip to content

String manipulation using Python.

License

Notifications You must be signed in to change notification settings

Devwarlt/string-man-py

Repository files navigation

string-man-py license-badge

String manipulation using Python with Flask framework.

Languages

py-language-badge

Tests

cURL -> GET ROT-13 Encrypt

curl --request GET http:https://127.0.0.1:3200/rot13/encrypt?plain_text=Hello,%20world! | python -m json.tool

cURL -> GET ROT-13 Decrypt

curl --request GET http:https://127.0.0.1:3200/rot13/decrypt?rot13_encrypted_text=Uryyb,%20jbeyq! | python -m json.tool

cURL -> POST ROT-13 Encrypt

curl --header "Content-Type: application/json" --request POST --data '{"\"plain_text"\":"\"Hello, world!"\"}' http:https://127.0.0.1:3200/rot13/encrypt | python -m json.tool

cURL -> POST ROT-13 Decrypt

curl --header "Content-Type: application/json" --request POST --data '{"\"rot13_encrypted_text"\":"\"Uryyb, jbeyq!"\"}' http:https://127.0.0.1:3200/rot13/decrypt | python -m json.tool

Contributors

About

String manipulation using Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published