{ "info": { "author": "Ulf Hamster", "author_email": "554c46@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/kmedian/pipelinetweak.svg?branch=master)](https://travis-ci.org/kmedian/pipelinetweak)\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kmedian/pipelinetweak/master?urlpath=lab)\n\n# pipelinetweak\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 `pipelinetweak` [git repo](http://github.com/kmedian/pipelinetweak) is available as [PyPi package](https://pypi.org/project/pipelinetweak)\n\n```\npip install pipelinetweak\n```\n\n\n## Usage\nCheck the [examples](http://github.com/kmedian/pipelinetweak/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/pipelinetweak/profile) folder\n\n\n## Support\nPlease [open an issue](https://github.com/kmedian/pipelinetweak/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/pipelinetweak/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/pipelinetweak", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pipelinetweak", "package_url": "https://pypi.org/project/pipelinetweak/", "platform": "", "project_url": "https://pypi.org/project/pipelinetweak/", "project_urls": { "Homepage": "http://github.com/kmedian/pipelinetweak" }, "release_url": "https://pypi.org/project/pipelinetweak/0.1.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "additional wrapper and classes for sklearn' pipeline API", "version": "0.1.0" }, "last_serial": 5851865, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0283d4672a02853dbbefb475cabf2e27", "sha256": "62c7ecb1d51801bb3f9a761026f8a769646b9b72a890875064d1c16c29289177" }, "downloads": -1, "filename": "pipelinetweak-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0283d4672a02853dbbefb475cabf2e27", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2532, "upload_time": "2019-09-18T18:34:41", "url": "https://files.pythonhosted.org/packages/e6/6b/483b9986ceb420570e70b3c3c45f1961aaf30b9005910af515bdabc11e69/pipelinetweak-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0283d4672a02853dbbefb475cabf2e27", "sha256": "62c7ecb1d51801bb3f9a761026f8a769646b9b72a890875064d1c16c29289177" }, "downloads": -1, "filename": "pipelinetweak-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0283d4672a02853dbbefb475cabf2e27", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2532, "upload_time": "2019-09-18T18:34:41", "url": "https://files.pythonhosted.org/packages/e6/6b/483b9986ceb420570e70b3c3c45f1961aaf30b9005910af515bdabc11e69/pipelinetweak-0.1.0.tar.gz" } ] }