db-drift 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
db_drift/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ def main() -> None:
2
+ print("Hello from db-drift!")
@@ -0,0 +1,107 @@
1
+ Metadata-Version: 2.4
2
+ Name: db-drift
3
+ Version: 1.0.0
4
+ Summary: A command line tool to visualize the differences between two DB states.
5
+ Project-URL: source, https://github.com/dyka3773/db-drift
6
+ Author-email: Hercules Konsoulas <dyka3773@gmail.com>
7
+ License-Expression: MIT
8
+ License-File: LICENSE
9
+ Keywords: cli,command-line,database,db-drift,diff,visualization
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Topic :: Database
16
+ Classifier: Topic :: Software Development :: Build Tools
17
+ Classifier: Topic :: Software Development :: Version Control
18
+ Classifier: Topic :: Utilities
19
+ Classifier: Typing :: Typed
20
+ Requires-Python: >=3.13
21
+ Requires-Dist: oracledb>=3.3.0
22
+ Requires-Dist: psycopg[binary]>=3.2.9
23
+ Requires-Dist: pymysql>=1.1.1
24
+ Requires-Dist: python-dotenv>=1.1.1
25
+ Requires-Dist: pyyaml>=6.0.2
26
+ Requires-Dist: sqlmodel>=0.0.24
27
+ Requires-Dist: sshtunnel>=0.4.0
28
+ Description-Content-Type: text/markdown
29
+
30
+ <!-- omit in toc -->
31
+ # DB Drift
32
+
33
+ [![PyPI version](https://badge.fury.io/py/db-drift.svg)](https://badge.fury.io/py/db-drift)
34
+ ![Python](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12%20|%203.13-blue.svg)
35
+ ![License](https://img.shields.io/badge/license-MIT-green.svg)
36
+ [![Downloads](https://pepy.tech/badge/db-drift)](https://pepy.tech/project/db-drift)
37
+ [![CI](https://github.com/dyka3773/db-drift/workflows/CI/badge.svg)](https://github.com/dyka3773/db-drift/actions)
38
+ [![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
39
+
40
+ A command-line tool to visualize the differences between two DB states.
41
+
42
+ <!-- omit in toc -->
43
+ ## Table of Contents
44
+ - [Installation](#installation)
45
+ - [Features](#features)
46
+ - [How to Use](#how-to-use)
47
+ - [Examples](#examples)
48
+ - [Options](#options)
49
+ - [Troubleshooting](#troubleshooting)
50
+ - [Common Issues](#common-issues)
51
+ - [Getting Help](#getting-help)
52
+ - [Contributing](#contributing)
53
+ - [License](#license)
54
+
55
+
56
+ ## Installation
57
+
58
+ Install the package from PyPI:
59
+
60
+ ```bash
61
+ # Using pip
62
+ pip install db-drift
63
+
64
+ # Using pipx
65
+ pipx install db-drift
66
+
67
+ # Using poetry
68
+ poetry add db-drift
69
+
70
+ # Using pipenv
71
+ pipenv install db-drift
72
+
73
+ # Using uv
74
+ uv add db-drift
75
+ ```
76
+
77
+ ## Features
78
+ - Compare two database states and visualize the differences.
79
+
80
+ ## How to Use
81
+
82
+ ## Examples
83
+
84
+ ## Options
85
+
86
+ | Option | Description | Default |
87
+ |--------|-------------|---------|
88
+
89
+ ## Troubleshooting
90
+
91
+ ### Common Issues
92
+
93
+ ### Getting Help
94
+
95
+ - Check the [examples](examples/) directory for working samples
96
+ - Review the [issues](https://github.com/dyka3773/db-drift/issues) page for known problems
97
+ - Create a new issue if you encounter a bug or have a feature request
98
+
99
+ ## Contributing
100
+
101
+ Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
102
+
103
+ Please read our [CONTRIBUTING.md](CONTRIBUTING.md) file for more details.
104
+
105
+ ## License
106
+
107
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
@@ -0,0 +1,6 @@
1
+ db_drift/__init__.py,sha256=16f_yXLDNRuhMJCzDoBN5FWbXQ0x7cz3rxABt_03L2o,54
2
+ db_drift-1.0.0.dist-info/METADATA,sha256=2JaVQcwMW_4mzWf5mWBQD9oi-o4oEOxhflNcVNZK6QE,3128
3
+ db_drift-1.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ db_drift-1.0.0.dist-info/entry_points.txt,sha256=pFISFFjEb5q5Z0kYsCdrxvKRij6mvTtntx1uiago-7U,43
5
+ db_drift-1.0.0.dist-info/licenses/LICENSE,sha256=4zi6unpe17RUDMBu7ebh14jdbyvyeT-UA3n8Zl7aW74,1075
6
+ db_drift-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ db-drift = db_drift:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Hercules Konsoulas
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.