Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ This is the Python version of the [Form Javascript SDK](https://github.com/openg

Note that this library is still in beta.

Not using Python? Check out our sister SDKs:
- [formsg-javascript-sdk](https://github.com/opengovsg/formsg-javascript-sdk)
- [formsg-ruby-sdk](https://github.com/opengovsg/formsg-ruby-sdk)

## Requirements
Python 3.6+
## Quickstart
Expand Down Expand Up @@ -92,4 +96,4 @@ If the decrypted content is the correct shape, then:
decrypted the verified content will be called, and the result set as the
value of `verified` key. There is no shape validation for the decrypted
verified content. **If the verification fails, `None` is returned, even if
`decryptParams.encryptedContent` was successfully decrypted.**
`decryptParams.encryptedContent` was successfully decrypted.**