{"id":19564905,"url":"https://github.com/levy-y/network-builder","last_synced_at":"2026-01-31T21:14:22.681Z","repository":{"id":238846585,"uuid":"797692831","full_name":"Levy-Y/Network-Builder","owner":"Levy-Y","description":"A minimal IaC (Infrastructure as Code) tool in python","archived":false,"fork":false,"pushed_at":"2024-08-30T16:44:18.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T19:13:46.372Z","etag":null,"topics":["iac","networking","python3","tool"],"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/Levy-Y.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-08T10:34:33.000Z","updated_at":"2024-10-18T18:49:57.000Z","dependencies_parsed_at":"2024-11-11T05:27:01.386Z","dependency_job_id":"ee1de97c-0ca4-4582-bf44-acb6730663d5","html_url":"https://github.com/Levy-Y/Network-Builder","commit_stats":null,"previous_names":["levy-y/network-builder"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Levy-Y/Network-Builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FNetwork-Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FNetwork-Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FNetwork-Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FNetwork-Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Levy-Y","download_url":"https://codeload.github.com/Levy-Y/Network-Builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FNetwork-Builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28955278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["iac","networking","python3","tool"],"created_at":"2024-11-11T05:24:17.297Z","updated_at":"2026-01-31T21:14:22.658Z","avatar_url":"https://github.com/Levy-Y.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/Levy-Y/Network-Builder/blob/main/assets/logo.png?raw=true\" alt=\"Logo\" width=\"35%\"/\u003e\n\u003c/p\u003e\n\n# Network-Builder\n\n[![Made with Python](https://img.shields.io/badge/Python-\u003e=3.8-blue?logo=python\u0026logoColor=white)](https://python.org \"Go to Python homepage\") ![maintained - no](https://img.shields.io/badge/maintained-no-red) ![Upload to PyPi](https://github.com/Levy-Y/Network-Builder/actions/workflows/publish-to-pypi.yml/badge.svg)\n\n## Installation\n\n### Using pip\n\n```bash\npip install Network_Builder\n```\n\n### Manually\n1. Download the latest release from the [releases tab](https://github.com/Levy-Y/Network-Builder/releases).\n2. Install the wheel file using pip:\n\n```bash\npip install /path/to/downloaded/wheel/file.whl\n```\n\n## Usage\n```bash\npython -m Network_Builder --config_file \u003cfile_path\u003e\n```\n\n## Example config yml example:\n```yaml\nversion: '1.0'\n\ndevices:\n  - name: 'device1'\n    type: 'cisco_ios'\n    ip: '192.168.1.210'\n    port: '22'\n    username: 'admin'\n    password: 'password'\n  - name: 'device2'\n    type: 'cisco_ios'\n    ip: '192.168.1.211'\n    port: '22'\n    username: 'admin'\n    password: 'password'\n\ntasks:\n  - name: 'task1 name'\n    description: 'This is task 1'\n    device: 'device1'\n    commands:\n      - 'show version'\n      - 'show ip interface brief'\n  - name: 'task2 name'\n    description: 'This is task 2'\n    device: 'device2'\n    commands:\n      - 'show version'\n      - 'show ip interface brief'\n```\n\n## Contributing\n\nWe welcome contributions from the community. Before submitting a pull request, please ensure that:\n\n- Your feature or bug fix is covered by tests.\n- Your code adheres to the existing code style.\n- You have added or updated documentation as necessary.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevy-y%2Fnetwork-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevy-y%2Fnetwork-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevy-y%2Fnetwork-builder/lists"}