mysql-to-sqlite3

View on PyPIReverse Dependencies (0)

2.3.0 mysql_to_sqlite3-2.3.0-py3-none-any.whl

Wheel Details

Project: mysql-to-sqlite3
Version: 2.3.0
Filename: mysql_to_sqlite3-2.3.0-py3-none-any.whl
Download: [link]
Size: 19692
MD5: e64ba2e8ae7380ec9bb006b5ce47c81e
SHA256: b7653622a69ed300e3e91eec5e6004605bb9c21c6ddc767a207beafb56d78f52
Uploaded: 2024-07-30 20:32:32 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: mysql-to-sqlite3
Version: 2.3.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.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 :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Requires-Python: >=3.8
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.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
mysql_to_sqlite3/__init__.py sha256=CdF4YuUmagEfMSBrnpfs3DheLz0j-4V9em5lA7qgKvs 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.3.0.dist-info/METADATA sha256=TPwZTe40AvMJB4EU5ehjBqaLPbSbYbJ3NIFjThjvtbA 8984
mysql_to_sqlite3-2.3.0.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
mysql_to_sqlite3-2.3.0.dist-info/entry_points.txt sha256=ch1oE44_2fyPKkF_AzdXhnSj1UJAldY5N8fX3flKFvA 58
mysql_to_sqlite3-2.3.0.dist-info/licenses/LICENSE sha256=H0EdSH_hMZZdfjMFxEwS3_THD_ILq3ia4QUNeT1t54Y 1069
mysql_to_sqlite3-2.3.0.dist-info/RECORD

entry_points.txt

mysql2sqlite = mysql_to_sqlite3.cli:cli