neuro
is a Python package that features:
- an interface to TiddlyWiki5 API
- file and data management utilities
- wrappers for WikiData, iNaturalist and GBIF
- command-line interface
- git
- Python 3.6 or higher
- node.js
- TiddlyWiki5 server
git clone https://github.com/neuroforest/neuro.git
cd neuro
python3 -m venv venv
venv/bin/pip install .
venv/bin/neuro --help
Edit settings in neuro/utils/SETTINGS.py
(see docs/setup.rst
for more info)
venv/bin/pytest tests
More info about testing: docs/testing.rst