Metadata-Version: 2.1
Name: data-generator-postgresql-pkg
Version: 0.0.1.2
Summary: Data generator for postgres
Home-page: https://example.com
Author: Tarasenko Stepan
Author-email: st.a.tarasenko@gmail.com
License: UNKNOWN
Description: Put conf.cnf with such setting in one dir with data_generator and insert_to_db.
        This is how to position settings in conf.cnf
        
        varchar int date	//list of datatypes, spaces separated
        100000			//count of lines in file
        landing_zone/		//landing_zone path
        done/			//done path
        error/			//error path
        log.txt			//log.txt file path and name
        10			//how many file generate each hour
        mydb			//database name
        postgres		//username
        qwop1290		//password
        192.168.10.155		//host name
        test users nana		//tables name, for what generate data
        0.03			//how many files in total GB size add to postgres
        insert_dummy_function	//name of postgresql function, what inserts data
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
