{ "info": { "author": "Jason Kraus", "author_email": "zbyte64@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "============\nIntroduction\n============\n\ndjango-datatap is a fixture system enabling applications to define their own loading and dumping process while supporting file asset storage.\n\nDocumentation: https://django-datatap.rtfd.org/\n\n------------\nRequirements\n------------\n\n* Python 2.6 or later\n* Django 1.3 or later\n\n\n============\nInstallation\n============\n\nPut 'datatap' into your ``INSTALLED_APPS`` section of your settings file.\n\n\n=======\nConcept\n=======\n\nDatataps are classes able to serialize and deserialize objects in their domain. A datatap maybe chained with another to provide serialization to a particular format or for objects to be read from a general data source like a zip file. Datataps also handle the serialization and deserialization of django File objects within the native objects allowing for assets to follow the application data.\n\n\nDatatap includes a management command to allow dumping and loading to particular data stores (zip file, json file, S3, etc). Some datataps include the originating data tap so that the resulting data store can be automatically detected.\n\n===============\nDatatap Command\n===============\n\nChain a series of datataps with the source starting at the left and the right most to write. Each datatap invocation is seperated by \"--\"\n\nFormat::\n\n manage.py datatap [(-- ), ...] (-- )\n\nExample command line usage::\n\n manage.py datatap Model contenttypes -- Zip -- File archive.zip\n \n manage.py datatap File archive.zip -- Zip -- Model\n \n #3rd party apps can register their own data taps\n manage.py datatap DocKitCMS --app=customapp1 --app=customapp2 --collection=blog --publicresource=myblog -- JSON -- Stream > objects.json", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zbyte64/django-datatap", "keywords": "django fixtures datatap", "license": "New BSD License", "maintainer": null, "maintainer_email": null, "name": "django-datatap", "package_url": "https://pypi.org/project/django-datatap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-datatap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/zbyte64/django-datatap" }, "release_url": "https://pypi.org/project/django-datatap/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "django-datatap is a fixture system enabling applications to define their own loading and dumping process while supporting file asset storage.", "version": "0.0.1" }, "last_serial": 789429, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "859f37aa84228c3e0789f9c8d33550b1", "sha256": "3d1fb2ec7833bc0547fe7e779e370e027cd0007024cb34d4735f0a76d6736e90" }, "downloads": -1, "filename": "django-datatap-0.0.1.tar.gz", "has_sig": false, "md5_digest": "859f37aa84228c3e0789f9c8d33550b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14518, "upload_time": "2013-04-11T18:13:13", "url": "https://files.pythonhosted.org/packages/b8/8b/67d0b1856ed54c49260bbcce2245ec3c69e930d2c795c188e706712eaf5f/django-datatap-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "859f37aa84228c3e0789f9c8d33550b1", "sha256": "3d1fb2ec7833bc0547fe7e779e370e027cd0007024cb34d4735f0a76d6736e90" }, "downloads": -1, "filename": "django-datatap-0.0.1.tar.gz", "has_sig": false, "md5_digest": "859f37aa84228c3e0789f9c8d33550b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14518, "upload_time": "2013-04-11T18:13:13", "url": "https://files.pythonhosted.org/packages/b8/8b/67d0b1856ed54c49260bbcce2245ec3c69e930d2c795c188e706712eaf5f/django-datatap-0.0.1.tar.gz" } ] }