Metadata-Version: 2.1
Name: surrealdb
Version: 0.0.1
Summary: Python client for SurrealDB database
Project-URL: Homepage, https://github.com/ambrozic/surrealdb
Project-URL: Documentation, https://github.com/ambrozic/surrealdb
Project-URL: Source, https://github.com/ambrozic/surrealdb
Project-URL: Changelog, https://github.com/ambrozic/surrealdb/blob/master/changelog.md
Project-URL: SurrealDB, https://surrealdb.com
Author-email: ambrozic <ambrozic@gmail.com>
License: Copyright (c) Gregor Ambrozic and individual contributors. All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification,
        are permitted provided that the following conditions are met:
        
            1. Redistributions of source code must retain the above copyright notice,
            this list of conditions and the following disclaimer.
        
            2. Redistributions in binary form must reproduce the above copyright
            notice, this list of conditions and the following disclaimer in the
            documentation and/or other materials provided with the distribution.
        
            3. The names of the contributors may not be used to endorse or promote
            products derived from this software without specific prior written
            permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
        ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
        ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: client,database,surrealdb
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: httpx<1.0,>=0.23.0
Provides-Extra: dev
Requires-Dist: black>=22.8.0; extra == 'dev'
Requires-Dist: flake8>=5.0.4; extra == 'dev'
Requires-Dist: isort>=5.10.1; extra == 'dev'
Requires-Dist: mypy>=0.971; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-asyncio<1.0,>=0.19.0; extra == 'test'
Requires-Dist: pytest-clarity<2.0,>=1.0; extra == 'test'
Requires-Dist: pytest-cov<4.0,>=3.0.0; extra == 'test'
Requires-Dist: pytest-mock<4.0,>=3.8.2; extra == 'test'
Requires-Dist: pytest-sugar<1.0,>=0.9; extra == 'test'
Requires-Dist: pytest<8.0,>=7.1.0; extra == 'test'
Description-Content-Type: text/markdown

# SurrealDB

[SurrealDB](https://surrealdb.com/) is the ultimate cloud database for tomorrow's applications.
