{ "info": { "author": "Ulf Hamster", "author_email": "554c46@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/kmedian/lagmat.svg?branch=master)](https://travis-ci.org/kmedian/lagmat)\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kmedian/lagmat/master?urlpath=lab)\n\n# lagmat\nLagmatrix. Create array with time-lagged copies of the features\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 `lagmat` [git repo](http://github.com/kmedian/lagmat) is available as [PyPi package](https://pypi.org/project/lagmat)\n\n```\npip install lagmat\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## 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/lagmat/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/lagmat/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/lagmat", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lagmat", "package_url": "https://pypi.org/project/lagmat/", "platform": "", "project_url": "https://pypi.org/project/lagmat/", "project_urls": { "Homepage": "http://github.com/kmedian/lagmat" }, "release_url": "https://pypi.org/project/lagmat/0.2.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Lagmatrix. Create array with time-lagged copies of the features", "version": "0.2.0" }, "last_serial": 4523582, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "dabf28c165dfdb62efd84708925613ff", "sha256": "cdd0bbf23908f5de97c46b13cc71f8b8141611ff9c01d20eb4f5c37c3cfd5a14" }, "downloads": -1, "filename": "lagmat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "dabf28c165dfdb62efd84708925613ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2857, "upload_time": "2018-11-01T15:55:47", "url": "https://files.pythonhosted.org/packages/6a/a0/eeca152f2cdceb0430ab4b6b9d3b1bf7d5bece4cf8bc2174b25a688d1734/lagmat-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "ae629d971e0ce65718db01b7694fd515", "sha256": "9774a9a06bc5e66e223deace9f81dd88661277c325ab896d33c584092ec7ae55" }, "downloads": -1, "filename": "lagmat-0.2.0.tar.gz", "has_sig": false, "md5_digest": "ae629d971e0ce65718db01b7694fd515", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4829, "upload_time": "2018-11-24T13:47:45", "url": "https://files.pythonhosted.org/packages/df/d1/958c08c0d5e2c515049e85666203a66ff5af9fd454f05ffae224aad452fb/lagmat-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae629d971e0ce65718db01b7694fd515", "sha256": "9774a9a06bc5e66e223deace9f81dd88661277c325ab896d33c584092ec7ae55" }, "downloads": -1, "filename": "lagmat-0.2.0.tar.gz", "has_sig": false, "md5_digest": "ae629d971e0ce65718db01b7694fd515", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4829, "upload_time": "2018-11-24T13:47:45", "url": "https://files.pythonhosted.org/packages/df/d1/958c08c0d5e2c515049e85666203a66ff5af9fd454f05ffae224aad452fb/lagmat-0.2.0.tar.gz" } ] }