pro-inital
pro-inital creates Git/GitHub backups for projects on Windows. Version 0.2.1 uses one pro-init-manager process instead of one PowerShell watcher per project.
Unified backup manager
The manager runs in the Windows notification area and is the only process that performs automatic backups or provides the local API. Its menu and project window can list registered projects and their status; create or register projects; start, stop, or run a backup; create or restore a GitHub cloud backup; manage its own logon startup; and migrate legacy watcher tasks.
Project state is stored locally at %LOCALAPPDATA%\pro-inital\projects.json. The loopback-only API is available while the manager runs at http://127.0.0.1:8765/api.
Install
python -m pip install --upgrade pro-inital
If pro-init-manager is not recognized, use the reliable module form immediately:
python -m pro_inital.manager --show
To make the command available in future terminals, add Python's user Scripts folder to your user PATH, then open a new terminal:
$scripts = python -m site --user-base
[Environment]::SetEnvironmentVariable('Path', [Environment]::GetEnvironmentVariable('Path', 'User') + ";$scripts\Scripts", 'User')
First use and migration
pro-init-manager --install-autostart
pro-init-manager --migrate-legacy-tasks
pro-init-manager --show
Run the migration only after the manager has started. It removes the legacy project watcher tasks that can create PowerShell windows at login.
Project API
GET /api/manager,GET /api/projectsPOST /api/projects(pass{"name":"name","path":"full path","create":true}to create a directory)POST /api/projects/{id}/auto-backup/start|stopPOST /api/projects/{id}/backupPOST /api/projects/{id}/github/create|restorePOST /api/manager/autostart/enable|disable
Git, and GitHub CLI gh when using cloud backup, are required.
Release files for pro-inital 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pro_inital-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / pro_inital-0.2.1-py3-none-any.whl
| Download URL | pro_inital-0.2.1-py3-none-any.whl |
|---|---|
| Size | 16.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e6e4dc589ffc1c19b7df3ed18e878ff838155784be3a1d4a159385ec78d2ef58
|
|
BLAKE2b-256 checksum How to use checksums |
81c7123537772e3af114cb7b8a2376cf9ab47ce25b0f37a3264a33e026b3c172
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|