{ "info": { "author": "Jochen Klar", "author_email": "jklar@aip.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Django :: 1.11", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering :: Astronomy" ], "description": "Daiquiri (Django version)\n=========================\n\n**A framework for the publication of scientific databases**\n\n.. image:: https://travis-ci.org/aipescience/django-daiquiri.svg?branch=master\n :alt: Build Status\n :target: https://travis-ci.org/aipescience/django-daiquiri\n\n.. image:: https://coveralls.io/repos/github/aipescience/django-daiquiri/badge.svg?branch=master\n :alt: Coverage Status\n :target: https://coveralls.io/github/aipescience/django-daiquiri?branch=master\n\n.. image:: https://img.shields.io/pypi/v/django-daiquiri.svg?style=flat\n :alt: Latest Version\n :target: https://pypi.python.org/pypi/django-daiquiri/\n\n.. image:: http://img.shields.io/badge/license-APACHE-blue.svg?style=flat\n :target: https://github.com/aipescience/django-daiquiri/blob/master/LICENSE\n\nThis project is currently in an early alpha stage of development and not production ready.\n\nThe legacy version of Daiquiri written in PHP can be found `here `_.\n\n\nQuick start\n-----------\n\nInstall prerequisites\n~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n apt-get install -y git build-essential libxml2-dev libxslt-dev zlib1g-dev libssl-dev\n apt-get install -y mariadb-client mariadb-server libmariadb-dev libmariadbclient-dev\n\nMore about Daiquiri's prerequisites including different Linux distributions can be found `here `_.\n\nFork the daiquiri-app\n~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n git clone https://github.com/aipescience/django-daiquiri-app app\n\nSet up the virtual enviroment and install dependencies\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n cd app\n python3 -m venv env\n source env/bin/activate\n pip install django-daiquiri mysqlclient\n\nSetup Daiquiri\n~~~~~~~~~~~~~~\n\n.. code:: bash\n\n cp config/settings/sample.local.py config/settings/local.py\n mkdir log download\n\n ./manage.py sqlcreate # shows the commands to be executed on MariaDB\n ./manage.py sqlcreate_postgres # shows the commands to be executed on Postgres\n ./manage.py migrate # creates database and tables\n ./manage.py migrate --database=tap # creates TAP_SCHEMA\n ./manage.py createsuperuser # creates admin user\n ./manage.py runserver # runs a development server\n\nNavigate to http://localhost:8000 in your browser.\n\nMore detailed installation instructions can be found `here `_.\n\nOur development setup is documented `here `_.\n\nMore documentation will be added soon.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aipescience/django-daiquiri", "keywords": "", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "django-daiquiri", "package_url": "https://pypi.org/project/django-daiquiri/", "platform": "", "project_url": "https://pypi.org/project/django-daiquiri/", "project_urls": { "Homepage": "https://github.com/aipescience/django-daiquiri" }, "release_url": "https://pypi.org/project/django-daiquiri/0.2/", "requires_dist": null, "requires_python": "", "summary": "Daiquiri is a framework for the publication of scientific databases.", "version": "0.2" }, "last_serial": 3805920, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "056e895e950a5af6c2d61fbfc4b2c57a", "sha256": "145cadb8392db5407c1326ca22803d8b420f4824efe69a481f32d2cf7df50b28" }, "downloads": -1, "filename": "django-daiquiri-0.1.0.tar.gz", "has_sig": false, "md5_digest": "056e895e950a5af6c2d61fbfc4b2c57a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 414052, "upload_time": "2017-09-18T18:34:45", "url": "https://files.pythonhosted.org/packages/60/61/5a955b721c1a110f1abfd7fd7cbbcb7688b7dc8ec7a14849a28b356bf2ac/django-daiquiri-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "669b0e00ff260067a848cf76bd50f4c4", "sha256": "7fd0b0ae222e3b3a0fb20ce8e458ba4830d1607e71dc62054d3bf9b95d09769d" }, "downloads": -1, "filename": "django-daiquiri-0.1.1.tar.gz", "has_sig": false, "md5_digest": "669b0e00ff260067a848cf76bd50f4c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 416404, "upload_time": "2017-09-19T14:22:36", "url": "https://files.pythonhosted.org/packages/5b/9c/8c128cacb64d819e74dea930cbc35d984e0b1a403cc8d66517ad2248d50b/django-daiquiri-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1e99cf02b55ff8838113f410a111108c", "sha256": "9dcd9f38fc98cb8368a72c58e175d355c97902a1aa35abd2046d0842a9cc927f" }, "downloads": -1, "filename": "django-daiquiri-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1e99cf02b55ff8838113f410a111108c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 417760, "upload_time": "2017-09-22T15:46:37", "url": "https://files.pythonhosted.org/packages/08/a0/602a540ef11a66407e584127128ebb4a3fd7ad96ca1bc7c393318a216636/django-daiquiri-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a22199b5ce54d754c8131de862a6d408", "sha256": "10333cd99f8ab9f7898c18731b1bf33e626a32ddd03bb81175a2868b1d24695b" }, "downloads": -1, "filename": "django-daiquiri-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a22199b5ce54d754c8131de862a6d408", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 417814, "upload_time": "2017-09-27T13:28:59", "url": "https://files.pythonhosted.org/packages/1c/79/c78e41cf14d47c4fc23cd793dd61dd6157f3d318497f05e388797b6b9cad/django-daiquiri-0.1.3.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "c9bf6cb1a3a98796c5f7bec529af3c70", "sha256": "7799e6842982e96a65d5f4865b9fc01e839bbcf7e98e5deb9b34d77ebee10245" }, "downloads": -1, "filename": "django-daiquiri-0.2.tar.gz", "has_sig": false, "md5_digest": "c9bf6cb1a3a98796c5f7bec529af3c70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 451933, "upload_time": "2018-04-25T08:07:15", "url": "https://files.pythonhosted.org/packages/f6/73/4fffab5a6fe21dc804278f14b9630f29d9231d8634c193b39baae6e7f986/django-daiquiri-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9bf6cb1a3a98796c5f7bec529af3c70", "sha256": "7799e6842982e96a65d5f4865b9fc01e839bbcf7e98e5deb9b34d77ebee10245" }, "downloads": -1, "filename": "django-daiquiri-0.2.tar.gz", "has_sig": false, "md5_digest": "c9bf6cb1a3a98796c5f7bec529af3c70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 451933, "upload_time": "2018-04-25T08:07:15", "url": "https://files.pythonhosted.org/packages/f6/73/4fffab5a6fe21dc804278f14b9630f29d9231d8634c193b39baae6e7f986/django-daiquiri-0.2.tar.gz" } ] }