Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

1 star

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages