{"id":15643021,"url":"https://github.com/remram44/taguette","last_synced_at":"2025-04-07T07:08:27.056Z","repository":{"id":37588143,"uuid":"154039163","full_name":"remram44/taguette","owner":"remram44","description":"Free and open source qualitative research tool -- MIRROR OF GITLAB REPOSITORY","archived":false,"fork":false,"pushed_at":"2025-01-31T16:56:09.000Z","size":11306,"stargazers_count":69,"open_issues_count":10,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-06T08:16:09.941Z","etag":null,"topics":["hacktoberfest","highlighting","notes","qualitative-analysis","research-tool","tagging","tags","text-analysis"],"latest_commit_sha":null,"homepage":"https://gitlab.com/remram44/taguette","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remram44.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.txt","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-21T18:24:22.000Z","updated_at":"2025-03-15T17:41:19.000Z","dependencies_parsed_at":"2023-02-15T11:46:37.929Z","dependency_job_id":"a2b00002-2ed0-431e-8eda-e5fff4ec2b96","html_url":"https://github.com/remram44/taguette","commit_stats":{"total_commits":1308,"total_committers":15,"mean_commits":87.2,"dds":0.03669724770642202,"last_synced_commit":"a73a5e2aa39caffba86b82c742c40eb2664a1ab8"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remram44%2Ftaguette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remram44%2Ftaguette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remram44%2Ftaguette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remram44%2Ftaguette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remram44","download_url":"https://codeload.github.com/remram44/taguette/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","highlighting","notes","qualitative-analysis","research-tool","tagging","tags","text-analysis"],"created_at":"2024-10-03T11:58:39.793Z","updated_at":"2025-04-07T07:08:27.031Z","avatar_url":"https://github.com/remram44.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Taguette\n========\n\nA spin on the phrase \"tag it!\", `Taguette \u003chttps://www.taguette.org/\u003e`__ is a free and open source qualitative research tool that allows users to:\n\n+ Import PDFs, Word Docs (``.docx``), Text files (``.txt``), HTML, EPUB, MOBI, Open Documents (``.odt``), and Rich Text Files (``.rtf``).\n+ Highlight words, sentences, or paragraphs and tag them with the codes *you* create.\n+ (not yet) Group imported documents together (e.g. as 'Interview' or 'Lit Review').\n+ Export tagged documents, highlights for a specific tag, a list of tags with descriptions and colors, and whole projects.\n\n`Check out our website to learn more about how to install and get started. \u003chttps://www.taguette.org/\u003e`__\n\nMotivation and goal\n-------------------\n\nQualitative methods generate rich, detailed research materials that leave individuals' perspectives intact as well as provide multiple contexts for understanding the phenomenon under study. Qualitative methods are used by a wide range of fields, such as anthropology, education, nursing, psychology, sociology, and marketing. Qualitative data has a similarly wide range: observations, interviews, documents, audiovisual materials, and more.\n\nHowever - the software options for qualitative researchers are either **far too expensive**, don't allow for the seminal method of highlighting and tagging materials, *or actually perform quantitative analysis*, just on text.\n\n**It's not right or fair that qualitative researchers without massive research funds cannot afford the basic software to do their research.**\n\nSo, to bolster a fair and equitable entry into qualitative methods, we've made Taguette!\n\nInstallation\n------------\n\nYou can find complete installation instructions on `our website \u003chttps://www.taguette.org/install.html\u003e`__, including installers for Windows and MacOS.\n\nDevelopment setup from the repository\n-------------------------------------\n\nYou can install from a local clone of this repository, which will allow you to easily change the sources to suit your needs:\n\n1. Clone this git repository from the terminal: ``git clone https://gitlab.com/remram44/taguette.git``\n2. Navigate on the command line to the repository you've just cloned locally, using the ``cd`` command. To get help using ``cd``, use `this tutorial \u003chttps://swcarpentry.github.io/shell-novice/02-filedir/index.html\u003e`__.\n3. Taguette uses `Poetry \u003chttps://python-poetry.org/\u003e`__ for its packaging and dependency management. You will need to `install Poetry \u003chttps://python-poetry.org/docs/#installation\u003e`__.\n4. Install Taguette and its dependencies by running ``poetry install``. Poetry will create a virtual environment for you by default, activate it by running ``poetry shell``.\n5. Build translation files using ``scripts/update_translations.sh``.\n6. You can start taguette in development mode using ``taguette --debug`` (or ``taguette --debug server \u003cconfig_file\u003e``). This will start Tornado in debug mode, which means in particular that it will auto-restart every time you make changes.\n7. Navigate to `localhost:7465 \u003chttp://localhost:7465/\u003e`__ to use Taguette!\n\nLicense\n-------\n\n* Copyright (C) 2018, Rémi Rampin and Taguette contributors\n\nLicensed under a **BSD 3-clause \"New\" or \"Revised\" License**. See the ``LICENSE.txt`` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremram44%2Ftaguette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremram44%2Ftaguette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremram44%2Ftaguette/lists"}