{ "info": { "author": "Ulf Hamster", "author_email": "554c46@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/kmedian/majorityvoteproba.svg?branch=master)](https://travis-ci.org/kmedian/majorityvoteproba)\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kmedian/majorityvoteproba/master?urlpath=lab)\n\n# majorityvoteproba\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 `majorityvoteproba` [git repo](http://github.com/kmedian/majorityvoteproba) is available as [PyPi package](https://pypi.org/project/majorityvoteproba)\n\n```\npip install majorityvoteproba\n```\n\n\n## Usage\nCheck the [examples](http://github.com/kmedian/majorityvoteproba/examples) folder for notebooks.\n\n\n## Commands\n* Check syntax: `flake8 --ignore=F401`\n* Run Unit Tests: `python -W ignore -m unittest discover`\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: `python setup.py sdist upload -r pypi`\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](http://github.com/kmedian/majorityvoteproba/profile) folder\n\n\n## Support\nPlease [open an issue](https://github.com/kmedian/majorityvoteproba/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/majorityvoteproba/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/majorityvoteproba", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "majorityvoteproba", "package_url": "https://pypi.org/project/majorityvoteproba/", "platform": "", "project_url": "https://pypi.org/project/majorityvoteproba/", "project_urls": { "Homepage": "http://github.com/kmedian/majorityvoteproba" }, "release_url": "https://pypi.org/project/majorityvoteproba/0.1.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "merge probability predictions for majority votes", "version": "0.1.0" }, "last_serial": 5838054, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "97ea29478e0b9c9c136963ed8e2e9f96", "sha256": "596d9c902673dccb6ff345ba2cd55deaf024ec36c6efd72629daa39e66744a8f" }, "downloads": -1, "filename": "majorityvoteproba-0.1.0.tar.gz", "has_sig": false, "md5_digest": "97ea29478e0b9c9c136963ed8e2e9f96", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2588, "upload_time": "2019-09-16T20:15:15", "url": "https://files.pythonhosted.org/packages/14/b5/fe2c50ece28d001fcae007910d031f165be013959225216e02e67796de3b/majorityvoteproba-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97ea29478e0b9c9c136963ed8e2e9f96", "sha256": "596d9c902673dccb6ff345ba2cd55deaf024ec36c6efd72629daa39e66744a8f" }, "downloads": -1, "filename": "majorityvoteproba-0.1.0.tar.gz", "has_sig": false, "md5_digest": "97ea29478e0b9c9c136963ed8e2e9f96", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2588, "upload_time": "2019-09-16T20:15:15", "url": "https://files.pythonhosted.org/packages/14/b5/fe2c50ece28d001fcae007910d031f165be013959225216e02e67796de3b/majorityvoteproba-0.1.0.tar.gz" } ] }