{"id":13802065,"url":"https://github.com/kost/micropython-socks","last_synced_at":"2025-04-14T04:07:42.411Z","repository":{"id":57441508,"uuid":"302975506","full_name":"kost/micropython-socks","owner":"kost","description":"MicroPython library implementing SOCKS server.","archived":false,"fork":false,"pushed_at":"2020-10-11T15:36:57.000Z","size":10,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T02:32:48.340Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-10T19:29:24.000Z","updated_at":"2023-09-07T15:21:03.000Z","dependencies_parsed_at":"2022-09-06T02:40:29.710Z","dependency_job_id":null,"html_url":"https://github.com/kost/micropython-socks","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/kost%2Fmicropython-socks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fmicropython-socks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fmicropython-socks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fmicropython-socks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kost","download_url":"https://codeload.github.com/kost/micropython-socks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240151219,"owners_count":19755993,"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-08-04T00:01:34.765Z","updated_at":"2025-02-24T16:31:40.706Z","avatar_url":"https://github.com/kost.png","language":"Python","readme":"# MicroPython SOCKS server\n\nA MicroPython library for SOCKS server.\n\n## Installation\n\nInstallation can be done using upip or by manually uploading it to the device.\n\n## Easy Installation\n\nJust install it using upip - standard micropython packaging.\n```\nimport upip\nupip.install('micropython-socks')\n```\n\n## Manual Installation\n\nCopy the file to your device, using ampy, webrepl or compiling and deploying. eg.\n\n```\n$ ampy put socks.py\n```\n\n# Usage\n\n```python\nimport socks\nsocks.start()\n```\n\n```python\nimport socks\nsocks.stop()\n```\n\n```python\nimport socks\nsocks.help()\n```\n\n# Development\n\nBuilding for distribution:\n```\npython setup.py sdist\n```\n\nDistribution of release:\n```\npython setup.py sdist\npip install twine\ntwine upload dist/*\n```\n\n## Links\n\n* [micropython.org](http://micropython.org)\n* [Adafruit Ampy](https://learn.adafruit.com/micropython-basics-load-files-and-run-code/install-ampy)\n* [ESP32 PPP by Emard](https://github.com/emard/esp32ppp)\n\n# License\n\nLicensed under the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fmicropython-socks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkost%2Fmicropython-socks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fmicropython-socks/lists"}