{"id":16098949,"url":"https://github.com/hellerve/pyzepto","last_synced_at":"2025-04-05T22:43:45.361Z","repository":{"id":57458710,"uuid":"61649092","full_name":"hellerve/pyzepto","owner":"hellerve","description":"A crude way of interfacing Python with zepto","archived":false,"fork":false,"pushed_at":"2016-06-21T16:38:39.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T05:11:58.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-21T16:22:31.000Z","updated_at":"2023-09-08T17:11:48.000Z","dependencies_parsed_at":"2022-09-10T05:50:54.532Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/pyzepto","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fpyzepto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fpyzepto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fpyzepto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fpyzepto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/pyzepto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411193,"owners_count":20934650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T18:25:11.348Z","updated_at":"2025-04-05T22:43:45.335Z","avatar_url":"https://github.com/hellerve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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)\") # =\u003e \"6\"\n  zepto(\"(make-byte-vector 10 0)\") # =\u003e \"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?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fpyzepto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fpyzepto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fpyzepto/lists"}