foundationdb/bindings/python
Aaron Molitor a718a31dd7 update links to foundationdb.org to reference GitHub 2023-05-30 10:15:20 -05:00
..
fdb Fix several issues found by flake8. Ignore E402, which detects when we have import statements not at the top of the file, since we have many files that use this pattern and are not easy to fix. 2023-05-02 10:06:40 -07:00
tests Fix several issues found by flake8. Ignore E402, which detects when we have import statements not at the top of the file, since we have many files that use this pattern and are not easy to fix. 2023-05-02 10:06:40 -07:00
CMakeLists.txt Disable python unit tests in sanitizer builds (#9653) 2023-03-11 15:33:56 +01:00
MANIFEST.in Initial repository commit 2017-05-25 13:48:44 -07:00
README.rst update links to foundationdb.org to reference GitHub 2023-05-30 10:15:20 -05:00
setup.cfg added python code style options 2018-01-25 09:48:29 -08:00
setup.py.cmake flow, python, and go bindings 2019-02-15 00:01:42 -08:00
setup.py.in Changed python binding classifier to that on approved list: https://pypi.org/pypi?%3Aaction=list_classifiers 2018-07-13 07:58:08 -07:00

README.rst

Complete documentation of the FoundationDB Python API can be found at https://apple.github.io/foundationdb/api-python.html.

These bindings require the FoundationDB client. The client can be obtained from https://github.com/apple/foundationdb/releases