NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.29k stars 13.54k forks source link

Add QualCoder #211754

Open Zahrun opened 1 year ago

Zahrun commented 1 year ago

Project description QualCoder is a qualitative data analysis application written in python3 and Qt6.

Text files can be typed in manually or loaded from txt, odt, docx, html, htm, md, epub and pdf files. Images, video and audio can also be imported for coding. Codes can be assigned to text, images and a/v selections and grouped into categories in hierarchical fashion. Various types of reports can be produced including visual coding graphs, coder comparisons and coding frequencies.

This project has been tested under Ubuntu 22.04 and Windows 10/11. It has been used on MacOS and various Linux distros. Instructions and other information are available here: https://qualcoder.wordpress.com/ and on the Github Wiki.

Metadata

AlexChalk commented 2 months ago

I started working on a flake here: https://github.com/AlexChalk/qualcoder-nix. I haven't tested anything, and it currently includes an impure shellscript, but the package is building successfully.

AlexChalk commented 1 month ago

I think this is more idiomatic now (and can be built and run with just nix run): https://github.com/AlexChalk/qualcoder.

But I'm not sure how to add a flake to nixpkgs, and I wouldn't consider doing that before I've spent some time using the built package.