dbexport

View on PyPIReverse Dependencies (0)

0.1.0 dbexport-0.1.0-py2.py3-none-any.whl

Wheel Details

Project: dbexport
Version: 0.1.0
Filename: dbexport-0.1.0-py2.py3-none-any.whl
Download: [link]
Size: 6019
MD5: 76cdb60c0848c28670b070e93171f6ae
SHA256: 9a2cb248f45eac2c561ae05092348fef812a963a94c74916d15071672f57e44d
Uploaded: 2020-04-09 16:01:26 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dbexport
Version: 0.1.0
Summary: Python projects that takes the input from a postgres database and exports the results on csv and json format
Author: Themis Anagnostopoulos
Author-Email: them.anagno[at]gmail.com
Home-Page: https://github.com/themisAnagno/dataTransformation.git
Download-Url: https://github.com/themisAnagno/dataTransformation/archive/v0.1.0.zip
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7.0
Requires-Dist: sqlalchemy
Requires-Dist: psycopg2-binary
Description-Content-Type: text/markdown
[Description omitted; length: 306 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
dbexport/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dbexport/csv_export.py sha256=cyQAqBqlKUVBo0-jtph464ssQRmKot2tfeHBJ2vOK64 775
dbexport/json_export.py sha256=od3ajjr6BoFSXxXc9ATBB1gHCEdsSeaEsUjVM8jZ1Qk 1618
dbexport/configdb/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dbexport/configdb/config_db.py sha256=VgC9XDlaU8OM3Hyoe0spgvDr0EcbLgaqHxJBN8PhKyE 1296
dbexport/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dbexport/models/models.py sha256=z7sb_HKlDJfV6Vih5xJJAuufQuT_cIAsXJrm3VTuths 2810
dbexport-0.1.0.dist-info/LICENSE sha256=WtwoMTC4Phag4ya_LHWKenhM6gZFMxkkQLYK1lLxIWA 1063
dbexport-0.1.0.dist-info/METADATA sha256=KEhstGa_GX2R-RQ2onzP4WD84H-zmhsx_al4-iRpisI 1180
dbexport-0.1.0.dist-info/WHEEL sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY 110
dbexport-0.1.0.dist-info/entry_points.txt sha256=i-dVmSkunkdrGeQRVuF_nnTT7uDgiTYVHnuMC5TFuO4 107
dbexport-0.1.0.dist-info/top_level.txt sha256=7MGGLDm3N2r3Zs2CMoQfVpar_0QewTmTr9mjNXyMkzk 9
dbexport-0.1.0.dist-info/RECORD

top_level.txt

dbexport

entry_points.txt

csvexport = dbexport.csv_export:run_export
jsonexport = dbexport.json_export:run_export