Metadata-Version: 2.1
Name: ripley
Version: 0.1.0a7
Summary: data / database manipulation tool. See: https://github.com/d-ganchar/ripley
License: MIT
Keywords: data,database,sql,clickhouse
Author: Danila Ganchar
Requires-Python: >=3.8,<3.13
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Description-Content-Type: text/markdown

# 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)
