Metadata-Version: 2.1
Name: lndb_rest
Version: 0.4.0
Summary: Rest API for a specific instance.
Author-email: Lamin Labs <laminlabs@gmail.com>
Description-Content-Type: text/markdown
Requires-Dist: nbproject
Requires-Dist: fastapi[uvicorn]
Requires-Dist: uvicorn[standard]
Requires-Dist: lamindb==0.22.2
Requires-Dist: python-multipart
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: nox ; extra == "dev"
Requires-Dist: pytest>=6.0 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Project-URL: Home, https://github.com/laminlabs/lndb-rest
Provides-Extra: dev
Provides-Extra: test

# lndb-rest: Single-instance management

This is the REST API for LaminDB!

## Installation

1. Clone this repository
2. Navigate to the repository and run:

   ```
   pip install .
   ```

## Start the server

Start the server by running:

```
./run-local-dev.sh
```

The instance and the user used by the server are defined in run-local-dev.sh file.
Feel free to override them if needed!

## Usage

Access API documentation from this endpoint:

```
http://localhost:8000/docs
```

