Metadata-Version: 2.4
Name: ripley
Version: 0.1.0b0
Summary: data / database manipulation tool. See: https://github.com/d-ganchar/ripley
Author-email: Danila Ganchar <danila.ganchar@gmail.com>
Maintainer-email: Danila Ganchar <danila.ganchar@gmail.com>
License: MIT license
Project-URL: Homepage, https://d-ganchar.github.io/ripley.html
Project-URL: Changelog, https://github.com/d-ganchar/ripley/releases
Project-URL: Issues, https://github.com/d-ganchar/ripley/issues
Project-URL: CI, https://github.com/d-ganchar/ripley/actions?query=event%3Arelease
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Database
Classifier: Programming Language :: SQL
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: Programming Language :: Python :: 3.12
Requires-Python: <3.14,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Ripley

**Ripley** provides a simple interface for routine db operations and data maintenance. The main idea:

- no dependencies
- no error handlers
- no package errors
- isolation from the database driver

Implementations: [Clickhouse](https://clickhouse.com/)

<hr/>


[![Python versions](https://img.shields.io/badge/Package-Info-blue?logo=hackthebox)](https://d-ganchar.github.io/ripley.html)
