mysql-to-sqlite3

View on PyPIReverse Dependencies (0)

2.4.0 mysql_to_sqlite3-2.4.0-py3-none-any.whl

Wheel Details

Project: mysql-to-sqlite3
Version: 2.4.0
Filename: mysql_to_sqlite3-2.4.0-py3-none-any.whl
Download: [link]
Size: 19691
MD5: 3cd9915abe732df7e6491d62ce342f10
SHA256: b2d42e4c4e949e5cc8c42dadd37e7fe6b7d7376e96c39b05147fdeab3d8dd593
Uploaded: 2025-03-27 09:06:35 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: mysql-to-sqlite3
Version: 2.4.0
Summary: A simple Python tool to transfer data from MySQL to SQLite 3
Author-Email: Klemen Tusar <techouse[at]gmail.com>
Project-Url: Homepage, https://techouse.github.io/mysql-to-sqlite3/
Project-Url: Documentation, https://techouse.github.io/mysql-to-sqlite3/
Project-Url: Source, https://github.com/techouse/mysql-to-sqlite3
Project-Url: Changelog, https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md
Project-Url: Sponsor, https://github.com/sponsors/techouse
Project-Url: PayPal, https://paypal.me/ktusar
License: MIT
Keywords: data,migrate,migration,mysql,sqlite3,transfer
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Requires-Python: >=3.9
Requires-Dist: click (>=8.1.3)
Requires-Dist: mysql-connector-python (>=9.0.0)
Requires-Dist: python-dateutil (>=2.9.0.post0)
Requires-Dist: python-slugify (>=7.0.0)
Requires-Dist: pytimeparse2
Requires-Dist: simplejson (>=3.19.0)
Requires-Dist: tabulate
Requires-Dist: tqdm (>=4.65.0)
Requires-Dist: types-python-dateutil
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7122 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
mysql_to_sqlite3/__init__.py sha256=WX-Zh1g33vPDG5vfxRF_TQrVuQ0HsJu3y2k_V9Mmwys 118
mysql_to_sqlite3/cli.py sha256=_GUODKqVdjkrGaPw8A40paD_c7ZOjW976nK-LDGhEGM 8099
mysql_to_sqlite3/click_utils.py sha256=HV7qanSZVazkdD1QkzevMOa3v_2AoF4pFcJUGM-AEy8 2661
mysql_to_sqlite3/debug_info.py sha256=25nCqsGD6z_IEJAOSW7BwgKxCywJRmPARh3I1P-vCys 3330
mysql_to_sqlite3/mysql_utils.py sha256=CRfzbu-7OdeRXhOhhyV_PMEwGAsShf76hlXP4UHo56U 1252
mysql_to_sqlite3/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
mysql_to_sqlite3/sqlite_utils.py sha256=wi0IjIqydGhWMamslGAC0Poqt1dDkNuK6Z4OVJAVVHg 1936
mysql_to_sqlite3/transporter.py sha256=Tdm7ltudQbqhu2rTHj_iD9KiNreCRHSyM8uzPoSnhNY 32423
mysql_to_sqlite3/types.py sha256=a6zwcfUD3QM74b5U9yzX5-6zkoukk_wTDNYipt8U_jw 2175
mysql_to_sqlite3-2.4.0.dist-info/METADATA sha256=sh70MEezYKIEuJ7U95HA_EFnfwwGvAO1jNRj7T3L-8M 8985
mysql_to_sqlite3-2.4.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
mysql_to_sqlite3-2.4.0.dist-info/entry_points.txt sha256=ch1oE44_2fyPKkF_AzdXhnSj1UJAldY5N8fX3flKFvA 58
mysql_to_sqlite3-2.4.0.dist-info/licenses/LICENSE sha256=tz-th5-Mq889MmTGiK4i40zSWz0RBoNsUC_4Lr6TbNM 1069
mysql_to_sqlite3-2.4.0.dist-info/RECORD

entry_points.txt

mysql2sqlite = mysql_to_sqlite3.cli:cli