{"id":34732448,"url":"https://github.com/jackby03/wovensnake","last_synced_at":"2026-05-25T17:03:56.245Z","repository":{"id":265482071,"uuid":"896088344","full_name":"jackby03/wovensnake","owner":"jackby03","description":"WovenSnake is a modern Python package manager designed to streamline dependency management by weaving packages and their relationships into an organized, optimized ecosystem.","archived":false,"fork":false,"pushed_at":"2024-11-29T14:40:14.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-29T15:35:20.307Z","etag":null,"topics":["dependencies","modules","package-manager","pip","python","requirements"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackby03.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":"2024-11-29T14:18:21.000Z","updated_at":"2024-11-29T14:40:18.000Z","dependencies_parsed_at":"2024-11-29T15:38:25.493Z","dependency_job_id":"32cd408e-c013-4027-98a9-cce9f188d89d","html_url":"https://github.com/jackby03/wovensnake","commit_stats":null,"previous_names":["jackby03/wovensnake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackby03/wovensnake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackby03%2Fwovensnake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackby03%2Fwovensnake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackby03%2Fwovensnake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackby03%2Fwovensnake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackby03","download_url":"https://codeload.github.com/jackby03/wovensnake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackby03%2Fwovensnake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28017198,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dependencies","modules","package-manager","pip","python","requirements"],"created_at":"2025-12-25T03:13:49.270Z","updated_at":"2025-12-25T03:13:49.720Z","avatar_url":"https://github.com/jackby03.png","language":null,"funding_links":["https://ko-fi.com/jackby03","https://ko-fi.com/jackby03'"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\".github/assets/logo.png\" alt=\"WovenSnake Cozy Logo\" width=\"200\"\u003e\n  \u003ch1\u003e🧶 WovenSnake\u003c/h1\u003e\n\u003c/div\u003e\n\n[![Crates.io](https://img.shields.io/crates/v/wovensnake.svg?style=flat-square\u0026color=98c379)](https://crates.io/crates/wovensnake)\n[![Documentation](https://docs.rs/wovensnake/badge.svg?style=flat-square)](https://docs.rs/wovensnake)\n[![CI Status](https://github.com/jackby03/wovensnake/workflows/Development%20CI/badge.svg?style=flat-square)](https://github.com/jackby03/wovensnake/actions)\n[![License](https://img.shields.io/crates/l/wovensnake.svg?style=flat-square)](https://github.com/jackby03/wovensnake/blob/main/LICENSE)\n[![Ko-Fi](https://img.shields.io/badge/Ko--fi-Fba8a8?style=flat-square\u0026logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/jackby03)\n\n\u003e **\"Dependencies, neatly woven.\"** 🐍🧶\n\n**WovenSnake** is a cozy, high-performance Python package manager built with **Rust**. It knits your dependencies together securely, keeping your environment warm and tidy.\n\n---\n\n## 🍵 Why WovenSnake?\n\nManaging packages shouldn't be a tangle. WovenSnake keeps things organized:\n*   **⚡ Swift Knitting**: Parallel resolution that finishes before your tea is ready.\n*   **🔒 Secure Stitching**: Deterministic `wovenpkg.lock` ensures every install is identical.\n*   **🧶 Self-Mending**: Automatically removes loose threads (unused packages) to keep your project clean.\n*   **🏠 Zero-Config Home**: Creates virtual environments automatically, so your packages have a safe place to live.\n\n---\n\n## 💿 Installation\n\n### 🚀 Automatic (Recommended)\n\n**Linux / macOS**:\n```bash\ncurl -fsSL https://raw.githubusercontent.com/jackby03/wovensnake/main/scripts/install.sh | sh\n```\n\n**Windows (PowerShell)**:\n```powershell\niwr -useb https://raw.githubusercontent.com/jackby03/wovensnake/main/scripts/install.ps1 | iex\n```\n\n### 🦀 From Source (Rustaceans)\n```bash\ncargo install wovensnake\n```\n\n---\n\n## 🎮 How to Use\n\n### 1. Start a New Pattern (`init`)\nPrepares `wovenpkg.json` for your project.\n```bash\nwovensnake init\n```\n\n### 2. Knit Dependencies (`install`)\nReads your pattern, gathers materials, and weaves the environment.\n```bash\nwovensnake install\n```\n\n### 3. Tidy Up (`remove`)\nGently removes a package and its unused threads.\n```bash\nwovensnake remove flask\n```\n\n### 4. View the Tapestry (`list`)\nAdmire the packages currently woven into your project.\n```bash\nwovensnake list\n```\n\n---\n\n## 🧸 Support the Nest\n\nBuilding such a cozy tool takes care and patience. If WovenSnake brought you comfort, consider donating a warm coffee:\n\n\u003ca href='https://ko-fi.com/jackby03' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\n*(Open Collective coming ssssoon...)*\n\n---\n\n## 🤝 Contributing to the Nest\n\nWe welcome all serpents! Whether you're fixing a bug or adding a new fang.\nCheck out **[CONTRIBUTING.md](CONTRIBUTING.md)** to get started.\n\n## 📜 Licenssse\n\nThis project is licensed under the **MIT License**. Ssssee [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackby03%2Fwovensnake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackby03%2Fwovensnake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackby03%2Fwovensnake/lists"}