CDMClient
Project description
CDMClient
CDM - Centralized Download Manager Client
Installation
Install/Upgrade package
python3 -m pip install --upgrade CDMClient --user
Create service
echo "[Unit]
Description=cdm-client service
After=multi-user.target
Conflicts=getty@tty1.service
[Service]
User=${USER}
Type=simple
Environment="LC_ALL=C.UTF-8"
Environment="LANG=C.UTF-8"
ExecStart=${HOME}/.local/bin/cdm-client
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target" | sudo tee /etc/systemd/system/cdm-client.service
sudo systemctl daemon-reload
sudo systemctl enable cdm-client.service
sudo systemctl start cdm-client.service
Configuartion
Config file path: ~/.config/cdm_client/config.ini
This file automatically generated when the service starts. See the example below.
[connection]
server_host =
api_key =
rpc_user =
rpc_password =
Check logs
journalctl -fu cdm-client
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cdmclient-0.1.1.tar.gz
(4.6 kB
view details)
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 cdmclient-0.1.1.tar.gz.
File metadata
- Download URL: cdmclient-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f93ba9b1b7c6e47ca0ad7388ac53d602cbfc0894a97c5cda7545564bf8d218e
|
|
| MD5 |
4eaeb375c9e19071c79c295424e42782
|
|
| BLAKE2b-256 |
f5eadd55d25c2d7b9dff545d4012e3cee3800a6087b5d6769511f20644216adf
|
File details
Details for the file CDMClient-0.1.1-py3-none-any.whl.
File metadata
- Download URL: CDMClient-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ac674eea529d6d9ba9d19e79119b5de565ee4fec758bf9ffe5ebc4729c1a4ed
|
|
| MD5 |
6c8d9c3f017aaecc04faf44f7c8d4fc4
|
|
| BLAKE2b-256 |
dfef2b4d2dced93c976edb01e9f73a49e36669e9f6e038f19b8af620717053b4
|