{ "info": { "author": "Veit Heller", "author_email": "veit@veitheller.de", "bugtrack_url": null, "classifiers": [], "description": "pyzepto\n=======\n\nA crude way of interfacing zepto and Python.\n\nRequirements\n============\n\nYou need to have zepto_ installed.\n\n.. _zepto: https://github.com/hellerve/zepto\n\nInstallation\n============\n\n::\n\n pip install pyzepto\n\n\nUsage\n=====\n\nI really advise against using it. It's amazingly crude.\nBut if you really want to do this, it's relatively straight-forward.\nThe main function that is exposed by this package is ``zepto``. It\ntakes a string of zepto code and evaluates it, returning the return\nvalue as a string.\n\n.. code-block:: python\n\n from pyzepto import zepto\n\n zepto(\"(+ 1 2 3)\") # => \"6\"\n zepto(\"(make-byte-vector 10 0)\") # => \"b{0 0 0 0 0 0 0 0 0 0}\"\n\nI also implemented a custom module loader for your convenience,\nso you can import zepto files into Python using regular ``import``\nstatements. What could possibly go wrong?", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hellerve/pyzepto", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyzepto", "package_url": "https://pypi.org/project/pyzepto/", "platform": "Linux,OS X,Windows", "project_url": "https://pypi.org/project/pyzepto/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hellerve/pyzepto" }, "release_url": "https://pypi.org/project/pyzepto/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Allows you to interface Python and zepto crudely", "version": "0.0.3" }, "last_serial": 2179308, "releases": { "0.0.1": [], "0.0.2": [], "0.0.3": [] }, "urls": [] }