Metadata-Version: 2.1
Name: moabdb
Version: 0.1.55
Summary: MoabDB
Author-email: Jackson Coxson <jkcoxson@gmail.com>, Brian Roseman <brian@roseman.dev>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pandas
Requires-Dist: protobuf
Requires-Dist: requests
Requires-Dist: pyarrow
Project-URL: Home, https://moabdb.com
Project-URL: Source, https://github.com/MoabDB/moabdb-py

# MoabDB
The repository for the official MoabDB Python client.
Check out our [official site](https://moabdb.com) for information about MoabDB.

## Getting Started
Install with pip:
```bash
pip install moabdb
```
Check out the [docs](https://docs.moabdb.com) and [getting started guide](https://docs.moabdb.com/tutorial/quickstart.html).

## Development
Contributions will be licensed under the MIT license unless specified otherwise.
Before submitting a pull request, make sure that pylint passes. PRs will not be merged without proper linting.
```bash
pylint moabdb
```

## License
This client library is licensed under the MIT license.

