{ "info": { "author": "Mostafa M. Mohamed", "author_email": "mostafa.amin93@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\n==========\nDjenerator\n==========\nDjenerator is a simple tool made to generate test/random data from the model description of django.\n\nInstallation\n============\nUsing pip, you can install djenerator using this command:\n\n.. code-block:: bash\n\n $ pip install djenerator\n\nUsage\n=====\nFull documentation: http://pythonhosted.org/djenerator/usage.html\n\nAdd 'djenerator' to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'djenerator',\n ...\n )\n\nThe generation of data are then done by a command using manage.py file in your project:\n\n.. code-block:: bash\n\n $ python manage.py jenerate size app_name output_file\n\nThere's another command that can be used for data generation, in this case the generated data will be dumped in the database:\n\n.. code-block:: bash\n\n $ python manage.py jendb size app_name\n\nRunning the tests\n=================\nRun the tests by running the command:\n\n.. code-block:: bash\n\n $ python runtests.py\n\nTODOs and BUGS\n==============\nSee: https://github.com/mostafa-mahmoud/djenerator/issues\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/djenerator/", "download_url": "https://github.com/mostafa-mahmoud/djenerator/archive/v1.0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mostafa-mahmoud/djenerator", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "djenerator", "package_url": "https://pypi.org/project/djenerator/", "platform": "", "project_url": "https://pypi.org/project/djenerator/", "project_urls": { "Download": "https://github.com/mostafa-mahmoud/djenerator/archive/v1.0.1.tar.gz", "Homepage": "https://github.com/mostafa-mahmoud/djenerator" }, "release_url": "https://pypi.org/project/djenerator/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple app for generating test data for a given django models description.", "version": "1.0.1" }, "last_serial": 2534634, "releases": { "1.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "019589c07664ea0cd4aacba7016777f0", "sha256": "da74522e30676c94dfe560b04c276f1ee17900137ad8f75de3c80af8454ed267" }, "downloads": -1, "filename": "djenerator-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "019589c07664ea0cd4aacba7016777f0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16262, "upload_time": "2016-12-22T11:58:06", "url": "https://files.pythonhosted.org/packages/a0/4e/103e07e0c34b6eeaa228ccb0d3d3110f4f48e1f350cfe1550cbf7d23a41c/djenerator-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "78265d24c77d2de1ff312153a01ead9d", "sha256": "5fec59e5a9ea9b8f6cd2380a03ebe78839b2001fb563fd639fe7e3dc5f652e86" }, "downloads": -1, "filename": "djenerator-1.0.1.tar.gz", "has_sig": false, "md5_digest": "78265d24c77d2de1ff312153a01ead9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12267, "upload_time": "2016-12-22T11:58:01", "url": "https://files.pythonhosted.org/packages/46/da/1516003d45d0142819882f5160f18a22267a1b01817441a8ecfd4ab5001a/djenerator-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "019589c07664ea0cd4aacba7016777f0", "sha256": "da74522e30676c94dfe560b04c276f1ee17900137ad8f75de3c80af8454ed267" }, "downloads": -1, "filename": "djenerator-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "019589c07664ea0cd4aacba7016777f0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16262, "upload_time": "2016-12-22T11:58:06", "url": "https://files.pythonhosted.org/packages/a0/4e/103e07e0c34b6eeaa228ccb0d3d3110f4f48e1f350cfe1550cbf7d23a41c/djenerator-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "78265d24c77d2de1ff312153a01ead9d", "sha256": "5fec59e5a9ea9b8f6cd2380a03ebe78839b2001fb563fd639fe7e3dc5f652e86" }, "downloads": -1, "filename": "djenerator-1.0.1.tar.gz", "has_sig": false, "md5_digest": "78265d24c77d2de1ff312153a01ead9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12267, "upload_time": "2016-12-22T11:58:01", "url": "https://files.pythonhosted.org/packages/46/da/1516003d45d0142819882f5160f18a22267a1b01817441a8ecfd4ab5001a/djenerator-1.0.1.tar.gz" } ] }