Web application API for removing email accounts on disc for the DDMail project.
Project description
What is ddmail_email_remover
Web application API for removing email accounts on disc for the ddmail project.
What is DDMail
DDMail is a e-mail system/service that prioritizes security. A current production example can be found at www.ddmail.se
Operating system
Developt for and tested on debian 12.
Installing using pip
pip install ddmail-email-remover
Building and installing from source using hatchling.
Step 1: clone github repo
git clone https://github.com/drzobin/ddmail_email_remover [code path]
cd [code path]
Step 2: Setup python virtual environments
python -m venv [venv path]
source [venv path]/bin/activate
Step 3: Install package and required dependencies
pip install -e .[dev]
Step 4: Build package
python -m pip install --upgrade build
python -m build
Packages is now located under dist folder
Step 5: Install package
pip install dist/[package name].whl
Testing
cd [code path]
pytest --cov=ddmail_email_remover tests/ --config=[config file path] --password=[password]
Coding
Follow PEP8 and PEP257. Use Flake8 with flake8-docstrings for linting. Strive for 100% test coverage.
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
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 ddmail_email_remover-0.0.2.tar.gz.
File metadata
- Download URL: ddmail_email_remover-0.0.2.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87a3c950abd06794507ce4184616464a04d0e10aa2dc8ee220c6f2a25645ec39
|
|
| MD5 |
84c2ba533c60b16ecd8d4faaf1509676
|
|
| BLAKE2b-256 |
e37157e8b64ffa134aaaa5ec3791d3ee59ed8f0a49598694a345170ca9339e4c
|
File details
Details for the file ddmail_email_remover-0.0.2-py3-none-any.whl.
File metadata
- Download URL: ddmail_email_remover-0.0.2-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d9206ebadf5bb31da86299004e99e1def03de6736326642949d22961c797c20
|
|
| MD5 |
bcf17c50dab1ddcec375927327975a64
|
|
| BLAKE2b-256 |
889f70d58ca552447340855fabc5b07ef2a81b7a7b3bea1216913af4f9e11eba
|