{"id":42436083,"url":"https://github.com/fraware/universal-recycle","last_synced_at":"2026-01-28T05:36:21.737Z","repository":{"id":304044035,"uuid":"1017488644","full_name":"fraware/universal-recycle","owner":"fraware","description":"Universal Recycle revolutionizes how you manage multi-language projects by providing a unified, extensible platform for code modernization, cross-language interoperability, and enterprise-grade build automation.","archived":false,"fork":false,"pushed_at":"2025-07-18T21:32:22.000Z","size":3782,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T02:15:30.874Z","etag":null,"topics":[],"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/fraware.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,"zenodo":null}},"created_at":"2025-07-10T15:56:57.000Z","updated_at":"2025-07-18T21:31:41.000Z","dependencies_parsed_at":"2025-07-11T02:21:05.517Z","dependency_job_id":"24e8c52d-8e44-4e34-ae9f-97023d998100","html_url":"https://github.com/fraware/universal-recycle","commit_stats":null,"previous_names":["fraware/universal-recycle","fraware/upcycle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fraware/universal-recycle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraware%2Funiversal-recycle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraware%2Funiversal-recycle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraware%2Funiversal-recycle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraware%2Funiversal-recycle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fraware","download_url":"https://codeload.github.com/fraware/universal-recycle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraware%2Funiversal-recycle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28840118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"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":[],"created_at":"2026-01-28T05:36:21.009Z","updated_at":"2026-01-28T05:36:21.721Z","avatar_url":"https://github.com/fraware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Universal Recycle\n\n**The polyglot, manifest-driven, hermetic build system for recycling and modernizing code across languages.**\n\nUniversal Recycle revolutionizes how you manage multi-language projects by providing a unified, extensible platform for code modernization, cross-language interoperability, and enterprise-grade build automation.\n\n[![GitHub stars](https://img.shields.io/github/stars/fraware/universal-recycle?style=social)](https://github.com/fraware/universal-recycle)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Python](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/)\n\n## Overview\n\nUniversal Recycle is a comprehensive build system designed for modern software development workflows. It provides:\n\n- **Multi-language support** across Python, C++, Rust, Go, and WebAssembly\n- **Hermetic builds** with Bazel integration for reproducible results\n- **Enterprise features** including team collaboration and CI/CD integration\n- **Extensible architecture** with a plugin system for custom workflows\n- **Performance optimization** with distributed builds and smart caching\n\n## Key Features\n\n### Multi-Language Support\n\n- **Python** - Ruff, MyPy, Black, Security scanning\n- **C++** - Clang-tidy, vcpkg, Static analysis\n- **Rust** - Cargo, Clippy, Security audits\n- **Go** - Go modules, Linting, Testing\n- **WebAssembly** - wasm-pack, Optimization\n\n### Advanced Build System\n\n- **Selective Builds** - Build only what you need\n- **Build Profiles** - Debug, release, custom configurations\n- **Bazel Integration** - Hermetic, reproducible builds\n- **Distributed Builds** - Multi-node build distribution\n\n### Enterprise Ready\n\n- **Team Management** - User roles and permissions\n- **CI/CD Integration** - Automated pipelines and webhooks\n- **Performance Monitoring** - Metrics and optimization\n- **Remote Caching** - Redis, S3, Google Cloud Storage\n\n### Extensible Architecture\n\n- **Plugin System** - Custom adapters and generators\n- **Template Engine** - Project scaffolding\n- **Binding Generation** - Cross-language interoperability\n- **Distribution** - Multi-registry publishing\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/fraware/universal-recycle.git\ncd universal-recycle\n\n# Initialize your first project\npython recycle/cli.py init\n\n# Sync repositories and start building\npython recycle/cli.py sync\npython recycle/cli.py build --target my-project\n```\n\n**Get started in 5 minutes with our [Quick Start Tutorial](docs/quickstart.md)!**\n\n## Documentation\n\n### Getting Started\n\n- [Installation Guide](docs/installation.md) - Setup and requirements\n- [Quick Start Tutorial](docs/quickstart.md) - Your first project in 5 minutes\n- [CLI Reference](docs/cli-reference.md) - Complete command reference\n- [Plugin Development](docs/plugins.md) - Creating custom extensions\n- [Troubleshooting](docs/troubleshooting.md) - Common issues and solutions\n\n## Example Workflow\n\n```yaml\n# repos.yaml - Define your repositories\nrepositories:\n  - name: my-python-lib\n    language: python\n    git: https://github.com/org/my-python-lib\n    commit: main\n    adapters: [ruff, mypy, security]\n\n  - name: my-cpp-lib\n    language: cpp\n    git: https://github.com/org/my-cpp-lib\n    commit: v1.0.0\n    adapters: [clang-tidy, vcpkg]\n```\n\n```bash\n# Sync repositories\npython recycle/cli.py sync\n\n# Run adapters for modernization\npython recycle/cli.py adapt\n\n# Generate language bindings\npython recycle/cli.py bind --generators pybind11 grpc\n\n# Build with specific profile\npython recycle/cli.py build --target my-cpp-lib --profile release --bazel\n\n# Distribute packages\npython recycle/cli.py distribute --target my-python-lib\n```\n\n## Architecture Overview\n\n```\n┌─────────────────┐    ┌─────────────────┐    ┌─────────────────┐\n│   Manifest      │    │   Adapters      │    │   Bindings      │\n│   (repos.yaml)  │───▶│   (Lint/Modern) │───▶│   (pybind11/    │\n│                 │    │                 │    │    gRPC/etc)    │\n└─────────────────┘    └─────────────────┘    └─────────────────┘\n         │                       │                       │\n         ▼                       ▼                       ▼\n┌─────────────────┐    ┌─────────────────┐    ┌─────────────────┐\n│   Build System  │    │   Cache System  │    │   Distribution  │\n│   (Bazel/Prof)  │    │   (Local/Remote)│    │   (PyPI/npm/etc)│\n└─────────────────┘    └─────────────────┘    └─────────────────┘\n```\n\n## Use Cases\n\n### Multi-Language Libraries\n\nBuild high-performance libraries with Python interfaces and C++/Rust backends.\n\n### Microservices\n\nModernize legacy codebases with automated linting, security scanning, and cross-language bindings.\n\n### Data Science Pipelines\n\nCreate reproducible data science workflows with Python, R, and C++ components.\n\n### Web Applications\n\nBuild modern web apps with TypeScript frontends and Python/Go backends.\n\n### Enterprise Systems\n\nScale development teams with role-based access, CI/CD automation, and performance monitoring.\n\n## Plugin Ecosystem\n\nUniversal Recycle's extensible plugin system allows you to:\n\n- **Create custom adapters** for your specific tools and workflows\n- **Build custom generators** for new language bindings\n- **Extend the CLI** with new commands and functionality\n- **Share plugins** with the community\n\n```bash\n# List available plugins\npython recycle/cli.py plugin --plugin-command list\n\n# Create your own plugin\nmkdir -p plugins/my-custom-adapter\n# Add plugin.yaml and implementation\n\n# Install and use your plugin\npython recycle/cli.py plugin --plugin-command install --plugin-path ./plugins/my-custom-adapter\npython recycle/cli.py adapt --adapter my-custom-adapter\n```\n\nSee our [Plugin Development Guide](docs/plugins.md) to create your first plugin!\n\n## Enterprise Features\n\n### Team Collaboration\n\n```bash\n# Add team members\npython recycle/cli.py team --team-command add-user --username alice --role member\n\n# Create shared workspaces\npython recycle/cli.py team --team-command create-workspace --workspace-name production\n```\n\n### CI/CD Integration\n\n```bash\n# Create automated pipelines\npython recycle/cli.py cicd --cicd-command create-pipeline --pipeline-name production\n\n# Add webhooks\npython recycle/cli.py cicd --cicd-command add-webhook --webhook-url https://hooks.slack.com/...\n```\n\n### Performance Optimization\n\n```bash\n# Monitor performance\npython recycle/cli.py performance --performance-command monitor\n\n# Generate reports\npython recycle/cli.py performance --performance-command report --output html\n```\n\n## Performance\n\nUniversal Recycle is designed for scale:\n\n- **Parallel Processing** - Multi-core repository syncing and adapter execution\n- **Distributed Builds** - Multi-node build distribution\n- **Smart Caching** - Local and remote caching with intelligent invalidation\n- **Incremental Updates** - Only process changed files and dependencies\n\n## Contributing\n\nWe welcome contributions! See our [Contributing Guide](CONTRIBUTING.md) for details on:\n\n- **Code of Conduct** - Our community standards\n- **Development Setup** - Getting started with development\n- **Pull Request Process** - How to submit changes\n- **Plugin Development** - Creating custom extensions\n\n### Quick Contribution\n\n```bash\n# Fork and clone\ngit clone https://github.com/your-username/universal-recycle.git\ncd universal-recycle\n\n# Install development dependencies\npip install -r requirements-dev.txt\n\n# Run tests\npython -m pytest tests/\n\n# Submit a pull request\n```\n\n## License\n\nUniversal Recycle is licensed under the MIT License. See [LICENSE](LICENSE) for details.\n\n## Support\n\n### Documentation\n\n- [Main Documentation](docs/README.md)\n- [Quick Start](docs/quickstart.md)\n- [Troubleshooting](docs/troubleshooting.md)\n\n### Community\n\n- [GitHub Issues](https://github.com/fraware/universal-recycle/issues)\n- [GitHub Discussions](https://github.com/fraware/universal-recycle/discussions)\n- [Email Support](mailto:support@universal-recycle.org)\n\n## What's Included\n\nThis repository contains the complete Universal Recycle ecosystem:\n\n### Core System\n\n- **Complete CLI tool** with interactive wizard and rich output\n- **Plugin system** with example plugin and development guide\n- **Advanced build system** with Bazel integration and profiles\n- **Enterprise features** for team collaboration and CI/CD\n- **Comprehensive documentation** for all user types\n\n### Key Components\n\n- **160+ files** with 37,000+ lines of production-ready code\n- **Multi-language support** (Python, C++, Rust, Go, WebAssembly)\n- **Plugin ecosystem** for extensibility\n- **Enterprise features** for team collaboration\n- **Performance optimization** with distributed builds\n- **Complete documentation** with examples and guides\n\n## Roadmap\n\n- **Enhanced Language Support** - Additional language adapters and bindings\n- **Cloud Integration** - Native cloud platform support\n- **Advanced Analytics** - Build performance insights and recommendations\n- **Community Plugins** - Curated plugin marketplace\n- **Enterprise Features** - Advanced team management and security features\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraware%2Funiversal-recycle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffraware%2Funiversal-recycle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraware%2Funiversal-recycle/lists"}