{"id":19656914,"url":"https://github.com/unode/panyc","last_synced_at":"2026-02-25T22:03:34.777Z","repository":{"id":45716922,"uuid":"69460332","full_name":"unode/panyc","owner":"unode","description":"Command-line interface to Cisco's AnyConnect VPN.","archived":false,"fork":false,"pushed_at":"2021-03-23T19:57:26.000Z","size":64,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T10:23:26.195Z","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-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unode.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":"2016-09-28T12:20:39.000Z","updated_at":"2022-07-15T08:41:13.000Z","dependencies_parsed_at":"2022-09-23T01:50:54.618Z","dependency_job_id":null,"html_url":"https://github.com/unode/panyc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unode%2Fpanyc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unode%2Fpanyc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unode%2Fpanyc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unode%2Fpanyc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unode","download_url":"https://codeload.github.com/unode/panyc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251366145,"owners_count":21578081,"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-11T15:29:21.788Z","updated_at":"2026-02-25T22:03:29.741Z","avatar_url":"https://github.com/unode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Panyc\n\nFor Python AnyConnect, is a small python wrapper on Cisco's AnyConnect\ncommand-line VPN interface. [![Build Status](https://travis-ci.org/unode/panyc.svg?branch=master)](https://travis-ci.org/unode/panyc)\n\nThis wrapper was created because the provided command line binary has limited\nautomation functionality making it hard to script in a fault tolerant way.\n\nThe branch `openconnect` contains a rough adaptation of Panyc to work with the\nOpenConnect client.\n\n\nIts main features are:\n\n* Support for multiple connection profiles\n* Store all sensitive data on a keychain (passwordstore.org)\n* Customize connection after success. Useful for:\n    * Automate waking up of services\n    * Anything you can think of...\n\n\n## Config example\n\nSee [one config used for tests](tests/data/postcmd.config)\n\n\n## Installation\n\nPanyc requirements are included in the `requirements.txt` file.\n\nTo install in a virtualenv use:\n\n    pip install -r requirements.txt\n\n\n## Usage\n\nThe script can be used by feeding a configuration file via stdin:\n\n    cat tests/data/default.config | ./panyc.py connect -\n\nor by providing a [passwordstore](https://passwordstore.org) identifier:\n\n    ./panyc.py connect vpn/myvpn\n\nYou can add a skeleton config to passwordstore (aka pass) by running:\n\n    cat tests/data/default.config | pass insert -m vpn/myvpn\n\nFor more information about pass check [the password-store website](https://passwordstore.org).\n\n\n### Connecting\n\nTo start a new connection run:\n\n    ./panyc.py connect vpn/myvpn\n\nto disconnect:\n\n    ./panyc.py disconnect\n\nto check the status of the connection:\n\n    ./panyc.py status\n\nto obtain the version of the VPN client:\n\n    ./panyc.py --version\n\nfor anything else:\n\n    ./panyc.py --help\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funode%2Fpanyc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funode%2Fpanyc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funode%2Fpanyc/lists"}