{
"info": {
"author": "Jochem Smit",
"author_email": "jhmit@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Framework :: Jupyter",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Topic :: Scientific/Engineering :: Bio-Informatics"
],
"description": "|travis| |appveyor| |docs| |binder| |codecov| |license| |doi| \n\n|test|\n\n.. |test| image:: images/logo_with_cell_1280x640.png\n :width: 50%\n\n.. |travis| image:: https://travis-ci.org/Jhsmit/ColiCoords.svg?branch=master\n :target: https://travis-ci.org/Jhsmit/ColiCoords \n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/801teey9fnm8kuc9/branch/master?svg=true\n :target: https://ci.appveyor.com/project/Jhsmit/colicoords\n.. |docs| image:: https://readthedocs.org/projects/colicoords/badge/?version=latest\n :target: https://colicoords.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n.. |binder| image:: https://mybinder.org/badge_logo.svg \n :target: https://mybinder.org/v2/gh/Jhsmit/ColiCoords/master\n.. |codecov| image:: https://codecov.io/gh/Jhsmit/ColiCoords/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/Jhsmit/ColiCoords\n.. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg\n :target: https://opensource.org/licenses/MIT\n.. |doi| image:: https://zenodo.org/badge/92830488.svg\n :target: https://zenodo.org/badge/latestdoi/92830488\n\n`Documentation `_\n\n`PLOS One Paper `_ \n\n`BioRxiv Paper `_\n\nProject Goals\n=============\n\nColiCoords is a python project for analysis of fluorescence microscopy data from rodlike cells. The project is aimed to be an open, well documented platform where users can easily share data through compact hdf5 files and analysis pipelines in the form of Jupyter notebooks.\n\n\nInstallation\n============\n\n``ColiCoords`` is available on PyPi and Conda Forge. Currently, python >= 3.6 is required.\n\nInstallation by `Conda `_.:\n\n.. code:: bash\n\n conda install -c conda-forge colicoords \n\nFor installation via PyPi a C++ compiler is required for installing the dependency `mahotas `_. Alternatively, ``mahotas`` can be installed separately from Conda. \n\nTo install ``ColiCoords`` from pypi:\n\n.. code:: bash\n\n pip install colicoords\n\n\nAlthough `ColiCoords` features automated testing, there are likely to be bugs. Users are encouraged to report them via the Issues page on GitHub. \n\nContact: jhsmit@gmail.com\n\nExamples\n========\n\nSeveral examples of `ColiCoords` usage can be found in the examples directory.\n\n\n|pipeline|\n\n.. |pipeline| image:: images/pipeline_figure.png\n :width: 100%\n\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/Jhsmit/ColiCoords",
"keywords": "cells microscopy ecoli coordinates",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "colicoords",
"package_url": "https://pypi.org/project/colicoords/",
"platform": "",
"project_url": "https://pypi.org/project/colicoords/",
"project_urls": {
"Homepage": "https://github.com/Jhsmit/ColiCoords"
},
"release_url": "https://pypi.org/project/colicoords/0.1.4/",
"requires_dist": [
"numpy",
"matplotlib (>=2.2.0)",
"seaborn",
"mahotas",
"multiprocess",
"scipy",
"h5py",
"tifffile",
"tqdm (>=4.27.0)",
"symfit (>=0.4.6)",
"ipywidgets",
"IPython"
],
"requires_python": ">=3.6",
"summary": "Create a coordinate system in rod-shaped cells.",
"version": "0.1.4"
},
"last_serial": 5448661,
"releases": {
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "6eba8e0107d737291ad78c785f1c14ae",
"sha256": "520200d752139102f4255dc5b650108249877a80d73d178db4d36481fadd1529"
},
"downloads": -1,
"filename": "colicoords-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6eba8e0107d737291ad78c785f1c14ae",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2494,
"upload_time": "2018-11-16T01:26:14",
"url": "https://files.pythonhosted.org/packages/ea/3d/af1e14b294481393e8f06f4cd7189456b836ecccf5f1bd66cb75340e1107/colicoords-0.1.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0446fa9d815db5b7bd1146cc4d7ec015",
"sha256": "b548cecda01c7378bbec9013701b4ca891d337fed7df56c0e252b289bc655e53"
},
"downloads": -1,
"filename": "colicoords-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "0446fa9d815db5b7bd1146cc4d7ec015",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7964,
"upload_time": "2018-11-16T01:26:16",
"url": "https://files.pythonhosted.org/packages/88/cb/08f97be0c166c797fb3a97f22e7d28932f1dfced2e17d388757bed625f4d/colicoords-0.1.1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "1f59eb3aeac789380919f7a249d57675",
"sha256": "a9f7328b46df86459807955ff9fb9b3303e84c4d07bec5078aa38284e8cb2971"
},
"downloads": -1,
"filename": "colicoords-0.1.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "1f59eb3aeac789380919f7a249d57675",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 73284,
"upload_time": "2018-12-03T20:41:04",
"url": "https://files.pythonhosted.org/packages/e3/ae/3c5441464e619ee06787af0f4469ca93013542be806b0b5445c80d4f097a/colicoords-0.1.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "70d98c87e841e74b2e7e3a6265f2c4f1",
"sha256": "ae04f92a926bbae403d2b7eb78d03ddbc5e8716684078c66c8c1e978b6b04ee0"
},
"downloads": -1,
"filename": "colicoords-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "70d98c87e841e74b2e7e3a6265f2c4f1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 30350189,
"upload_time": "2018-12-03T20:41:08",
"url": "https://files.pythonhosted.org/packages/f7/88/d25f68b38507e2b22375881dea5870d6a62e39b1a67e5ff07b16071f360c/colicoords-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "37ade4000ce48732fe88646d9913ccbd",
"sha256": "5cdb9ae69ea6a1d703aa3833d2c96d4c6d096020ff92dd57b02ea37f8c033a54"
},
"downloads": -1,
"filename": "colicoords-0.1.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "37ade4000ce48732fe88646d9913ccbd",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 74963,
"upload_time": "2018-12-12T19:01:31",
"url": "https://files.pythonhosted.org/packages/79/e4/f5345e4dc359f3061ce8892dc171d874a4bfd92dd0fda8792277a87b39a0/colicoords-0.1.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "d40e55c6ca59eee785169dce8ac45fab",
"sha256": "18c9372a616b5883c71fecef552bb30d2031a5afcd727d10ce5b0b88f646957f"
},
"downloads": -1,
"filename": "colicoords-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "d40e55c6ca59eee785169dce8ac45fab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 36144210,
"upload_time": "2018-12-12T19:01:37",
"url": "https://files.pythonhosted.org/packages/f8/9a/a41b94bed71905fb747a8e2867434f3594f751de17cfc74f938b4e8af7da/colicoords-0.1.3.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "22f0d55b888cd0a625ac3862c90f6b7e",
"sha256": "e01ba1aa84ab27f0215c7356d20821958ee949d5d7191583b45c763e1e747aff"
},
"downloads": -1,
"filename": "colicoords-0.1.4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "22f0d55b888cd0a625ac3862c90f6b7e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 79146,
"upload_time": "2019-06-25T21:46:22",
"url": "https://files.pythonhosted.org/packages/aa/a1/53e3c479244b71523b01a6878bc70b5cfc4cfb63e8a09ab7bca5190fe195/colicoords-0.1.4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0103970cc92537534953cea0f2e52547",
"sha256": "8cd73c5defcc747aaa436e6bb13c6732f130298a4f4cc9f790fe16c075980c29"
},
"downloads": -1,
"filename": "colicoords-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "0103970cc92537534953cea0f2e52547",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 53331584,
"upload_time": "2019-06-25T21:46:28",
"url": "https://files.pythonhosted.org/packages/7c/a5/243c400e1fc8969c35eafe1f22c483431da6111c11bc8fcb73be446b7d9d/colicoords-0.1.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "22f0d55b888cd0a625ac3862c90f6b7e",
"sha256": "e01ba1aa84ab27f0215c7356d20821958ee949d5d7191583b45c763e1e747aff"
},
"downloads": -1,
"filename": "colicoords-0.1.4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "22f0d55b888cd0a625ac3862c90f6b7e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 79146,
"upload_time": "2019-06-25T21:46:22",
"url": "https://files.pythonhosted.org/packages/aa/a1/53e3c479244b71523b01a6878bc70b5cfc4cfb63e8a09ab7bca5190fe195/colicoords-0.1.4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0103970cc92537534953cea0f2e52547",
"sha256": "8cd73c5defcc747aaa436e6bb13c6732f130298a4f4cc9f790fe16c075980c29"
},
"downloads": -1,
"filename": "colicoords-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "0103970cc92537534953cea0f2e52547",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 53331584,
"upload_time": "2019-06-25T21:46:28",
"url": "https://files.pythonhosted.org/packages/7c/a5/243c400e1fc8969c35eafe1f22c483431da6111c11bc8fcb73be446b7d9d/colicoords-0.1.4.tar.gz"
}
]
}