{ "info": { "author": "Zvi Baratz", "author_email": "z.baratz@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.7" ], "description": "# django-smb\n\n\n\nA django app to manage data sourcing from remote [SMB][1] locations.\n\nThis app creates models for SMB location configuration and file syncing.\nThe models are complemented with some utility methods to facilitate data import.\n\n\n\nQuick start\n-----------\n\n1. Add \"django_smb\" to your INSTALLED_APPS setting like this::\n\n
\n INSTALLED_APPS = [ \n ... \n 'django_smb', \n ] \n\n\n2. Include the dicom URLconf in your project urls.py like this::\n\n
\n path('smb/', include('django_smb.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://docs.microsoft.com/en-us/windows/desktop/fileio/microsoft-smb-protocol-and-cifs-protocol-overview\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 smb windows share remote",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "django-smb",
"package_url": "https://pypi.org/project/django-smb/",
"platform": "",
"project_url": "https://pypi.org/project/django-smb/",
"project_urls": {
"Homepage": "https://github.com/ZviBaratz/django_dicom"
},
"release_url": "https://pypi.org/project/django-smb/0.1.0/",
"requires_dist": [
"pysmb",
"flake8 ; extra == 'dev'",
"yapf ; extra == 'dev'",
"pytest ; extra == 'test'"
],
"requires_python": "",
"summary": "A simple Django app to manage SMB locations (Windows Share directories).",
"version": "0.1.0"
},
"last_serial": 4564685,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "922016eab36b6dd0f5fdde7b6a599b4b",
"sha256": "696a9e27cd23f4da38c6e505d1ac1efb04d36873f0071ba389265ffddd0f3214"
},
"downloads": -1,
"filename": "django_smb-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "922016eab36b6dd0f5fdde7b6a599b4b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 12330,
"upload_time": "2018-12-05T16:50:00",
"url": "https://files.pythonhosted.org/packages/a6/4f/9c4c4c62d0925e71de6be8e5458a20cd1fbd86c3310fd44d9ed9f9e5bc17/django_smb-0.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7c432a2145f315873b49e614f9f274b6",
"sha256": "abae5219de030b669dd1c2fb1ffb3f95dfc356e7ceeedb0027339ce5c274e48e"
},
"downloads": -1,
"filename": "django_smb-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7c432a2145f315873b49e614f9f274b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8140,
"upload_time": "2018-12-05T16:50:02",
"url": "https://files.pythonhosted.org/packages/67/cf/e4d3e649e44884da14005b95a7cfa6b6d036639c3cf4c29dc975624cc77b/django_smb-0.1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "922016eab36b6dd0f5fdde7b6a599b4b",
"sha256": "696a9e27cd23f4da38c6e505d1ac1efb04d36873f0071ba389265ffddd0f3214"
},
"downloads": -1,
"filename": "django_smb-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "922016eab36b6dd0f5fdde7b6a599b4b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 12330,
"upload_time": "2018-12-05T16:50:00",
"url": "https://files.pythonhosted.org/packages/a6/4f/9c4c4c62d0925e71de6be8e5458a20cd1fbd86c3310fd44d9ed9f9e5bc17/django_smb-0.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7c432a2145f315873b49e614f9f274b6",
"sha256": "abae5219de030b669dd1c2fb1ffb3f95dfc356e7ceeedb0027339ce5c274e48e"
},
"downloads": -1,
"filename": "django_smb-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7c432a2145f315873b49e614f9f274b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8140,
"upload_time": "2018-12-05T16:50:02",
"url": "https://files.pythonhosted.org/packages/67/cf/e4d3e649e44884da14005b95a7cfa6b6d036639c3cf4c29dc975624cc77b/django_smb-0.1.0.tar.gz"
}
]
}