{"id":42963693,"url":"https://github.com/zabertech/python-swampyer","last_synced_at":"2026-01-30T23:34:35.850Z","repository":{"id":46151611,"uuid":"116863057","full_name":"zabertech/python-swampyer","owner":"zabertech","description":"Basic Web Application Messaging Protocol (WAMP) libary in Python with minimal requirements","archived":false,"fork":false,"pushed_at":"2025-01-08T21:37:21.000Z","size":280,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T22:30:28.076Z","etag":null,"topics":["wamp-protocol"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zabertech.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-09T19:47:43.000Z","updated_at":"2025-01-08T21:37:25.000Z","dependencies_parsed_at":"2024-05-12T01:46:25.110Z","dependency_job_id":null,"html_url":"https://github.com/zabertech/python-swampyer","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"purl":"pkg:github/zabertech/python-swampyer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-swampyer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-swampyer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-swampyer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-swampyer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zabertech","download_url":"https://codeload.github.com/zabertech/python-swampyer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-swampyer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28923266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["wamp-protocol"],"created_at":"2026-01-30T23:34:35.180Z","updated_at":"2026-01-30T23:34:35.838Z","avatar_url":"https://github.com/zabertech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swampyer\n\n[[_TOC_]]\n\n## Purpose\n\nIntended as yet another way of interacting with a Web Application Messaging Protocol (WAMP) service, this is intended to be a lighter library for imports than the official autobahn-python.\n\nThe targets are `python3.8` and up.\n\n`python 2.7` support was dropped in version `3.0.20211103`. For 2.7 support use:\n\n```\n# For Python 2.7 support\npip install swampyer=2.20210513\n```\n\n## Documentation\n\nExamples can be found in the \"examples\" directory.\n\n## Installation\n\nInstall by using:\n\n`pip install swampyer`\n\n## Development\n\nDevelopment is mostly done from via the Zaber developer environment.\n\nFurther, most work is done within a docker container since we need to run the code against a slew of python versions to validate the code.\n\n### Setup:\n\nSetting up the environment can by:\n\n```bash\ngit clone https://github.com/zabertech/python-swampyer.git\ncd python-swampyer\ndocker compose up -d\n```\n\n### Testing\n\nNox is used to automate the testing between the various python versions.\n\nBy default when the docker compose is started the system will initiate a nox run running the test suite against the range of python versions we support.\n\nHowever, if you wish to run or develop within the environment, change the `docker-compose.yml` to have a command of `sleep infinity` and the container will remember active for ad-hoc execution of the test suite.\n\n```bash\ndocker compose exec python-swampyer nox\n```\n\nExecute a specific nox environment:\n\n```bash\ndocker compose exec python-swampyer nox -e \u003cenv_name\u003e\n```\n\nNote: a list of available environments can be found with:\n\n```bash\ndocker compose exec python-swampyer nox --list-sessions\n```\n\n### Packaging\n\n```\npdm build\npdm publish\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabertech%2Fpython-swampyer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzabertech%2Fpython-swampyer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabertech%2Fpython-swampyer/lists"}