{"id":16650050,"url":"https://github.com/rdch106/pysre","last_synced_at":"2025-05-12T21:09:47.256Z","repository":{"id":62583702,"uuid":"94110540","full_name":"RDCH106/pySRE","owner":"RDCH106","description":"Python wrapper for Simple-RFC1738-Encoder","archived":false,"fork":false,"pushed_at":"2018-11-10T15:42:53.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T21:09:41.613Z","etag":null,"topics":["javascript","python-wrapper","url-encoder"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RDCH106.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-12T15:17:11.000Z","updated_at":"2018-11-10T15:39:10.000Z","dependencies_parsed_at":"2022-11-03T21:37:25.340Z","dependency_job_id":null,"html_url":"https://github.com/RDCH106/pySRE","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FpySRE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FpySRE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FpySRE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FpySRE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RDCH106","download_url":"https://codeload.github.com/RDCH106/pySRE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823453,"owners_count":21969848,"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":["javascript","python-wrapper","url-encoder"],"created_at":"2024-10-12T09:15:07.066Z","updated_at":"2025-05-12T21:09:46.781Z","avatar_url":"https://github.com/RDCH106.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pySRE\n\n[![PyPI](https://img.shields.io/pypi/v/pySRE.svg)](https://pypi.python.org/pypi/pySRE)\n[![PyPI](https://img.shields.io/pypi/pyversions/pySRE.svg)](https://pypi.python.org/pypi/pySRE)\n[![PyPI](https://img.shields.io/pypi/l/pySRE.svg)](https://github.com/RDCH106/pySRE/blob/master/LICENSE)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3c484020aae54e939eb6624087ccfd27)](https://www.codacy.com/app/RDCH106/pySRE?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=RDCH106/pySRE\u0026utm_campaign=badger)\n\nExperimental Python wrapper for **Simple-RFC1738-Encoder** written in JavasScript.\n\nMore info about Simple-RFC1738-Encoder: https://github.com/RDCH106/Simple-RFC1738-Encoder\n\n### What can I do with pySRE?\n\n- The same as original library of Simple-RFC1738-Encoder\n\n### Installation\n\nYou can install or upgrade pySRE with:\n\n`$ pip install pySRE --upgrade`\n\nOr you can install from source with:\n\n```\n$ git clone https://github.com/RDCH106/pySRE.git --recursive\n$ cd pySRE\n$ python setup.py install\n```\n\n### Quick example\n\n```python\nfrom pySRE import pySRE\n\n# Choose your Engine using:\n#    pySRE.SUPPORTED_ENGINES\n#\n# Example:\n#    pySRE.PySRC(pySRE.SUPPORTED_ENGINES.Node)\n\npySRE = pySRE.PySRC()  # automatically picks the best runtime\nprint(\"\\nCurrrent engine: %s\\n\" % pySRE.execjs_engine)\n\nmy_url = \"http://mascandobits.es?fullname=Rubén de Celis Hernández\"\nprint(\"Original URL: %s\" % my_url)\nmy_url = pySRE.convert_to_url(my_url)\nprint(\"RFC1738 URL: %s\" % my_url)\nmy_url = pySRE.convert_to_string(my_url)\nprint(\"Decoded RFC1738 URL: %s\" % my_url)\nmy_url = pySRE.convert_to_url_with_utf8(my_url)\nprint(\"RFC1738 URL with UTF8: %s\" % my_url)\nmy_url = pySRE.convert_to_string_with_utf8(my_url)\nprint(\"Decoded RFC1738 URL with UTF8: %s\" % my_url)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdch106%2Fpysre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdch106%2Fpysre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdch106%2Fpysre/lists"}