A Python library for managing Git repositories with intelligent synchronization, SSH configuration validation, and GitHub integration.
- Repository Management: Clone, pull, and sync GitHub repositories with intelligent health checks
- SSH Configuration: Automatic SSH key validation and configuration for GitHub
- User Management: Multiple user profiles with GitHub token authentication
- Network Diagnostics: Comprehensive connectivity checks and network validation
- Smart Synchronization: Intelligent sync with auto-repair for broken repositories
- Configuration Persistence: User settings and repository state storage
pip install smart-repository-manager-core- Clone repositories via SSH
- Pull updates with health verification
- Automatic repair of broken repositories
- Repository health diagnostics
- Create repositories archive
- SSH key validation and permissions checking
- Automatic GitHub SSH configuration
- SSH connection testing
- Key generation and management
- Token authentication and validation
- Repository listing and metadata
- Rate limit monitoring
- User profile management
- Connectivity checks for GitHub and Git services
- DNS resolution testing
- Network diagnostics
- User profile management
- Application settings persistence
- Multi-user support
- Token storage
- Python 3.6+
- Git installed and available in PATH
- SSH client (for SSH operations)
BSD 3-Clause License - See LICENSE file for details.
This core library powers two complete implementations:
A full-featured command-line interface built on top of this core library. Provides terminal-based repository management with all features accessible via commands.
A desktop graphical user interface that offers visual management of repositories, SSH configuration, and synchronization tasks. Built for users who prefer point-and-click interaction.
Both implementations use this core library as their engine, ensuring consistent behavior and feature parity across interfaces.
Important: This software is provided "as-is" without any warranties or guarantees. The developers are not responsible for:
- Data loss or corruption
- Repository damage or unintended modifications
- Security breaches or token exposure
- Network issues or connectivity problems
- Any other direct or indirect damages
Use at your own risk. Always maintain backups of your repositories and tokens. This project is in active development and may contain bugs or incomplete features.
Currently not accepting contributions as the project is in early development phase.
For issues and questions, please check the GitHub repository:
https://github.com/smartlegionlab/smart-repository-manager-core
Developer: Alexander Suvorov Contact: smartlegiondev@gmail.com