Skip to content

Python library for client usage of the AUTCT RPC API

Notifications You must be signed in to change notification settings

AdamISZ/autct-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autct-api

This allows a Python application to make RPC calls to an autct server, without any dependencies or cryptographic library calls. Read there for me details on what autct is.

The RPC calls provided are:

  • prove

  • verify

  • createkeys

Install

pip install autctapi

Projected published on PyPI. A very small library that only relies on websockets.

Examples

To try it out, you need to run the autct rust binary as a server. The syntax for that is shown in the Worked Example section of that repo's readme. Then, run here:

python src/example.py

... although obviously the purpose here is for a Python developer to actually read that file, and look at the way that RPC calls are done. Individual scenarios will require different config settings, that can easily be modified as shown in that file.

About

Python library for client usage of the AUTCT RPC API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages