{ "info": { "author": "Ulf Hamster", "author_email": "554c46@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/kmedian/numertweak.svg?branch=master)](https://travis-ci.org/kmedian/numertweak)\n\n\n# numertweak\nSome utility function for the [numer.ai](https://numer.ai/rounds) competition.\n\nThis for my personal usage so far. \nIf you have any questions then send me an Email.\n\n## Table of Contents\n* [Installation](#installation)\n* [Commands](#commands)\n* [Support](#support)\n* [Contributing](#contributing)\n\n\n## Installation\nThe `numertweak` [git repo](http://github.com/kmedian/numertweak) is available as [PyPi package](https://pypi.org/project/numertweak)\n\n```\npip install numertweak\n```\n\nIn notebooks use this\n\n```\n%%capture\n!pip install \"numertweak>=0.1.1\"\nfrom numertweak import *\n```\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/numertweak/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/numertweak/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/numertweak", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "numertweak", "package_url": "https://pypi.org/project/numertweak/", "platform": "", "project_url": "https://pypi.org/project/numertweak/", "project_urls": { "Homepage": "http://github.com/kmedian/numertweak" }, "release_url": "https://pypi.org/project/numertweak/0.1.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Some utility function for the numerai competition", "version": "0.1.1" }, "last_serial": 5681501, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "51c7d0c0c88f0050eafafb13fea41356", "sha256": "f6bf12a23282042235566ad09ca0e949e222a3675336284155fbea3c747856c6" }, "downloads": -1, "filename": "numertweak-0.1.0.tar.gz", "has_sig": false, "md5_digest": "51c7d0c0c88f0050eafafb13fea41356", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3736, "upload_time": "2018-11-25T12:54:30", "url": "https://files.pythonhosted.org/packages/93/ef/b36a6c9109ad7f1f004659c99f9cd63f28d23ed57782049c7ab528154a2a/numertweak-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "595ee9ab244cd3fba8069d49ca2b13b8", "sha256": "00ad4eabcab03da1409d6bb351d50af3019ca177c2ee636d352b223178e46db7" }, "downloads": -1, "filename": "numertweak-0.1.1.tar.gz", "has_sig": false, "md5_digest": "595ee9ab244cd3fba8069d49ca2b13b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5396, "upload_time": "2019-08-15T10:08:44", "url": "https://files.pythonhosted.org/packages/e3/8f/3760ebd7d536083f11d05f21a1cc43ee58916e4c1d8299dc8cd5ff5b5c41/numertweak-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "595ee9ab244cd3fba8069d49ca2b13b8", "sha256": "00ad4eabcab03da1409d6bb351d50af3019ca177c2ee636d352b223178e46db7" }, "downloads": -1, "filename": "numertweak-0.1.1.tar.gz", "has_sig": false, "md5_digest": "595ee9ab244cd3fba8069d49ca2b13b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5396, "upload_time": "2019-08-15T10:08:44", "url": "https://files.pythonhosted.org/packages/e3/8f/3760ebd7d536083f11d05f21a1cc43ee58916e4c1d8299dc8cd5ff5b5c41/numertweak-0.1.1.tar.gz" } ] }