{ "info": { "author": "T.J. Biel", "author_email": "tbiel@med.umich.edu", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering" ], "description": "=====\nHCUP Hachoir: Core module\n=====\n\nPart of the Django-HCUP Hachoir set of Python packages. Provides core functionality, including automated detection and configuration of other installed djhcup components.\n\nQuick start\n-----------\n\n0. HCUP Hachoir uses Celery (http://www.celeryproject.org/) as a tasking layer by default. Be sure you have properly configured your Django installation to use Celery, including a message broker and result backend. Typically this invovles creating a celery.py file as described in http://celery.readthedocs.org/en/latest/django/first-steps-with-django.html, and adding configuration items to your settings.py file.\n\nFor example, with a local rabbitmq-server back-end, add these lines::\n\n BROKER_URL = 'amqp://'\n CELERY_RESULT_BACKEND = 'amqp://'\n\n1. Add \"djhcup_core\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'djhcup_core',\n )\n\n2. Modify your urls.py to include the following pattern entry::\n\n url(r'', include('djhcup_core.urls'))\n \nIf you want all djhcup addresses to appear as a subdirectory instead, such as www.example.com/your_prefix/, change r'' to r'your_prefix'::\n\n url(r'your_prefix', include('djhcup_core.urls'))\n\n3. Modify your settings.py to include a separate database dictionary entry for djhcup named 'djhcup'. For example::\n\n 'djhcup': {\n 'ENGINE': 'django.db.backends.postgresql_psycopg2',\n 'NAME': 'your_db_name',\n 'USER': 'your_db_user',\n 'PASSWORD': 'your_db_password',\n 'HOST': 'your_db_host',\n 'PORT': '5432',\n },\n \nNote that while this could use the same database and credentials as your default entry, we recommend you set it up in a separate database for easier management.\n\n4. Tell djhcup where to look for your HCUP data by adding these lines to your settings.py::\n\n import os, pyhcup\n # Look in here for data and loadfiles\n DJHCUP_IMPORT_PATHS = [\n '/path/to/your/hcup/data/', # update this to point at your raw data\n os.path.dirname(pyhcup.__file__), # loadfiles included with PyHCUP\n ]\n \n5. Run `python manage.py syncdb` to create the djhcup_staging models. Or, if using South, migrate forward to build database objects for this package's models.\n\n6. Start your server per normal (for test servers, use `python manage.py runserver`).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "HCUP SAS healthcare analysis pandas", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "djhcup_core", "package_url": "https://pypi.org/project/djhcup_core/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djhcup_core/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/djhcup_core/0.20150403/", "requires_dist": null, "requires_python": null, "summary": "A django-based interface for warehousing HCUP data", "version": "0.20150403" }, "last_serial": 1489737, "releases": { "0.1": [ { "comment_text": "built for Linux-3.11.0-19-generic-x86_64-with-glibc2.4", "digests": { "md5": "d051b364ff6e279673ec1539850d9612", "sha256": "e0c7fff7b915ee107b89b703fb37e64eb1bc25f954a1aaf6284bc9ba247addbc" }, "downloads": -1, "filename": "djhcup_core-0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d051b364ff6e279673ec1539850d9612", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 5615, "upload_time": "2014-04-09T14:23:01", "url": "https://files.pythonhosted.org/packages/79/47/d027f0b9d2e2ed5de11928625654c843bbcbb5dc0c50f24bdbd28262e53e/djhcup_core-0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "8eeb9f7880298af6af7da2eac720b333", "sha256": "032e1ef2a4467177b68ba19ed69db787dfe9418bf370820a7179c2520b57fb6a" }, "downloads": -1, "filename": "djhcup_core-0.1.tar.gz", "has_sig": false, "md5_digest": "8eeb9f7880298af6af7da2eac720b333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4742, "upload_time": "2014-04-09T14:22:58", "url": "https://files.pythonhosted.org/packages/58/03/a7614e048c98befcf16de4bd84f4e230c545eb8c597f414b215f10001f5a/djhcup_core-0.1.tar.gz" } ], "0.20140415": [ { "comment_text": "", "digests": { "md5": "4a0684d2d8e2c96f25f5ccac393f7723", "sha256": "30ebc4d213c3f35bdb6c7b842f6e7696cf060cb7d28e568f632972d1fdbf0920" }, "downloads": -1, "filename": "djhcup_core-0.20140415.tar.gz", "has_sig": false, "md5_digest": "4a0684d2d8e2c96f25f5ccac393f7723", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4756, "upload_time": "2014-04-14T17:26:11", "url": "https://files.pythonhosted.org/packages/97/bf/1842bd383ef9f71d8d6661cd4b58709019db99fea2ac55566ccdc495181c/djhcup_core-0.20140415.tar.gz" } ], "0.20140415.1dev": [ { "comment_text": "", "digests": { "md5": "47127e867136948e1ea1b5b9ef174c3b", "sha256": "86a4dfa22e35e1c887ec2b1a6eb9bb671386fc9081782bff566cbd66451183c5" }, "downloads": -1, "filename": "djhcup_core-0.20140415.1dev.tar.gz", "has_sig": false, "md5_digest": "47127e867136948e1ea1b5b9ef174c3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4304, "upload_time": "2014-04-17T18:02:09", "url": "https://files.pythonhosted.org/packages/0d/f2/993fb3084423ea220432235702393938a26bbd33e533216ca9148659644e/djhcup_core-0.20140415.1dev.tar.gz" } ], "0.20140415.2dev": [ { "comment_text": "", "digests": { "md5": "66e599f2c8707bf2384fb8bfed346b6d", "sha256": "8a3542ea6a6ce8bf79ca30b31387f3fcd966b553fec205976b771afa613ffa22" }, "downloads": -1, "filename": "djhcup_core-0.20140415.2dev.tar.gz", "has_sig": false, "md5_digest": "66e599f2c8707bf2384fb8bfed346b6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4295, "upload_time": "2014-04-22T13:18:53", "url": "https://files.pythonhosted.org/packages/cd/dd/57495600306bdd81e9c1cc95708f4df9a1325fa9741fc3384943899a8b7c/djhcup_core-0.20140415.2dev.tar.gz" } ], "0.20140430.0dev": [ { "comment_text": "", "digests": { "md5": "24e6c35b72d919a2b87b8658ea2a8ef5", "sha256": "fb3f9757e193f97a97fc1fe2b49edd882d7e4009dc0e02dfcc86894fbe66f568" }, "downloads": -1, "filename": "djhcup_core-0.20140430.0dev.tar.gz", "has_sig": false, "md5_digest": "24e6c35b72d919a2b87b8658ea2a8ef5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4295, "upload_time": "2014-04-30T17:54:49", "url": "https://files.pythonhosted.org/packages/6c/f6/c29694acdeac1cf26a4beed5252fbc0f610c6eb0671f3ce1ae4cd0191e0f/djhcup_core-0.20140430.0dev.tar.gz" } ], "0.20140724.0dev": [ { "comment_text": "", "digests": { "md5": "65ba4cd50aa8b1e5f1dd57c319226022", "sha256": "b5ecaa1ead4580a377da9bf5c93e7ca2ae1d98acb5f66b8409f06fbac6e4fe6d" }, "downloads": -1, "filename": "djhcup_core-0.20140724.0dev.tar.gz", "has_sig": false, "md5_digest": "65ba4cd50aa8b1e5f1dd57c319226022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4661, "upload_time": "2014-07-24T20:48:01", "url": "https://files.pythonhosted.org/packages/4f/43/a81e18920ff5ce572b650376319b96532ce4357474426f5cd853f37d3f53/djhcup_core-0.20140724.0dev.tar.gz" } ], "0.20140801.0dev": [ { "comment_text": "", "digests": { "md5": "d2c751b76a413c1b7f284475f73bc0df", "sha256": "f7cb0ca6865aa778bb533ef59ad6182713a4b0b37771d5469bae4aed9f1dfe6f" }, "downloads": -1, "filename": "djhcup_core-0.20140801.0dev.tar.gz", "has_sig": false, "md5_digest": "d2c751b76a413c1b7f284475f73bc0df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5638, "upload_time": "2014-08-01T14:27:24", "url": "https://files.pythonhosted.org/packages/c5/a3/0b14b8b6f11f763bd6da84c434beb1065793a9163cabc462077e1fc8726f/djhcup_core-0.20140801.0dev.tar.gz" } ], "0.20140801.7dev": [ { "comment_text": "", "digests": { "md5": "2977755eca7ec4600b1b0083f1cf37e5", "sha256": "b553461a83f106942ccd654d9f6fc116496a2fed7eff53156923ea35504bd33b" }, "downloads": -1, "filename": "djhcup_core-0.20140801.7dev.tar.gz", "has_sig": false, "md5_digest": "2977755eca7ec4600b1b0083f1cf37e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6205, "upload_time": "2014-10-12T15:46:24", "url": "https://files.pythonhosted.org/packages/1a/01/7e1c157d7ca9d4814a3e652d1dd0ab27caeb3cfafbf576b21a3b688488ff/djhcup_core-0.20140801.7dev.tar.gz" } ], "0.20150403": [ { "comment_text": "", "digests": { "md5": "a24c4aee187aa515e0160ca0420409ad", "sha256": "7461c09854f1a51f0e34ae571abf8b853ce589f62442aad388d2fad4f226513c" }, "downloads": -1, "filename": "djhcup_core-0.20150403.tar.gz", "has_sig": false, "md5_digest": "a24c4aee187aa515e0160ca0420409ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198711, "upload_time": "2015-04-03T15:09:16", "url": "https://files.pythonhosted.org/packages/e6/49/14dd6b8f82acbcb8d6adc3e658be4022c461e5b98784135a43815cfe9c22/djhcup_core-0.20150403.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a24c4aee187aa515e0160ca0420409ad", "sha256": "7461c09854f1a51f0e34ae571abf8b853ce589f62442aad388d2fad4f226513c" }, "downloads": -1, "filename": "djhcup_core-0.20150403.tar.gz", "has_sig": false, "md5_digest": "a24c4aee187aa515e0160ca0420409ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198711, "upload_time": "2015-04-03T15:09:16", "url": "https://files.pythonhosted.org/packages/e6/49/14dd6b8f82acbcb8d6adc3e658be4022c461e5b98784135a43815cfe9c22/djhcup_core-0.20150403.tar.gz" } ] }