{ "info": { "author": "Marc Hoersken", "author_email": "info@marc-hoersken.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML" ], "description": "Basic hCalendar Parser\n======================\n\nDependencies\n------------\n- isodate [http://pypi.python.org/pypi/isodate/]\n- Beautiful Soup 4 [http://www.crummy.com/software/BeautifulSoup/]\n\nInstallation\n-------------\nInstall the latest version from pypi.python.org:\n\n pip install python-hcalendar\n\nInstall the development version by cloning the source from github.com:\n\n pip install git+https://github.com/mback2k/python-hcalendar.git\n\nBasic Example\n-------------\nThe hCalendar class accepts file-like objects and strings, basically anything supported by BeautifulSoup\n\n from hcalendar import hCalendar\n\n html = \"\"\"