Metadata-Version: 2.1
Name: fullmetalcopy
Version: 0.0.2
Summary: Functions for faster PostgreSQL bulk inserts by copying to sql table.
Author: Odos Matthews
License: MIT
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: sqlalchemy
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: mypy >=0.910 ; extra == 'testing'
Requires-Dist: flake8 >=3.9 ; extra == 'testing'
Requires-Dist: tox >=3.24 ; extra == 'testing'
Requires-Dist: pytest ==6.2.5 ; extra == 'testing'
Requires-Dist: pytest-cov ==2.12.1 ; extra == 'testing'
Requires-Dist: pytest-asyncio ; extra == 'testing'
Requires-Dist: testing.postgresql ; extra == 'testing'

