python sample code to access Firefox Account (FxA) APIs
Перейти к файлу
Ryan Kelly 321d8268d9 Bump version number, add maintainer info to setup.py 2014-08-14 11:15:10 +10:00
fxa_client Merge branch 'pr13d' 2014-08-13 16:26:20 +10:00
scripts scripts: clean up whitespace 2014-07-14 10:36:40 -07:00
.gitignore update Makefile instructions, setup process 2014-07-01 12:11:55 -07:00
CONTRIBUTORS.txt Add a CONTRIBUTORS.txt file 2014-08-14 11:06:31 +10:00
Makefile Makefile: fix 'vectors' target 2014-07-14 16:27:58 -07:00
README.md Update the documentation with platforms requirements(#17) 2014-07-29 14:01:13 +03:00
setup.py Bump version number, add maintainer info to setup.py 2014-08-14 11:15:10 +10:00

README.md

fxa-python-client

Python sample code to access Firefox Account (FxA) APIs, run by the server in https://github.com/mozilla/fxa-auth-server . This is most useful for running automated tests, and as supplemental documentation of the protocol.

To install this package you need a couple of prerequisites, the cryptography module needs a C compiler and OpenSSL installed.

Windows

Linux (Ubuntu):

Open the terminal or any other package manager and install the following packages:

sudo apt-get install build-essential libssl-dev libffi-dev python-dev

Mac

The source tree also contains a tool to create test vectors for the FxA auth protocol.