Skip to content

bids-standard/pybids-extension-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBIDS extension template

This repository is intended to demonstrate the creation of PyBIDS extension packages. Please select a unique name, and replace all instances of EXTENSION with that.

This uses a very bare-bones approach to single-location versioning (in setup.cfg) that will work out of the box with Python 3.8+. A conditional dependency on the importlib-metadata package covers packages that still support 3.7. You may choose to set up something like Versioneer, versioningit or setuptools_scm.

Build distributions with (you may need to pip install build first):

python -m build

Install with:

pip install .

Editable installs should work with:

pip install -e .

Happy hacking!

About

A template repository for PyBIDS extensions

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages