Name | cortexquest JSON |
Version |
0.0.1
JSON |
| download |
home_page | https://github.com/GalKepler/CortexQuest |
Summary | CortexQuest is a Python package designed to facilitate the reading, parsing, and analysis of questionnaires hosted on Google Sheets, specifically tailored for brain bank data. This tool aims to streamline the process of handling survey data related to neuroscience research, providing researchers with an efficient and user-friendly way to manage and analyze their data. |
upload_time | 2024-05-22 07:16:35 |
maintainer | None |
docs_url | None |
author | Gal Kepler |
requires_python | <4.0,>=3.10 |
license | MIT |
keywords |
neuroscience
brain bank
google sheets
survey
analysis
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
|
coveralls test coverage |
No coveralls.
|
===========
CortexQuest
===========
========
Overview
========
.. list-table::
:stub-columns: 1
* - docs
- |docs|
* - tests, CI & coverage
- |github-actions| |codecov| |codacy|
* - version
- |pypi| |python|
* - styling
- |black| |isort| |flake8| |pre-commit|
* - license
- |license|
.. |docs| image:: https://readthedocs.org/projects/cortexquest/badge/?version=latest
:target: https://readthedocs.org/projects/cortexquest/
:alt: Documentation Status
.. |github-actions| image:: https://github.com/GalKepler/cortexquest/actions/workflows/github-actions.yml/badge.svg
:alt: GitHub Actions Build Status
:target: https://github.com/GalKepler/cortexquest/actions
.. |codecov| image:: https://codecov.io/github/GalKepler/cortexquest/graph/badge.svg?token=LO5CH471O4
:alt: Coverage Status
:target: https://app.codecov.io/github/GalKepler/cortexquest
.. |codacy| image:: https://app.codacy.com/project/badge/Grade/7fe5b4cb103d4100bf00603c913b9ac1
:target: https://app.codacy.com/gh/GalKepler/CortexQuest/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
:alt: Code Quality
.. |pypi| image:: https://img.shields.io/pypi/v/cortexquest.svg
:target: https://pypi.python.org/pypi/cortexquest
.. |python| image:: https://img.shields.io/pypi/pyversions/cortexquest
:target: https://www.python.org
.. |license| image:: https://img.shields.io/github/license/GalKepler/CortexQuest.svg
:target: https://opensource.org/license/mit
:alt: License
.. |black| image:: https://img.shields.io/badge/formatter-black-000000.svg
:target: https://github.com/psf/black
.. |isort| image:: https://img.shields.io/badge/imports-isort-%231674b1.svg
:target: https://pycqa.github.io/isort/
.. |flake8| image:: https://img.shields.io/badge/style-flake8-000000.svg
:target: https://flake8.pycqa.org/en/latest/
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
CortexQuest is a Python package designed to facilitate the reading, parsing, and analysis of questionnaires hosted on Google Sheets, specifically tailored for brain bank data. This tool aims to streamline the process of handling survey data related to neuroscience research, providing researchers with an efficient and user-friendly way to manage and analyze their data.
* Free software: MIT license
* Documentation: https://cortexquest.readthedocs.io.
Features
--------
* TODO
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
Raw data
{
"_id": null,
"home_page": "https://github.com/GalKepler/CortexQuest",
"name": "cortexquest",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "neuroscience, brain bank, google sheets, survey, analysis",
"author": "Gal Kepler",
"author_email": "galkepler@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/13/e9/80c08f0c13060cf93433ecaba39decc009cb744e16ea590c051421030b6c/cortexquest-0.0.1.tar.gz",
"platform": null,
"description": "===========\nCortexQuest\n===========\n\n========\nOverview\n========\n.. list-table::\n :stub-columns: 1\n\n * - docs\n - |docs|\n * - tests, CI & coverage\n - |github-actions| |codecov| |codacy|\n * - version\n - |pypi| |python|\n * - styling\n - |black| |isort| |flake8| |pre-commit|\n * - license\n - |license|\n\n.. |docs| image:: https://readthedocs.org/projects/cortexquest/badge/?version=latest\n :target: https://readthedocs.org/projects/cortexquest/\n :alt: Documentation Status\n\n.. |github-actions| image:: https://github.com/GalKepler/cortexquest/actions/workflows/github-actions.yml/badge.svg\n :alt: GitHub Actions Build Status\n :target: https://github.com/GalKepler/cortexquest/actions\n\n.. |codecov| image:: https://codecov.io/github/GalKepler/cortexquest/graph/badge.svg?token=LO5CH471O4\n :alt: Coverage Status\n :target: https://app.codecov.io/github/GalKepler/cortexquest\n\n.. |codacy| image:: https://app.codacy.com/project/badge/Grade/7fe5b4cb103d4100bf00603c913b9ac1\n :target: https://app.codacy.com/gh/GalKepler/CortexQuest/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade\n :alt: Code Quality\n\n.. |pypi| image:: https://img.shields.io/pypi/v/cortexquest.svg\n :target: https://pypi.python.org/pypi/cortexquest\n\n.. |python| image:: https://img.shields.io/pypi/pyversions/cortexquest\n :target: https://www.python.org\n\n.. |license| image:: https://img.shields.io/github/license/GalKepler/CortexQuest.svg\n :target: https://opensource.org/license/mit\n :alt: License\n\n.. |black| image:: https://img.shields.io/badge/formatter-black-000000.svg\n :target: https://github.com/psf/black\n\n.. |isort| image:: https://img.shields.io/badge/imports-isort-%231674b1.svg\n :target: https://pycqa.github.io/isort/\n\n.. |flake8| image:: https://img.shields.io/badge/style-flake8-000000.svg\n :target: https://flake8.pycqa.org/en/latest/\n\n.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n :target: https://github.com/pre-commit/pre-commit\n\nCortexQuest is a Python package designed to facilitate the reading, parsing, and analysis of questionnaires hosted on Google Sheets, specifically tailored for brain bank data. This tool aims to streamline the process of handling survey data related to neuroscience research, providing researchers with an efficient and user-friendly way to manage and analyze their data.\n\n\n* Free software: MIT license\n* Documentation: https://cortexquest.readthedocs.io.\n\n\nFeatures\n--------\n\n* TODO\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "CortexQuest is a Python package designed to facilitate the reading, parsing, and analysis of questionnaires hosted on Google Sheets, specifically tailored for brain bank data. This tool aims to streamline the process of handling survey data related to neuroscience research, providing researchers with an efficient and user-friendly way to manage and analyze their data.",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://github.com/GalKepler/CortexQuest",
"Homepage": "https://github.com/GalKepler/CortexQuest",
"Repository": "https://github.com/GalKepler/CortexQuest"
},
"split_keywords": [
"neuroscience",
" brain bank",
" google sheets",
" survey",
" analysis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "802b03fc96e775af3382481cfcd08fc6350c7ac3ec483b5a95ddb5961acb4483",
"md5": "c7fd03ad10c20c5c541666a4fa8be249",
"sha256": "878ee56f77f7910f0cf37e8d8bfda50191427266300848193dbf23fb1102b95b"
},
"downloads": -1,
"filename": "cortexquest-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c7fd03ad10c20c5c541666a4fa8be249",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 6291,
"upload_time": "2024-05-22T07:16:04",
"upload_time_iso_8601": "2024-05-22T07:16:04.309029Z",
"url": "https://files.pythonhosted.org/packages/80/2b/03fc96e775af3382481cfcd08fc6350c7ac3ec483b5a95ddb5961acb4483/cortexquest-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "13e980c08f0c13060cf93433ecaba39decc009cb744e16ea590c051421030b6c",
"md5": "7b2a92f6425018a07c2cd029f4d43858",
"sha256": "c11a318886db3afbccabeefed2c4348694b5236597c8d816962eb14315955ed3"
},
"downloads": -1,
"filename": "cortexquest-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "7b2a92f6425018a07c2cd029f4d43858",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 4648,
"upload_time": "2024-05-22T07:16:35",
"upload_time_iso_8601": "2024-05-22T07:16:35.545998Z",
"url": "https://files.pythonhosted.org/packages/13/e9/80c08f0c13060cf93433ecaba39decc009cb744e16ea590c051421030b6c/cortexquest-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-22 07:16:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GalKepler",
"github_project": "CortexQuest",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "cortexquest"
}