{ "info": { "author": "Artem Merkulov", "author_email": "artem.merkulov@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===\nCML\n===\n\nCML is a reusable Django app for data exchange in CommerceML 2 standard.\n\nRequirements\n------------\n\n- Python 3.3, 3.4, 3.5, 3.6\n- Django 2.x\n\nQuick start\n-----------\n\nInstall using pip::\n\n pip install django-cml\n\nOr clone the repo and add to your `PYTHONPATH`::\n\n git clone https://github.com/ArtemiusUA/django-cml.git\n\nAdd \"cml\" to your `INSTALLED_APPS` setting like this::\n\n INSTALLED_APPS = [\n ...\n 'cml',\n ]\n\nInclude the cml URLconf in your project `urls.py` like this::\n\n re_path(r'^cml/', include('cml.urls')),\n\nRun `python manage.py migrate` to create the cml models.\n\nCreate a `cml-pipelines.py` file with `python manage.py cmlpipelines` and add it to settings file like this::\n\n CML_PROJECT_PIPELINES = 'project.cml_pipelines'\n\nModify pipeline objects for your needs to stack this with your models.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ArtemiusUA/django-cml", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-cml", "package_url": "https://pypi.org/project/django-cml/", "platform": "", "project_url": "https://pypi.org/project/django-cml/", "project_urls": { "Homepage": "https://github.com/ArtemiusUA/django-cml" }, "release_url": "https://pypi.org/project/django-cml/0.4.0/", "requires_dist": [ "Django (>=2.0)", "django-appconf (>=1.0.1)", "six (>=1.12.0)" ], "requires_python": ">3.3.0", "summary": "App for data exchange in CommerceML 2 standard..", "version": "0.4.0" }, "last_serial": 5986076, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4188b5f66e13b797b4441e0290c5b5ea", "sha256": "2fd7b04487ce171c03c20aa49d15fe039e6c6e4013f8d1fc40933257906f9ffb" }, "downloads": -1, "filename": "django_cml-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "4188b5f66e13b797b4441e0290c5b5ea", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 32653, "upload_time": "2016-02-20T21:48:49", "url": "https://files.pythonhosted.org/packages/21/1a/2a63783e495e2a991028eac63dd910dfc6e3a71527fef1169230897af0d2/django_cml-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c9b8a8aabd46faf8940a5a7d5a112ce9", "sha256": "ca7a739822144fa9ef38b1d73e725f4c7b2d8b128c81d988db3a6d730c6c93a0" }, "downloads": -1, "filename": "django-cml-0.1.zip", "has_sig": false, "md5_digest": "c9b8a8aabd46faf8940a5a7d5a112ce9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34571, "upload_time": "2016-02-20T21:48:44", "url": "https://files.pythonhosted.org/packages/25/e8/bab7f300b2d04839981ed4031fe6c9332242d67182fcfad8707393f07b4f/django-cml-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a7584fa5a0fe55f170e1b86dc28b8f29", "sha256": "5eade368ee6a5e44c88c2f70e9972adcd79ab2bc20cbb804c5ab60a90870ba5a" }, "downloads": -1, "filename": "django_cml-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a7584fa5a0fe55f170e1b86dc28b8f29", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 33019, "upload_time": "2016-02-23T21:22:14", "url": "https://files.pythonhosted.org/packages/fd/53/155a10c97e4f6436557cefc1f4bb5d017c5e67d30ca4bf341d3800acb208/django_cml-0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1ffd11d54608e78914ac4d56d247f63", "sha256": "c8e6ba5d961e3328f74341276c58c5ec602f38f1869af9bced9188cc1ac843a6" }, "downloads": -1, "filename": "django-cml-0.2.zip", "has_sig": false, "md5_digest": "e1ffd11d54608e78914ac4d56d247f63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15190, "upload_time": "2016-02-23T21:16:40", "url": "https://files.pythonhosted.org/packages/59/26/1eb908878b3b17fa48fe8a53010162bfbaff720d2cd0b063033ca14f9cb7/django-cml-0.2.zip" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "bac9936389c16dcfaae5e342b2064beb", "sha256": "c56c51c905894d954a1b0d0540bf8f1193054608ed9bc65cae848d67735f8eb7" }, "downloads": -1, "filename": "django_cml-0.3.4-py2-none-any.whl", "has_sig": false, "md5_digest": "bac9936389c16dcfaae5e342b2064beb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 38198, "upload_time": "2016-03-12T20:50:33", "url": "https://files.pythonhosted.org/packages/d3/62/447e533bd59ff11935bc07b5f45053455516256c09e29d1c345614e12dc2/django_cml-0.3.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f52414550e6f5e85de9d0653ed5248b", "sha256": "b42c66662b2426a5b607be9271968f8bc3175ff08299c6297c41cca46da2593b" }, "downloads": -1, "filename": "django-cml-0.3.4.zip", "has_sig": false, "md5_digest": "5f52414550e6f5e85de9d0653ed5248b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20687, "upload_time": "2016-03-12T20:50:28", "url": "https://files.pythonhosted.org/packages/d0/74/2279d2d4f3e5140f1f52b76c386080b3d948da4b388992b8b137d435b288/django-cml-0.3.4.zip" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "ccc3ba76f2264e12d3cfd630856e7184", "sha256": "7ff55f85d38b06436d9f40ba33177adc80cb7ddf014eb2776f86bbeddc830e40" }, "downloads": -1, "filename": "django-cml-0.3.5.tar.gz", "has_sig": false, "md5_digest": "ccc3ba76f2264e12d3cfd630856e7184", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11155, "upload_time": "2018-12-20T20:50:54", "url": "https://files.pythonhosted.org/packages/a3/f0/749e60f88e8190693f99c9725621084afb905a1c4a92c79581cde55eb108/django-cml-0.3.5.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "17bbf884ebdb648c23299f540868371b", "sha256": "737af5393401f0c087032a7f7bef4acb9fba332e3569bc7121590b1b6645adbb" }, "downloads": -1, "filename": "django_cml-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "17bbf884ebdb648c23299f540868371b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.3.0", "size": 14341, "upload_time": "2019-10-16T19:42:49", "url": "https://files.pythonhosted.org/packages/13/37/867f0013cea172d1347002c8e97531420b9dbd2f01a994a7b9fd9c1fd14f/django_cml-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66e9fe2d79971d1ce4ccc0138c04255e", "sha256": "cb1b2459c8416816b286b7f1a0a43e6c30bae8d0c0f653ba9f61c1755cc8f035" }, "downloads": -1, "filename": "django-cml-0.4.0.tar.gz", "has_sig": false, "md5_digest": "66e9fe2d79971d1ce4ccc0138c04255e", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.3.0", "size": 11881, "upload_time": "2019-10-16T19:42:51", "url": "https://files.pythonhosted.org/packages/48/02/b08470e11256377127f798809ef0e0dd3e851b2b38f460b6ce6fc90c1dc7/django-cml-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "17bbf884ebdb648c23299f540868371b", "sha256": "737af5393401f0c087032a7f7bef4acb9fba332e3569bc7121590b1b6645adbb" }, "downloads": -1, "filename": "django_cml-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "17bbf884ebdb648c23299f540868371b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.3.0", "size": 14341, "upload_time": "2019-10-16T19:42:49", "url": "https://files.pythonhosted.org/packages/13/37/867f0013cea172d1347002c8e97531420b9dbd2f01a994a7b9fd9c1fd14f/django_cml-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66e9fe2d79971d1ce4ccc0138c04255e", "sha256": "cb1b2459c8416816b286b7f1a0a43e6c30bae8d0c0f653ba9f61c1755cc8f035" }, "downloads": -1, "filename": "django-cml-0.4.0.tar.gz", "has_sig": false, "md5_digest": "66e9fe2d79971d1ce4ccc0138c04255e", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.3.0", "size": 11881, "upload_time": "2019-10-16T19:42:51", "url": "https://files.pythonhosted.org/packages/48/02/b08470e11256377127f798809ef0e0dd3e851b2b38f460b6ce6fc90c1dc7/django-cml-0.4.0.tar.gz" } ] }