{ "info": { "author": "Daan Thijs", "author_email": "daan.thijs@hotmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# lclpy\n\nLclpy is a localsearch library implemented in python.\n\n## Getting Started\n\nHere, you will find a simple guide to install the library on your system.\n\n### Prerequisites\n\nThe library is intended to be installed with [pip](https://pip.pypa.io/en/stable/).\nMake sure pip is installed on your system. \n(It's probably included with your python implementation, but it doesn't hurt to check.)\n\nAfter you've made sure pip is installed,\ninstall the following packages:\n\nsetuptools\n\n```\npip install setuptools\n```\n\nYou will be notified if it is already installed. This isn't be a problem.\n\n\n### Installing\n\nAfter the prequisites have been properly installed, it's time to install lclpy.\nDo not worry about dependencies and such, setuptools should take care of those.\n\n```\npip install lclpy\n```\n\nYou can easily test if it's installed by using the [interactive interpreter](https://docs.python.org/3/tutorial/interpreter.html#interactive-mode).\n\nDepending on your local installation, it might also be possible to start the interactive interpreter by using:\n\n```\npython\n```\n\nor\n\n```\npy\n```\n\nOnce inside the interpreter, try the following command:\n\n```\nimport lclpy\n```\n\nIf it succeeds without errors, lclpy is installed.\n\n## Usage\n\nIf you have any questions of how to use the library, you can download the project from github and check the documentation in the docs/html folder.\nYou can also check the docstrings of a module in the interactive interpreter like this:\n\n```\nprint(module_alias.__doc__)\n```\n\nThere are also several [jupyter notebooks](https://jupyter.org/) that demonstrate the use of some classes. These notebooks can be found in the project on github in the notebooks folder.\n\n\n## Tests\n\nMost of the modules of lclpy have some [doctests](https://docs.python.org/3/library/doctest.html) included.\n\nOne can perform these by importing a module and then using the following code in the interactive interpreter:\n\n```\nimport doctest\n\ndoctest.testmod(module_alias)\n```\n\nIf there are no failed tests, everything is fine.\n\n\n## Authors\n\n* **Daan Thijs** - *Design and initial implementation* - [nobody1570](https://github.com/nobody1570)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/nobody1570/lclpy/blob/master/LICENSE) file for details\n\n## Acknowledgments\n\n* Tony Wauters\n* Wim Vancroonenburg\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/nobody1570/lclpy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "lclpy", "package_url": "https://pypi.org/project/lclpy/", "platform": "", "project_url": "https://pypi.org/project/lclpy/", "project_urls": { "Homepage": "https://github.com/nobody1570/lclpy" }, "release_url": "https://pypi.org/project/lclpy/1.0.1/", "requires_dist": [ "matplotlib (>=3.0.2)", "numpy (>=1.15.4)" ], "requires_python": ">=3.7", "summary": "A localsearch library.", "version": "1.0.1" }, "last_serial": 5978286, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a7d9c0884217bf600f042e95b8f21f3d", "sha256": "c95ce8265107c1010dfff14fd19d9fd78ca577fcf9dcd93571287c0fd6bceef0" }, "downloads": -1, "filename": "lclpy-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a7d9c0884217bf600f042e95b8f21f3d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 78534, "upload_time": "2019-10-14T17:22:29", "url": "https://files.pythonhosted.org/packages/a8/74/3c45e4c264b0dc9877feec66f81df7003f50ca6e62442eaa97cdf7b00dc7/lclpy-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6b0519cfa987cf589a5115bea346ae21", "sha256": "1f28736046a7f22585c0f96551c39a9c51fa9794d4819c21c23f9c29ef129f4e" }, "downloads": -1, "filename": "lclpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6b0519cfa987cf589a5115bea346ae21", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 42301, "upload_time": "2019-10-14T17:22:34", "url": "https://files.pythonhosted.org/packages/5a/8b/9bb5c3aca942889ffcb268277094026d9770012a89e99898f78287183362/lclpy-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "2a85fa5ec7ac455377dddc77542ae0ef", "sha256": "d9b81d02e524b9926e2b3dc9be6f6fc9ecfb498b00daf0dbe9acd5c695e47dff" }, "downloads": -1, "filename": "lclpy-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2a85fa5ec7ac455377dddc77542ae0ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 78489, "upload_time": "2019-10-15T16:23:05", "url": "https://files.pythonhosted.org/packages/8f/5e/7944195519c248e2f07973ee451d9eceb019b7b98ac3b5cd002aa4a1b367/lclpy-1.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a85fa5ec7ac455377dddc77542ae0ef", "sha256": "d9b81d02e524b9926e2b3dc9be6f6fc9ecfb498b00daf0dbe9acd5c695e47dff" }, "downloads": -1, "filename": "lclpy-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2a85fa5ec7ac455377dddc77542ae0ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 78489, "upload_time": "2019-10-15T16:23:05", "url": "https://files.pythonhosted.org/packages/8f/5e/7944195519c248e2f07973ee451d9eceb019b7b98ac3b5cd002aa4a1b367/lclpy-1.0.1-py3-none-any.whl" } ] }