{ "info": { "author": "Ginkgo Bioworks, Benjie Chen", "author_email": "devs@ginkgobioworks.com, benjie@alum.mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Life", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Calibration\n===========\n\n.. image:: https://travis-ci.org/ginkgobioworks/calibrate.svg?branch=master\n :target: https://travis-ci.org/ginkgobioworks/calibrate\n\nThis is a simple tool that constructs a calibration curve using known x\nand y values from standards, and backout the x value for an unknown\nbased on its measured y signal.\n\n**Features**\n\n- Given x and y, creates calibration curve and finds linear portion and\n limits of linearity\n- Given y of an unknown, interpolates to find x\n- Computes interpolation error\n\nDevelopment\n-----------\n\nDevelopment requires Docker and Make on your host system. Everything else is taken care of inside the\nDocker container.\n\nSpin up your container using the provided ``docker-compose.yml`` file and ``Makefile`` by running\n``make image``. This creates an image with a correct git configuration for your user, which makes it\neasy to release. All of the commands you should need to run are defined the ``Makefile`` as targets.\nAll of the targets except for ``image``, are meant to be run inside the Docker container, but can be\nrun from the host machine by having ``-ext`` appended to them. For example, to run tests, you could\neither call ``make test`` from a shell inside the container, or ``make test-ext`` from the host.\n\nDependencies are managed through the `conda `_ tool and defined in\n``environment.yml``. All new dependencies must be specified with a version, for a reproducible build\nenvironment.\n\nAll pull requests are run through the Travis CI process specified in ``.travis.yml`` and must pass\nall tests before being accepted.\n\nDeployment\n----------\n\nDeployment of tagged commits happens to PyPI automatically via Travis CI. To bump and deploy a new\nversion directly, you must have access to write to the master branch. Run ``make bump/[foo]-ext``,\nwhere ``[foo]`` is ``major``, ``minor``, or ``patch``. Then ``git push origin --tags master``. If\nyou do not have access to the master branch, do the same thing, but in a separate branch, and make\na pull request.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ginkgobioworks/calibrate", "keywords": "calibrate calibration linear regression power regression fit quantify", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "calibrate", "package_url": "https://pypi.org/project/calibrate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/calibrate/", "project_urls": { "Homepage": "https://github.com/ginkgobioworks/calibrate" }, "release_url": "https://pypi.org/project/calibrate/0.10.0/", "requires_dist": [ "numpy", "scipy", "six" ], "requires_python": "", "summary": "Interpolate using a calibration curve", "version": "0.10.0" }, "last_serial": 2842554, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "b22326490b78bda0148213ce288c0884", "sha256": "7cf8c012f197876b7c95f4b168013bef5a29f4bd6a69f16c2266074f43ee18bf" }, "downloads": -1, "filename": "calibrate-0.10.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b22326490b78bda0148213ce288c0884", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7498, "upload_time": "2017-05-01T18:15:55", "url": "https://files.pythonhosted.org/packages/ea/5f/cad6a63b0dae44edb88685217fc2ee41aba3b10667cba6baab1c9cd121ad/calibrate-0.10.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d3ff07a9d352c008713859009bb2e22", "sha256": "e5a637ce77e285b9a47d5de79d6bb9b1dce0df1e60eb27cdf1eda1e89c32c8e1" }, "downloads": -1, "filename": "calibrate-0.10.0.tar.gz", "has_sig": false, "md5_digest": "2d3ff07a9d352c008713859009bb2e22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6047, "upload_time": "2017-04-16T09:52:16", "url": "https://files.pythonhosted.org/packages/97/cc/cde2e4cf13f0d36b5a4098be4aa84e016ff049a69bc18ad417250bef23b4/calibrate-0.10.0.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "0d6947dd946e5b1d292ed87dd42b4141", "sha256": "6c7221daf93918f6e9766fa59dd18734035e4b41b23aa177aa676c9edd3399f1" }, "downloads": -1, "filename": "calibrate-0.9.tar.gz", "has_sig": false, "md5_digest": "0d6947dd946e5b1d292ed87dd42b4141", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3444, "upload_time": "2014-04-14T14:13:17", "url": "https://files.pythonhosted.org/packages/67/98/3315faa5c6a5c9f678cf848b07981f0b6f645aeef50616dbe356cffc3b05/calibrate-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b22326490b78bda0148213ce288c0884", "sha256": "7cf8c012f197876b7c95f4b168013bef5a29f4bd6a69f16c2266074f43ee18bf" }, "downloads": -1, "filename": "calibrate-0.10.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b22326490b78bda0148213ce288c0884", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7498, "upload_time": "2017-05-01T18:15:55", "url": "https://files.pythonhosted.org/packages/ea/5f/cad6a63b0dae44edb88685217fc2ee41aba3b10667cba6baab1c9cd121ad/calibrate-0.10.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d3ff07a9d352c008713859009bb2e22", "sha256": "e5a637ce77e285b9a47d5de79d6bb9b1dce0df1e60eb27cdf1eda1e89c32c8e1" }, "downloads": -1, "filename": "calibrate-0.10.0.tar.gz", "has_sig": false, "md5_digest": "2d3ff07a9d352c008713859009bb2e22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6047, "upload_time": "2017-04-16T09:52:16", "url": "https://files.pythonhosted.org/packages/97/cc/cde2e4cf13f0d36b5a4098be4aa84e016ff049a69bc18ad417250bef23b4/calibrate-0.10.0.tar.gz" } ] }