{ "info": { "author": "Yuri Zappa", "author_email": "yuzappa@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\nLollylib\n========================\n\nLollylib is a multipurpose Python 3 library that creates an additional abstraction layer and provides higher level interface for python developers.\n\n### Draft notice\n\nNote that Lollylib is currently a draft. You can use it at your own risk, but there are no guarantees regarding future development of this project.\n\n## Table of contents\n\n[Requirements](#requirements)\n\n[Installation](#installation)\n\n[Getting started](#getting-started)\n\n[About authors](#about-authors)\n\n### Requirements\n\n`Lollylib` requires Python 3 version 3.5 or greater. \nIt may be used on Windows, MacOS and Linux. \nSo far, `lollylib` has not been tested on other operating systems, but very likely it can run \nin any Python 3 environment without customization.\n\n\n### Installation\n\n#### Windows\nFrom web:\n`py -3 -m pip install lollylib`\n\nFrom local directory:\n`py -3 -m pip install . `\n\n\n\n#### Linux and MacOS\nFrom web:\n`pip3 install lollylib`\n\nFrom local directory:\n`pip3 install . `\n\n\n#### Running tests\nTests are shipped together with `lollylib`.\nIf you installed it from web, you may run the tests from Python 3 shell:\n```python\nimport lollylib.test as test \ntest.run()\n```\n\n#### Installing for development\nIf you want to contribute to `lollylib` and become a developer, it is convenient to install it locally as a link\nso that changes you make will be immediately visible to all `lollylib` users. Download or clone it\nfrom https://github.com/sugurd/lollylib, then run from `lollylib` root directory: `pip3 install -e . `\n\n### Getting started\n\nThe best way to get started with `lollylib` is to explore the tests. There you will find examples of \nlegitimate use cases in great detail.\n\n### About authors\n\nYou may contact the author via `yuzappa@gmail.com`.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sugurd/lollylib", "keywords": "lollylib", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lollylib", "package_url": "https://pypi.org/project/lollylib/", "platform": "", "project_url": "https://pypi.org/project/lollylib/", "project_urls": { "Homepage": "https://github.com/sugurd/lollylib" }, "release_url": "https://pypi.org/project/lollylib/0.1.0/", "requires_dist": [ "markdown", "semver" ], "requires_python": "", "summary": "A multipurpose Python 3 library that creates an additional abstraction layer and provides higher level interface for python developers", "version": "0.1.0" }, "last_serial": 5434353, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b072f950ef606731773b3e7746e39d17", "sha256": "c22998834c576cd4845bce93b4be3824c8ce20f01dbf5598e924a446d1b130e2" }, "downloads": -1, "filename": "lollylib-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b072f950ef606731773b3e7746e39d17", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41444, "upload_time": "2019-06-22T10:26:32", "url": "https://files.pythonhosted.org/packages/9c/6e/63cd801cd2ac582f51da492610cd4e50f0d4ce1575e3476d3342f655012a/lollylib-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d75a18914a6af169e694be1216d635d", "sha256": "aebb9ada81ec545fa1a046e15039338a47d47790060e8b60b9161dfd139960cf" }, "downloads": -1, "filename": "lollylib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2d75a18914a6af169e694be1216d635d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32538, "upload_time": "2019-06-22T10:26:35", "url": "https://files.pythonhosted.org/packages/bf/3a/bb6ea91ccca8cd6313eab13bbf87a461ea765113ae284c7e17e1a9d46c8d/lollylib-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b072f950ef606731773b3e7746e39d17", "sha256": "c22998834c576cd4845bce93b4be3824c8ce20f01dbf5598e924a446d1b130e2" }, "downloads": -1, "filename": "lollylib-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b072f950ef606731773b3e7746e39d17", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41444, "upload_time": "2019-06-22T10:26:32", "url": "https://files.pythonhosted.org/packages/9c/6e/63cd801cd2ac582f51da492610cd4e50f0d4ce1575e3476d3342f655012a/lollylib-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d75a18914a6af169e694be1216d635d", "sha256": "aebb9ada81ec545fa1a046e15039338a47d47790060e8b60b9161dfd139960cf" }, "downloads": -1, "filename": "lollylib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2d75a18914a6af169e694be1216d635d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32538, "upload_time": "2019-06-22T10:26:35", "url": "https://files.pythonhosted.org/packages/bf/3a/bb6ea91ccca8cd6313eab13bbf87a461ea765113ae284c7e17e1a9d46c8d/lollylib-0.1.0.tar.gz" } ] }