Package surrealpy
This project is licensed under the terms of the MIT license. See the LICENSE file. Note: This is a wrapper for the Surreal API. This is not the official Surreal API. This is not affiliated with Surreal. This is not endorsed by Surreal.
Expand source code
"""
This project is licensed under the terms of the MIT license. See the LICENSE file.
Note: This is a wrapper for the Surreal API. This is not the official Surreal API. This is not affiliated with Surreal. This is not endorsed by Surreal.
"""
# For now, this project only support Python 3.9 and above.
import sys
if sys.version_info < (3, 9):
sys.exit("Python 3.9 or above is required.")
__authors__ = ("https://github.com/bilinenkisi", "https://github.com/redbuls81")
__version__ = "0.1.0.dev"
__handler_version__ = "0.1.0.dev"
__http_version__ = "0.1.0.dev"
Sub-modules
surrealpy.exceptions
surrealpy.functions
surrealpy.handler
surrealpy.http
surrealpy.utils
surrealpy.ws