{"id":19852722,"url":"https://github.com/shadowblip/neteria","last_synced_at":"2025-07-19T11:38:33.056Z","repository":{"id":147744136,"uuid":"42790418","full_name":"ShadowBlip/Neteria","owner":"ShadowBlip","description":"Open source game networking framework for Python.","archived":false,"fork":false,"pushed_at":"2016-01-23T18:58:19.000Z","size":55,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-02T00:32:33.093Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadowBlip.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":"2015-09-19T21:34:22.000Z","updated_at":"2025-01-18T13:55:51.000Z","dependencies_parsed_at":"2023-04-19T09:10:03.861Z","dependency_job_id":null,"html_url":"https://github.com/ShadowBlip/Neteria","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShadowBlip/Neteria","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2FNeteria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2FNeteria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2FNeteria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2FNeteria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowBlip","download_url":"https://codeload.github.com/ShadowBlip/Neteria/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2FNeteria/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265926995,"owners_count":23850886,"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-11-12T14:04:08.225Z","updated_at":"2025-07-19T11:38:33.010Z","avatar_url":"https://github.com/ShadowBlip.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Version\n1.0.3\n\n## Installing\n\nYou can install Neteria by running the following command:\n\n`sudo python setup.py install`\n\nor\n\n`sudo pip install -e .`\n\n\n## Enabling Logging\n\nNeteria uses the python logging module for all log messages. By default,\nNeteria will not print any log messages. Right now there are 3 available\nloggers that you can use:\n\n- neteria.core\n- neteria.client\n- neteria.server\n\nTo enable Neteria logging in your application, add the following code into your\napp:\n\n```python\nimport logging\nimport sys\nlogger = logging.getLogger('neteria.server')\nlogger.setLevel(logging.DEBUG)\nlog_hdlr = logging.StreamHandler(sys.stdout)\nlog_hdlr.setLevel(logging.DEBUG)\nlogger.addHandler(log_hdlr)```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowblip%2Fneteria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowblip%2Fneteria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowblip%2Fneteria/lists"}