{ "info": { "author": "Zvi Baratz", "author_email": "z.baratz@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6" ], "description": "# django-dicom\n\n\n\nA django app to manage [DICOM][1] files.\n\nThis app creates the basic models for DICOM data abstraction: Study, Patient, Series, and Image. \nThe models are complemented with some utility methods to facilitate data access.\n\n\n\nQuick start\n-----------\n\n1. Add \"django_dicom\" to your INSTALLED_APPS setting:\n\n
\n    INSTALLED_APPS = [  \n        ...  \n        'django_dicom',  \n    ]  \n
\n\n2. Include the dicom URLconf in your project urls.py:\n\n
\n    path('dicom/', include('django_dicom.urls')),\n
\n\n3. Run `python manage.py migrate` to create the dicom models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/.\n\n5. Visit http://127.0.0.1:8000/dicom/.\n\n\n\n\n[1]: https://www.dicomstandard.org/\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ZviBaratz/django_dicom", "keywords": "django mri dicom dcm neuroimaging", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-dicom", "package_url": "https://pypi.org/project/django-dicom/", "platform": "", "project_url": "https://pypi.org/project/django-dicom/", "project_urls": { "Homepage": "https://github.com/ZviBaratz/django_dicom" }, "release_url": "https://pypi.org/project/django-dicom/0.0.1/", "requires_dist": [ "Django (==2.2)", "django-extensions (==2.1.6)", "django-filter (==2.1.0)", "djangorestframework (==3.9.3)", "numpy (==1.16.3)", "pandas (==0.24)", "psycopg2-binary (==2.8.2)", "pydicom (==1.2.2)", "tqdm (==4.31.1)", "Faker (==1.0.1) ; extra == 'dev'", "black (==18.9b0) ; extra == 'dev'", "coverage (==4.5.3) ; extra == 'dev'", "doc8 (==0.8.0) ; extra == 'dev'", "factory-boy (==2.11.1) ; extra == 'dev'", "flake8 (==3.6.0) ; extra == 'dev'", "ipython (==7.4.0) ; extra == 'dev'", "pytest (==4.0.2) ; extra == 'dev'", "twine (==1.14.0) ; extra == 'dev'" ], "requires_python": "", "summary": "A simple Django app to manage DICOM files.", "version": "0.0.1" }, "last_serial": 5820708, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f5d54fa3f1740caa11cf4e3c31cbe2f7", "sha256": "a4f957d4991791c970cc1801a080980fb51fa7d708cb70517ee576a2027ebac1" }, "downloads": -1, "filename": "django_dicom-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f5d54fa3f1740caa11cf4e3c31cbe2f7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 95776, "upload_time": "2019-09-12T14:03:34", "url": "https://files.pythonhosted.org/packages/54/99/89b9e56a6c5c2dd464dad7fea41ffc9c507c4fd12bf803d1a467848a17de/django_dicom-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3605314069bce4285e170816c9ad162", "sha256": "a24b6f07ae807609b7d1b8bfafd4e612a10be332fbdaceeb014b82351587f9a8" }, "downloads": -1, "filename": "django_dicom-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c3605314069bce4285e170816c9ad162", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7658918, "upload_time": "2019-09-12T14:03:37", "url": "https://files.pythonhosted.org/packages/f0/a5/c4a202c04eae68e5ec5132fa31c425852dada9a4284087e579878d726288/django_dicom-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5d54fa3f1740caa11cf4e3c31cbe2f7", "sha256": "a4f957d4991791c970cc1801a080980fb51fa7d708cb70517ee576a2027ebac1" }, "downloads": -1, "filename": "django_dicom-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f5d54fa3f1740caa11cf4e3c31cbe2f7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 95776, "upload_time": "2019-09-12T14:03:34", "url": "https://files.pythonhosted.org/packages/54/99/89b9e56a6c5c2dd464dad7fea41ffc9c507c4fd12bf803d1a467848a17de/django_dicom-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3605314069bce4285e170816c9ad162", "sha256": "a24b6f07ae807609b7d1b8bfafd4e612a10be332fbdaceeb014b82351587f9a8" }, "downloads": -1, "filename": "django_dicom-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c3605314069bce4285e170816c9ad162", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7658918, "upload_time": "2019-09-12T14:03:37", "url": "https://files.pythonhosted.org/packages/f0/a5/c4a202c04eae68e5ec5132fa31c425852dada9a4284087e579878d726288/django_dicom-0.0.1.tar.gz" } ] }