{ "info": { "author": "Marc Weitz, Steffen Lindner", "author_email": "stuweparser@marc-weitz.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only" ], "description": "===========\nStuweparser\n===========\n\n.. image:: https://travis-ci.org/Trybnetic/stuweparser.svg?branch=master\n :target: https://travis-ci.org/Trybnetic/stuweparser?branch=master\n\n.. image:: https://landscape.io/github/Trybnetic/stuweparser/master/landscape.svg?style=flat\n :target: https://landscape.io/github/Trybnetic/stuweparser/master\n\n.. image:: https://coveralls.io/repos/github/Trybnetic/stuweparser/badge.svg?branch=master\n :target: https://coveralls.io/github/Trybnetic/stuweparser?branch=master\n\n.. image:: https://img.shields.io/github/license/trybnetic/stuweparser.svg\n :target: https://github.com/trybnetic/stuweparser/blob/master/LICENSE.txt\n\n\nThis package contains a collection of functions to crawl and parse the website\nof the `Studierendenwerk T\u00fcbingen-Hohenheim `_.\n\n\nGetting Started\n===============\nThese instructions will get you a copy of the ``stuweparser`` package on your\nlocal machine. If you only want to use ``stuweparser`` as a python package\nuse ``pip3`` in order to install it into your python3 environment. If you want\nto inspect and change the code download and install it via ``git clone`` and\n``python3 setup.py``. For details see below.\n\n\nPrerequisites\n-------------\nYou need python 3.4 or newer and git installed on your machine. We recommend to\ninstall Minicoda (https://conda.io/miniconda.html) before installing\n``stuweparser`` or to create a virtualenv within your personal folder.\n\nDevelopment\n^^^^^^^^^^^\nIf you want to develop ``stuweparser`` you should additionally install:\n\n.. code:: bash\n\n pip3 install --user tox pylint pytest pycodestyle sphinx\n\n\nInstalling\n----------\nIf you want to use the package you can install the package by running\n\n.. code:: bash\n\n git clone https://github.com/trybnetic/stuweparser.git\n cd stuweparser\n python3 setup.py install\n\n\nDocumentation and Examples\n--------------------------\nDocumentation and examples can be found in the ``doc/`` folder after cloning\nthe repository.\n\nIf you have installed ``sphinx`` you should be able to build the documentation with:\n\n.. code:: bash\n\n cd doc/\n make html\n\nThe entry point for the html documentation is ``doc/build/html/index.html``.\n\n\nRunning the tests\n=================\nIf you have cloned ``stuweparser`` from github, you can start the tests by\nexecuting the following within the outer ``stuweparser`` folder:\n\n.. code:: bash\n\n py.test\n\nFor full tests you can run:\n\n.. code:: bash\n\n tox -e test\n\nFor manually checking coding guidelines run:\n\n.. code:: bash\n\n pycodestyle stuweparser tests\n pylint --ignore-patterns='.*\\.so' --rcfile=setup.cfg -j 2 stuweparser tests\n\nFor more details on which tests run in the continuous testing environment\nlook at the file ``tox.ini``.\n\n\nAuthors\n=======\nSee also the list of `contributors\n`_ who participated in\nthis project.\n\n\nLicense\n=======\nThis project is licensed under the MIT License - see the `LICENSE.txt\n`_ file for\ndetails\n\nAcknowledgments\n===============\nThis package originates from python scripts written by `Steffen Lindner\n`_ in his repository `Mensa T\u00fcbingen App\n`_.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Trybnetic/stuweparser", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "stuweparser", "package_url": "https://pypi.org/project/stuweparser/", "platform": "Linux", "project_url": "https://pypi.org/project/stuweparser/", "project_urls": { "Homepage": "https://github.com/Trybnetic/stuweparser" }, "release_url": "https://pypi.org/project/stuweparser/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Python package to parse menues from www.my-stuwe.de", "version": "0.1.1" }, "last_serial": 3640801, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "96708785a513efbd3d730954dd902741", "sha256": "0406bcf87932ff14a416a25bfac429fe24ac6b8baca7d2f45c7e68fd9789add6" }, "downloads": -1, "filename": "stuweparser-0.1.1.tar.gz", "has_sig": true, "md5_digest": "96708785a513efbd3d730954dd902741", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12337, "upload_time": "2018-03-05T15:07:24", "url": "https://files.pythonhosted.org/packages/5a/63/5b8c211a0f899dfe1b16dba4259c6ffb263a207cb2fd9e67e9feaccc162d/stuweparser-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "96708785a513efbd3d730954dd902741", "sha256": "0406bcf87932ff14a416a25bfac429fe24ac6b8baca7d2f45c7e68fd9789add6" }, "downloads": -1, "filename": "stuweparser-0.1.1.tar.gz", "has_sig": true, "md5_digest": "96708785a513efbd3d730954dd902741", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12337, "upload_time": "2018-03-05T15:07:24", "url": "https://files.pythonhosted.org/packages/5a/63/5b8c211a0f899dfe1b16dba4259c6ffb263a207cb2fd9e67e9feaccc162d/stuweparser-0.1.1.tar.gz" } ] }