{ "info": { "author": "Ulf Hamster", "author_email": "554c46@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/kmedian/datefeatures.svg?branch=master)](https://travis-ci.org/kmedian/datefeatures)\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kmedian/datefeatures/master?urlpath=lab)\n\n# datefeatures\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 `datefeatures` [git repo](http://github.com/kmedian/datefeatures) is available as [PyPi package](https://pypi.org/project/datefeatures)\n\n```\npip install datefeatures\n```\n\n\n## Usage\nCheck the [examples](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 with twine: `python setup.py sdist && twine upload -r pypi dist/*`\n\n\n## Support\nPlease [open an issue](https://github.com/kmedian/datefeatures/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/datefeatures/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/datefeatures", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "datefeatures", "package_url": "https://pypi.org/project/datefeatures/", "platform": "", "project_url": "https://pypi.org/project/datefeatures/", "project_urls": { "Homepage": "http://github.com/kmedian/datefeatures" }, "release_url": "https://pypi.org/project/datefeatures/0.2.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Feature engineering sklearn transformer for dates", "version": "0.2.0" }, "last_serial": 4794799, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "257de65c1072f52b5f1359eaf420e426", "sha256": "0d354e13851fb0259980bd4e7d8ce45545446fc7c45d58da8363c3c44256d95c" }, "downloads": -1, "filename": "datefeatures-0.1.0.tar.gz", "has_sig": false, "md5_digest": "257de65c1072f52b5f1359eaf420e426", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3581, "upload_time": "2019-01-24T14:24:47", "url": "https://files.pythonhosted.org/packages/05/71/9a9e1f3e8424c411d77174b85b31bb195a7773b3e5dd5dde86bc4ba848b7/datefeatures-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b629da994aaca2bd4ad340754b3c3cd5", "sha256": "540a25a2acc4f083c0af146015b29de2ce14b8dbea4b87566cfc23b5ed39f6b5" }, "downloads": -1, "filename": "datefeatures-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b629da994aaca2bd4ad340754b3c3cd5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5015, "upload_time": "2019-02-08T09:25:03", "url": "https://files.pythonhosted.org/packages/c0/61/9fa2caa4cad0c4063b24f8293dd975d0dcc43595ede36d735656b54d012b/datefeatures-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b629da994aaca2bd4ad340754b3c3cd5", "sha256": "540a25a2acc4f083c0af146015b29de2ce14b8dbea4b87566cfc23b5ed39f6b5" }, "downloads": -1, "filename": "datefeatures-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b629da994aaca2bd4ad340754b3c3cd5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5015, "upload_time": "2019-02-08T09:25:03", "url": "https://files.pythonhosted.org/packages/c0/61/9fa2caa4cad0c4063b24f8293dd975d0dcc43595ede36d735656b54d012b/datefeatures-0.2.0.tar.gz" } ] }