{"id":20019005,"url":"https://github.com/ojarva/openvpn-status-parser","last_synced_at":"2025-05-04T23:31:38.687Z","repository":{"id":4304972,"uuid":"5437127","full_name":"ojarva/openvpn-status-parser","owner":"ojarva","description":"Parser for openvpn status file","archived":false,"fork":false,"pushed_at":"2023-07-15T12:33:42.000Z","size":15,"stargazers_count":19,"open_issues_count":5,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-22T13:26:52.365Z","etag":null,"topics":["openvpn","openvpn-server","parser"],"latest_commit_sha":null,"homepage":"","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/ojarva.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-08-16T09:31:53.000Z","updated_at":"2024-04-01T21:25:42.000Z","dependencies_parsed_at":"2024-11-13T09:33:06.799Z","dependency_job_id":null,"html_url":"https://github.com/ojarva/openvpn-status-parser","commit_stats":{"total_commits":10,"total_committers":3,"mean_commits":"3.3333333333333335","dds":0.4,"last_synced_commit":"f15dc97e36327808aace8c64f709e920c4c442ef"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojarva%2Fopenvpn-status-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojarva%2Fopenvpn-status-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojarva%2Fopenvpn-status-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojarva%2Fopenvpn-status-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ojarva","download_url":"https://codeload.github.com/ojarva/openvpn-status-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252414294,"owners_count":21744082,"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":["openvpn","openvpn-server","parser"],"created_at":"2024-11-13T08:25:27.998Z","updated_at":"2025-05-04T23:31:33.799Z","avatar_url":"https://github.com/ojarva.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"openvpn-status-parser\n=====================\n\nInstallation:\n\n::\n\n  pip install openvpn-status-parser\n\nor clone `the repository \u003chttps://github.com/ojarva/openvpn-status-parser\u003e`_ and run\n\n::\n\n  python setup.py install\n\nUsage:\n\n- add `status-version 3` to openvpn server configuration. Reload/restart openvpn server.\n- locate openvpn status file. Usually it's under /var/run in Unix based systems.\n\n::\n\n  openvpn-status-parser /var/run/openvpn/openvpn.status\n\nOr using Python:\n\n::\n\n  import pprint\n  from openvpn_status_parser import OpenVPNStatusParser\n\n  parser = OpenVPNStatusParser(\"/var/run/openvpn/openvpn.status\")\n  pprint.pprint(parser.connected_clients)\n  pprint.pprint(parser.routing_table)\n  pprint.pprint(parser.details)\n\nLicense\n-------\n\nMIT License; see LICENSE.txt for full details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojarva%2Fopenvpn-status-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fojarva%2Fopenvpn-status-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojarva%2Fopenvpn-status-parser/lists"}