Metadata-Version: 2.4
Name: scopeql
Version: 0.3.1
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Rust
License-File: LICENSE
Summary: A command-line interface for ScopeDB
Home-Page: https://github.com/scopedb/scopeql
Author-email: "ScopeDB Inc." <tison@scopedb.io>
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/scopedb/scopeql/blob/main/CHANGELOG.md
Project-URL: Homepage, https://github.com/scopedb/scopeql
Project-URL: Repository, https://github.com/scopedb/scopeql

# ScopeQL: ScopeDB Command Line Interface

[![Apache 2.0 licensed][license-badge]][license-url]
[![Build Status][actions-badge]][actions-url]

[license-badge]: https://img.shields.io/crates/l/scopeql
[license-url]: LICENSE
[actions-badge]: https://github.com/scopedb/scopeql/workflows/CI/badge.svg
[actions-url]:https://github.com/scopedb/scopeql/actions?query=workflow%3ACI

## Overview

`scopeql` provides a command line interface and interactive shell for ScopeDB.

## License

This project is licensed under [Apache License, Version 2.0](LICENSE).

