Metadata-Version: 2.1
Name: cortexquest
Version: 0.0.1
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.
Home-page: https://github.com/GalKepler/CortexQuest
License: MIT
Keywords: neuroscience,brain bank,google sheets,survey,analysis
Author: Gal Kepler
Author-email: galkepler@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: bump2version (>=1.0.1,<2.0.0)
Requires-Dist: chardet (>=5.2.0,<6.0.0)
Requires-Dist: google-auth (>=2.29.0,<3.0.0)
Requires-Dist: google-auth-oauthlib (>=1.2.0,<2.0.0)
Requires-Dist: gspread (>=6.1.2,<7.0.0)
Requires-Dist: ipykernel (>=6.29.4,<7.0.0)
Requires-Dist: oauth2client (>=4.1.3,<5.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: pre-commit (>=3.7.1,<4.0.0)
Requires-Dist: sphinx (>=7.3.7,<8.0.0)
Requires-Dist: tox (>=4.15.0,<5.0.0)
Requires-Dist: translate (>=3.6.1,<4.0.0)
Requires-Dist: twine (>=5.1.0,<6.0.0)
Requires-Dist: typer (>=0.12.0,<0.13.0)
Requires-Dist: wheel (>=0.43.0,<0.44.0)
Project-URL: Documentation, https://github.com/GalKepler/CortexQuest
Project-URL: Repository, https://github.com/GalKepler/CortexQuest
Description-Content-Type: text/x-rst

===========
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

