{ "info": { "author": "Michal Stuglik", "author_email": "michal@codelabs.info", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "django-mips\n===========\n\n\nA simple API (build on top of the Django Model API) to store and manage MIP (molecular inversion probe) markers. \nDetailed markers description e.g in [Science 338, 1619 (2012)].\n\n\n\nPrerequisites\n-------------\n\n#### Python 2.7\n\nLinux\n \n probably, you already have it!\n \nWindows\n\n download & install: https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi\n\tremember to select \"Add python.exe to Path\"\n \n#### pip & virtualenv (optional)\n\nLinux (Ubuntu/Debian)\n\n sudo apt-get install python-pip python-dev build-essential\n sudo pip install --upgrade pip\n sudo pip install --upgrade virtualenv\n\nWindows\n\n With Python 2.7.10 version, pip is a part of the Python for Windows installer.\n\nWindows alternatively: pip can be downloaded with this script: [get-pip.py], and installed by running in console:\n\n C:\\> python get-pip.py\n\n\n\nRequirements\n------------\n \n#### Django 1.7-1.8\n \n pip install django\n\n\n#### Python-PostgreSQL Database Adapter\n\nLinux\n\n pip install psycopg2\n \n \nWindows\n \n pip install git+https://github.com/nwcell/psycopg2-windows.git@win32-py27#egg=psycopg2\n \n \nWindows alternatively: download & install from win-psycopg project site - e.g. [psycopg2]\n \n http://stickpeople.com/projects/python/win-psycopg/\n \n\n\nDownload\n--------\n\n#### package \n[![PyPI version](https://badge.fury.io/py/django-mips.svg)](http://badge.fury.io/py/django-mips)\n[![Code Health](https://landscape.io/github/michal-stuglik/django-mips/master/landscape.svg?style=flat)](https://landscape.io/github/michal-stuglik/django-mips/master)\n[![Build Status](https://travis-ci.org/michal-stuglik/django-mips.svg?branch=master)](https://travis-ci.org/michal-stuglik/django-mips)\n[![Code Climate](https://codeclimate.com/github/michal-stuglik/django-mips/badges/gpa.svg)](https://codeclimate.com/github/michal-stuglik/django-mips)\n\n https://pypi.python.org/pypi/django-mips\n\n\n#### source code\n\n $ git clone https://github.com/michal-stuglik/django-mips.git\n\n\n#### with pip (recommended)\n\nInstall with pip\n\n pip install django-mips\n\tyou will find mips folder in your Python directory \n\n\nSetup\n-----\n\n#### outside Django project, in python scripts:\n\n\n* set database connection details in mips.dbsettings\\_default.py\n* set the DJANGO\\_SETTINGS\\_MODULE environment variable to \u201cmips.settings\u201d\n\n\n import os\n os.environ.setdefault(\"DJANGO_SETTINGS_MODULE\", \"mips.settings\")\n\n* set up Django: django.setup()\n\n\n import django\n django.setup()\n\nExamples\n--------\n\n[scripts & README]\n\n [get-pip.py]: https://raw.github.com/pypa/pip/master/contrib/get-pip.py\n [image]: https://pypip.in/v/django-mips/badge.png\n [1]: https://pypip.in/d/django-mips/badge.png\n [scripts & README]: https://github.com/michal-stuglik/django-mips/tree/master/mips/example\n [psycopg2]: http://stickpeople.com/projects/python/win-psycopg/2.6.0/psycopg2-2.6.0.win32-py2.7-pg9.4.1-release.exe\n [pythonwin]: https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi\n [django-mips]: https://pypi.python.org/pypi/django-mips\n [Science 338, 1619 (2012)]: http://www.sciencemag.org/content/338/6114/1619", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/michal-stuglik/django-mips", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-mips", "package_url": "https://pypi.org/project/django-mips/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mips/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/michal-stuglik/django-mips" }, "release_url": "https://pypi.org/project/django-mips/0.3.2/", "requires_dist": null, "requires_python": null, "summary": "A simple API (build on top of the Django Model API) to store and manage MIP (molecular inversion probe) markers.", "version": "0.3.2" }, "last_serial": 1820659, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "857d83cd551818f4b4a895fdeadddfd7", "sha256": "7e57d35c649b1e2484899d5fee7834c5db8dae0e3eafcf7323e221398130fd57" }, "downloads": -1, "filename": "django-mips-0.1.0.tar.gz", "has_sig": false, "md5_digest": "857d83cd551818f4b4a895fdeadddfd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 135531, "upload_time": "2015-06-03T08:42:00", "url": "https://files.pythonhosted.org/packages/28/e1/0f7b28033b21aa66a9d27298489cc267957ee9ad75d84864cfb828dfcedc/django-mips-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d5f0ee9f34002ef0275d5b5a6f168325", "sha256": "6d4ee623d22364ac0ae2bdf9fe95f5d653e4cc8f72eb69e336baf1da76584e72" }, "downloads": -1, "filename": "django_mips-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "d5f0ee9f34002ef0275d5b5a6f168325", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 196726, "upload_time": "2015-09-16T07:52:02", "url": "https://files.pythonhosted.org/packages/0e/3f/759bcf6eace51710ea95584852d7ad8cedd1b562434652eba1bd17736a01/django_mips-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1cfee4c7f6d32c8eea741a4eac748fe", "sha256": "71dd4ed458448bb97474d44cfa31811985ee3438e71f3dc3e663e5b06967630b" }, "downloads": -1, "filename": "django-mips-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b1cfee4c7f6d32c8eea741a4eac748fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 178863, "upload_time": "2015-09-16T07:51:56", "url": "https://files.pythonhosted.org/packages/9c/9f/ce54504157e36c898b283a80bc9088abe50281fef04c7c08547b8276d80d/django-mips-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "297878e5e846cb32b804832c1e787955", "sha256": "6397b77abc1d31902867a19bf7b3852e7169ffc4a83a1ccec53419bf96e5e9ba" }, "downloads": -1, "filename": "django-mips-0.3.0.tar.gz", "has_sig": false, "md5_digest": "297878e5e846cb32b804832c1e787955", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170576, "upload_time": "2015-11-13T15:00:20", "url": "https://files.pythonhosted.org/packages/01/6e/a284356e1f61d61422811efbc51ea75d82d860ea6b33f4aa47775cfb5dee/django-mips-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "efbfbd58cfc9b70bbe9980214f8dbdad", "sha256": "772dde5b6732272a5a12f09710d9b402adcc49c0cbb01a309fdc45f1528dcc7c" }, "downloads": -1, "filename": "django-mips-0.3.1.tar.gz", "has_sig": false, "md5_digest": "efbfbd58cfc9b70bbe9980214f8dbdad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170937, "upload_time": "2015-11-13T15:09:55", "url": "https://files.pythonhosted.org/packages/e1/4f/58cf0636115115322d578f918a710b1f0326111903a0ea4dc12fa20812f1/django-mips-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "c7700343bb78c0d4ba54a7d240c742f5", "sha256": "90499655b2bb82466818f04ca5f85f9f303e6994bb0e75574773646fd2be1cbd" }, "downloads": -1, "filename": "django-mips-0.3.2.tar.gz", "has_sig": false, "md5_digest": "c7700343bb78c0d4ba54a7d240c742f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175648, "upload_time": "2015-11-17T15:11:25", "url": "https://files.pythonhosted.org/packages/ec/bc/1bd5de661cce2d2c96c1d10d9607fa5108c60f05b4db174c0b926ea91096/django-mips-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7700343bb78c0d4ba54a7d240c742f5", "sha256": "90499655b2bb82466818f04ca5f85f9f303e6994bb0e75574773646fd2be1cbd" }, "downloads": -1, "filename": "django-mips-0.3.2.tar.gz", "has_sig": false, "md5_digest": "c7700343bb78c0d4ba54a7d240c742f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175648, "upload_time": "2015-11-17T15:11:25", "url": "https://files.pythonhosted.org/packages/ec/bc/1bd5de661cce2d2c96c1d10d9607fa5108c60f05b4db174c0b926ea91096/django-mips-0.3.2.tar.gz" } ] }