README
This application is used to manage the certification process of small aircraft.
Tipps for silent crashes: https://stackoverflow.com/questions/11945183/what-are-good-practices-for-avoiding-crashes-hangs-in-pyqt
Qt Installation in PyCharm
https://pythonpyqt.com/how-to-install-pyqt5-in-pycharm/
Installation
Create Anaconda environment:
conda create -n certification_manager python=3.11
conda activate certification_manager
Installation via pip from a wheel file
pip install certification-manager-\*.whl
or from pypi.org:
pip install certification-manager
Documentation
The documentation is online available.
For Developer
The Python package setuptools is used for the package creation and
installation of certification_manager.
For the development setup, create an Anaconda environment with
conda env create -f environment.yml
or update an existing environment
conda env update --file environment.yml
Then install certification_manager in editable mode
pip install -e .[setup,doc,test]
Debugging
For debugging, coverage must be disabled when running the tests. For this, run pytest with the --no-cov option.
Building the package
Building the source distribution:
python setup.py sdist
Building the wheel:
python setup.py bdist_wheel
Building the Windows EXE
see .gitlab/issue_templates/version-bump.md
- Create fresh conda environment
pip install .[setup]cd pyinstallerbuild.bat
Building the Documentation
Building the Documentation (HTML docs):
python setup.py install
python setup.py build_sphinx
Run Tests
Run all tests:
pytest
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 certification_manager-1.0.0-py3-none-any.whl.
File metadata
- Download URL: certification_manager-1.0.0-py3-none-any.whl
- Upload date:
- Size: 139.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c2bd2e636ade149112163b463b56f4d92101097382711185270711bb0b7a62b
|
|
| MD5 |
bba25666bea91e600993d85e8d8293df
|
|
| BLAKE2b-256 |
42123af5b7ac3e5f84e682a0317017959155ee2b5fbd0921495d82011cc483be
|