{ "info": { "author": "OpenEye Scientific Software, Inc.", "author_email": "oews@eyesopen.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Scientific/Engineering :: Chemistry" ], "description": "django-caddstat\n===============\n\n.. image:: https://travis-ci.org/oess/django-caddstat.png?branch=master\n :target: https://travis-ci.org/oess/django-caddstat\n.. image:: https://coveralls.io/repos/oess/django-caddstat/badge.png?branch=master\n :target: https://coveralls.io/r/oess/django-caddstat\n\nStatistics for your Computer Aided Drug Design projects as a django specific package. View CADD Stat\nnow: http://caddstat.eyesopen.com\n\nRoadmap\n-------\n\nThe aim of CADD Stat is to cover all the statistics covered in the\n`placemat `_ that was present at the conference.\n\nBugs\n----\n\nIf you find a bug please send feedback via the app `itself `_, or log an\n`issue `_. If you know how to fix the bug feel free to make to fork\nthe repo and submit a pull request, see below.\n\nContributing\n------------\n\nContributions are welcome as a pull request. Do not forget to add yourself to the AUTHORS file. Learn more\nabout GitHub `pull requests `_. All contributions are subject\nthe same license as CADD Stat. To create suitable development environment in a virtualenv run\n``pip install -r requirements.txt``. Please run the test suite before submitting a pull request::\n\n python runtests.py\n # or\n python setup.py test\n\nYou can test against multiple Django versions by running ``tox`` or run in parallel with ``detox``. Check our test\ncoverage by running::\n\n coverage run runtests.py\n\nLicensing\n---------\n\nCADD Stat is provided with a BSD 3-clause license, see\nthe `LICENSE `_ file for full details. In addition it\nutilizes numerous other python open source libraries all of which are listed in\n`requirements.txt `_.\n\nAcknowledgements\n----------------\n\n* `Bootstrap `_ for the look and feel using the `Apache license `_.\n* Inspiration for the django app layout taken from `django-app-template `_ and `cookiecutter-djangopackage `_.\n* `HTML5 Boilerplate `_ for HTML5 layout.\n* `GitHub Buttons `_ for the watch and fork buttons.\n\nChange Log\n----------\n\n* 0.1 (09/16/13)\n\n * Initial release with feedback from the GRC conference.\n * Added Pearson and Cohen's size effect tests.\n\nInstallation\n------------\n\nGrab the latest released version from PyPi and install into a `virtualenv `_::\n\n pip install django-caddstat\n pip install django-caddstat[numpy]\n pip install django-caddstat[statslibs]\n pip install django-caddstat[statsmodels]\n\nMultiple installation steps are required because of the way the scientific python ecosystem handles packaging. Note that\nNumpy and SciPy have multiple system dependencies (e.g. Fortran) which must be met before using pip. Read more on the\n`SciPy `_ website.\n\nTo install the development version of CADD Stat you must install like this::\n\n pip install -e git+https://github.com/oess/django-caddstat.git#egg=django-caddstat\n pip install -e git+https://github.com/oess/django-caddstat.git#egg=django-caddstat[numpy]\n pip install -e git+https://github.com/oess/django-caddstat.git#egg=django-caddstat[statslibs]\n pip install -e git+https://github.com/oess/django-caddstat.git#egg=django-caddstat[statsmodels]\n\nCreate or use an existing Django project::\n\n pip install django\n django-admin.py startproject mysite\n cd mysite/mysite\n\nAdd ``caddstat`` and ``analytical`` to your ``INSTALLED_APPS`` in ``settings.py``::\n\n INSTALLED_APPS = (\n ...\n 'analytical',\n 'caddstat',\n )\n\nAdd an entry to your project ``urls.py``::\n\n urlpatterns = patterns(\n '',\n url(r'^', include('caddstat.urls')),\n ...\n )\n\n\nIn this example CADD Stat will now be available on the root of your web site, e.g. http://127.0.0.1:8000. You can start\na local webserver with::\n\n python manage.py runserver 8000\n\nNote CADD Stat uses `Celery `_ to place all statistical tests in a queue. The above example\ndoes *not* use celery.\n\nThe feedback form (http://127.0.0.1:8000/feedback/) will send an email to the address specified in the setting\n``CADDSTAT_FEEDBACK_EMAIL``, the default is test@example.com. Set a new value in your ``settings.py``. Ensure you have\nconfigured a email backend within your project first, see https://docs.djangoproject.com/en/dev/topics/email/ for more\ninformation.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://caddstat.eyesopen.com", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-caddstat", "package_url": "https://pypi.org/project/django-caddstat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-caddstat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://caddstat.eyesopen.com" }, "release_url": "https://pypi.org/project/django-caddstat/0.1/", "requires_dist": null, "requires_python": null, "summary": "Bringing statistics to your CADD projects", "version": "0.1" }, "last_serial": 867287, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ee06e8d9208b753c5d359323961fb126", "sha256": "0b65aec24212af1637d4d884fe772d827aad36d78a21fb1457cade3c3c2196a8" }, "downloads": -1, "filename": "django-caddstat-0.1.tar.gz", "has_sig": false, "md5_digest": "ee06e8d9208b753c5d359323961fb126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28365, "upload_time": "2013-09-17T00:01:07", "url": "https://files.pythonhosted.org/packages/31/d6/e5251ccaca318ab5e8fcf7b52dfb2293de9a9aa4cb9de00182dc85ee21e9/django-caddstat-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee06e8d9208b753c5d359323961fb126", "sha256": "0b65aec24212af1637d4d884fe772d827aad36d78a21fb1457cade3c3c2196a8" }, "downloads": -1, "filename": "django-caddstat-0.1.tar.gz", "has_sig": false, "md5_digest": "ee06e8d9208b753c5d359323961fb126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28365, "upload_time": "2013-09-17T00:01:07", "url": "https://files.pythonhosted.org/packages/31/d6/e5251ccaca318ab5e8fcf7b52dfb2293de9a9aa4cb9de00182dc85ee21e9/django-caddstat-0.1.tar.gz" } ] }