{ "info": { "author": "George Silva", "author_email": "george@consultoriasigma.com.br", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Model Mommy Spatial Generators\n==============================\n\nThis package contains spatial generators to be used with model_mommy.\n\nModel Mommy is a Django package that creates random model instances with\npredefined data.\n\nThis work intends to expand it and allow it to generate GeoDjango spatial\nfields.\n\nAt this moment, there is a generator for point (random), linestring (random)\nand polygon (rectangular polygon) field types.\n\nThis needs substantial help with packaging and testing.\n\nAll new ideas welcome.\n\n# Install\n\nTo install this you just need to \n\n```bash\npip install -e git+https://github.com/sigma-geosistemas/mommy_spatial_generators.git#egg=mommy_spatial_generators\n```\n\n# Dependencies\n\n* Model Mommy (obviously);\n\n# How to make this work\n\nTo integrate this work with model_mommy, you need to create a dict variable\non your settings.py called MOMMY_CUSTOM_FIELDS_GEN and concatenate the already\npredefined dict we provide (MOMMY_SPATIAL_FIELDS), located in generators.py.\n\nmodel_mommy should take of the rest.\n\n```python\n# settings.py\nfrom mommy_spatial_generators import MOMMY_SPATIAL_FIELDS\n\nMOMMY_CUSTOM_FIELDS_GEN = MOMMY_SPATIAL_FIELDS\n```\n\n# Special thanks to:\n\n* mdj2, aka Matt Johnson for fixing some things and implementing MultiPolygon support (https://github.com/mdj2);\n* pchiquet, aka Pierre Chiquet, for fixing some things and implementing support for granulirity in point generation (https://github.com/pchiquet);", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.sigmageosistemas.com.br", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "mommy_spatial_generators", "package_url": "https://pypi.org/project/mommy_spatial_generators/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mommy_spatial_generators/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.sigmageosistemas.com.br" }, "release_url": "https://pypi.org/project/mommy_spatial_generators/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Spatial generators for model mommy. This enables you to generate dummy values for GeoDjango fields.", "version": "0.1.2" }, "last_serial": 1411768, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8b6453fb95ec66fd98df21007071b0a5", "sha256": "0557344d9d3fea7ea9e1e90b837e1afedbd2c23aaa2986d13ec144887ab132b1" }, "downloads": -1, "filename": "mommy_spatial_generators-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8b6453fb95ec66fd98df21007071b0a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2006, "upload_time": "2014-11-24T17:54:33", "url": "https://files.pythonhosted.org/packages/d1/5c/3f57064c808f6c1fcdf5214611d382cf9096e8b4d9ffb9b632173e7d67f9/mommy_spatial_generators-0.0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1372944ce95f671d3d9c95a45d2c4e68", "sha256": "c9d65eb1828a773c9a77bee3a25875837724684055779575c5445b848ead345b" }, "downloads": -1, "filename": "mommy_spatial_generators-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1372944ce95f671d3d9c95a45d2c4e68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3073, "upload_time": "2015-02-05T22:23:09", "url": "https://files.pythonhosted.org/packages/20/e2/d058071df8ab9abf49741b862da8875910a5f2c4f8e7aedbe2be2df688eb/mommy_spatial_generators-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "0ff285624b6f73ea93058eae234f0809", "sha256": "888dd3ca9c4b73f424b677ae153dea56729867cea73ff29c74f17f49cc3ac7a2" }, "downloads": -1, "filename": "mommy_spatial_generators-0.1.2.tar.gz", "has_sig": false, "md5_digest": "0ff285624b6f73ea93058eae234f0809", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3588, "upload_time": "2015-02-05T22:36:36", "url": "https://files.pythonhosted.org/packages/45/29/e096a9f0bb7bb3d8919ffd65776b018d42c6c6d929ff6a10123cb3a9670d/mommy_spatial_generators-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ff285624b6f73ea93058eae234f0809", "sha256": "888dd3ca9c4b73f424b677ae153dea56729867cea73ff29c74f17f49cc3ac7a2" }, "downloads": -1, "filename": "mommy_spatial_generators-0.1.2.tar.gz", "has_sig": false, "md5_digest": "0ff285624b6f73ea93058eae234f0809", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3588, "upload_time": "2015-02-05T22:36:36", "url": "https://files.pythonhosted.org/packages/45/29/e096a9f0bb7bb3d8919ffd65776b018d42c6c6d929ff6a10123cb3a9670d/mommy_spatial_generators-0.1.2.tar.gz" } ] }