Metadata-Version: 2.1
Name: neurometa
Version: 1.3.1
Summary: Package for generating metadata related to neuroscience
Home-page: https://github.com/memorycircuits/neurometa
License: BSD-3-Clause
Author: Can H. Tartanoglu
Author-email: canhtart@gmail.com
Maintainer: Can H. Tartanoglu
Maintainer-email: canhtart@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: gen
Requires-Dist: Wikipedia-API (>=0.5.4,<0.6.0) ; extra == "gen"
Requires-Dist: deepdiff (>=7.0.1,<8.0.0) ; extra == "gen"
Requires-Dist: pandas[compression,excel,parquet] ; extra == "gen"
Project-URL: Repository, https://github.com/memorycircuits/neurometa
Description-Content-Type: text/markdown

# Neurometa

## Installation

Most users don't need to install `neurometa` as they can just grab the output from the backups folder.

```shell
pip install neurometa
```

## Content

### Human brain structure tree
Map-typed tree from [list of regions in the human brain](https://en.wikipedia.org/wiki/List_of_regions_in_the_human_brain).

### Model organism

Map from [list of model organisms](https://en.wikipedia.org/wiki/List_of_model_organisms): Model organism to description. The user will most likely use parse and only use the keys

### Neurotransmitter

Map from table in Wikipedia [article](https://en.wikipedia.org/wiki/Neurotransmitter): Full neurotransmitter name to an `array` that stores most commonly used aliases and abbreviations. 

