A Python package for managing clipboard, window info, services, and APIs with GUI interfaces
Project description
Abstract Parallels (v0.0.1)
Abstract Parallels is a Python package that provides GUI-based tools for managing clipboard data, window information, systemd services, and APIs. It includes a dashboard for launching various components and a systemd service manager for remote service monitoring and control.
Features
- Clipboard Watcher: Monitors clipboard changes and provides a GUI interface.
- Window Info GUI: Displays information about active windows.
- Services Manager: A PyQt5-based GUI for viewing and managing remote systemd services via SSH.
- API GUI: Interface for interacting with APIs (placeholder implementation).
- Interactive Dashboard: A bash-driven menu to launch different components.
Installation
Install the package using pip:
pip install abstract_parallels
Dependencies
- Python >= 3.6
flaskparamikoPyQt5- Bash (for shell scripts)
- systemd (for service management)
Usage
After installation, use the provided commands to launch components. These commands are available globally thanks to entry points.
Launch the Dashboard
abstract-parallels-dashboard
This opens an interactive menu to select components like the Clipboard Watcher, Window Info GUI, or both.
Manage Systemd Services
abstract-parallels-service-manager
This launches the PyQt5-based service viewer for remote systemd service management.
Setup All Services
abstract-parallels-setup
This installs and starts all components as user systemd services.
Available Commands
Run the setup script with different arguments:
abstract-parallels-setup # Install and start all services
abstract-parallels-setup start # Start all services
abstract-parallels-setup stop # Stop all services
abstract-parallels-setup restart # Restart all services
abstract-parallels-setup status # Show service status
abstract-parallels-setup logs # View service logs
Modules
abstract_parallels.apis: API GUI functionality.abstract_parallels.clipit: Clipboard monitoring tools.abstract_parallels.services_mgr: Systemd service management GUI.abstract_parallels.window_mgr: Window information GUI.
Development
To contribute or modify the package:
- Clone the repository (if available).
- Install dependencies:
pip install -r requirements.txt. - Build the package:
python -m build. - Install locally:
pip install ..
License
MIT License. See LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file abstract_parallels-0.0.402.tar.gz.
File metadata
- Download URL: abstract_parallels-0.0.402.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a476bf55235801bb8464631fce43aea67c53b42a033d4df92b7cab5b1999d8d2
|
|
| MD5 |
0c16f8f10c93db8d4e67b40422592609
|
|
| BLAKE2b-256 |
828d7148b5163983cf9724ff6bf46f171363643e1c8721fe231f700158e5c260
|
File details
Details for the file abstract_parallels-0.0.402-py3-none-any.whl.
File metadata
- Download URL: abstract_parallels-0.0.402-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daba3a47f4a12e9aa3f825f25b8bc7c60c27617dcc0368f724510dc59fd08951
|
|
| MD5 |
6582784a90f2699017c8afe18f2f7221
|
|
| BLAKE2b-256 |
efbb5a63c41277180ecc5852d790a5222bbe1a2e0a19b71090c99b2ada329f30
|