{ "info": { "author": "Ulf Hamster", "author_email": "554c46@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/kmedian/ctmc2.svg?branch=master)](https://travis-ci.org/kmedian/ctmc2)\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kmedian/ctmc2/master?urlpath=lab)\n\n# ctmc2\nContinous Time Markov Chain (with automatic error correction)\n\n\n## Table of Contents\n* [Installation](#installation)\n* [Usage](#usage)\n* [Commands](#commands)\n* [Support](#support)\n* [Contributing](#contributing)\n\n\n## Installation\nThe `ctmc2` [git repo](http://github.com/kmedian/ctmc2) is available as [PyPi package](https://pypi.org/project/ctmc2)\n\n```\npip install ctmc2\n```\n\n\n## Usage\nCheck the [examples](examples) folder for notebooks.\n\n\n## Commands\n* Check syntax: `flake8 --ignore=F401`\n* Remove `.pyc` files: `find . -type f -name \"*.pyc\" | xargs rm`\n* Remove `__pycache__` folders: `find . -type d -name \"__pycache__\" | xargs rm -rf`\n* Upload to PyPi with twine: `python setup.py sdist && twine upload -r pypi dist/*`\n\n\n## Debugging\n* Notebooks to profile python code are in the [profile](profile) folder\n\n\n## Support\nPlease [open an issue](https://github.com/kmedian/ctmc2/issues/new) for support.\n\n\n## Contributing\nPlease contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/kmedian/ctmc2/compare/).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kmedian/ctmc2", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ctmc2", "package_url": "https://pypi.org/project/ctmc2/", "platform": "", "project_url": "https://pypi.org/project/ctmc2/", "project_urls": { "Homepage": "http://github.com/kmedian/ctmc2" }, "release_url": "https://pypi.org/project/ctmc2/0.1.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Continous Time Markov Chain (with automatic error correction)", "version": "0.1.0" }, "last_serial": 4345866, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4e4e6bb3fe5ab38c01f452603bf43041", "sha256": "0f8f2ce0dfca66023dcbeb29af07d2075c08e0352854a5b536964d5933626761" }, "downloads": -1, "filename": "ctmc2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4e4e6bb3fe5ab38c01f452603bf43041", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3009, "upload_time": "2018-10-05T20:44:28", "url": "https://files.pythonhosted.org/packages/ad/d8/79f325b85dbe29c50c42668906776533ca4a9c3fc69f60102164184802e4/ctmc2-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4e4e6bb3fe5ab38c01f452603bf43041", "sha256": "0f8f2ce0dfca66023dcbeb29af07d2075c08e0352854a5b536964d5933626761" }, "downloads": -1, "filename": "ctmc2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4e4e6bb3fe5ab38c01f452603bf43041", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3009, "upload_time": "2018-10-05T20:44:28", "url": "https://files.pythonhosted.org/packages/ad/d8/79f325b85dbe29c50c42668906776533ca4a9c3fc69f60102164184802e4/ctmc2-0.1.0.tar.gz" } ] }