{ "info": { "author": "Ramakrishna Nemani", "author_email": "ram.nemani@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "testdatagen python package\n==========================\n\nThis testdatagen.nameandaddr module generates pipe ('\\|') delimited test\ndata with the following fields - firstname, lastname, email,\nstreetAddress, ZipCode, City, State, StateAbrv, County, Latitude,\nLongitude\n\nThe intention of this module is to provide a simple way to quickly\ngenerate person test data.\n\nUsage :\n\n::\n\n from testdatagen import nameandaddr\n nameandaddr.nameaddr(filename, recordcount)\n\n example : nameandaddr.nameaddr('persons.csv', 300)\n\n This example will create a file named 'persons.csv' in the directory where this program is located.\n The file 'persons.csv' will have 300 lines.\n It is recommended that you provide a fuly qualified file name (i.e. /path/filename)\n\nIt needs the included csv files to generate the test data. These files\nare listed below -\n\n::\n\n testdata_dn.csv\n testdata_fn.csv\n testdata_ln.csv\n testdata_st.csv\n us_postal_codes.csv\n\nOf the above csv files, the first four are created using faker module.\nThe last file is publicly available information.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ramnemani/testdatagen/archive/0.1.19.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ramnemani/testdatagen", "keywords": "testdata,test data,fake", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "testdatagen", "package_url": "https://pypi.org/project/testdatagen/", "platform": "", "project_url": "https://pypi.org/project/testdatagen/", "project_urls": { "Download": "https://github.com/ramnemani/testdatagen/archive/0.1.19.tar.gz", "Homepage": "https://github.com/ramnemani/testdatagen" }, "release_url": "https://pypi.org/project/testdatagen/0.1.19/", "requires_dist": null, "requires_python": "", "summary": "Generates pipe delimited test data", "version": "0.1.19" }, "last_serial": 3124485, "releases": { "0.1.19": [ { "comment_text": "", "digests": { "md5": "3f269d98ede04bc8059fc2b002942581", "sha256": "3267e925f9b433eded410bfbaed889abd4d163f859a84caebbabc6fff77cb266" }, "downloads": -1, "filename": "testdatagen-0.1.19.tar.gz", "has_sig": false, "md5_digest": "3f269d98ede04bc8059fc2b002942581", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1452053, "upload_time": "2017-08-26T02:14:49", "url": "https://files.pythonhosted.org/packages/1d/20/7842d797fa1821790d2e825ffebd4b4f000db1d8b2aef97d44ab6164ff55/testdatagen-0.1.19.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f269d98ede04bc8059fc2b002942581", "sha256": "3267e925f9b433eded410bfbaed889abd4d163f859a84caebbabc6fff77cb266" }, "downloads": -1, "filename": "testdatagen-0.1.19.tar.gz", "has_sig": false, "md5_digest": "3f269d98ede04bc8059fc2b002942581", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1452053, "upload_time": "2017-08-26T02:14:49", "url": "https://files.pythonhosted.org/packages/1d/20/7842d797fa1821790d2e825ffebd4b4f000db1d8b2aef97d44ab6164ff55/testdatagen-0.1.19.tar.gz" } ] }