python sample code to access Firefox Account (FxA) APIs
Перейти к файлу
Brian Warner f0ca227aeb require py2.7, remove argparse from install_requires
since argparse is part of the stdlib starting with py2.7
2014-07-14 10:45:22 -07:00
bin Make use of entry_poins for creating the binary for the module (#10) 2014-07-03 17:44:29 +03:00
fxa_client tolerate restmail errors better 2014-07-03 11:47:28 -07: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
Makefile don't install bin/fxa-vectors, just run it from source 2014-07-01 12:24:13 -07:00
README.md README: explain the purpose a bit better 2014-07-01 12:27:46 -07:00
setup.py require py2.7, remove argparse from install_requires 2014-07-14 10:45:22 -07: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.

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