Skip to content
Snippets Groups Projects
Commit 5fdfa5ae authored by Lorenzo  ZOLFANELLI's avatar Lorenzo ZOLFANELLI
Browse files

chore: fork-related cleanup

parent 1ca7014e
No related branches found
No related tags found
No related merge requests found
# Contributing to nd2reader
We welcome feature proposals and improvements to the library from anyone. If you just have an idea, you can open an [issue](https://github.com/rbnvrw/nd2reader/issues) for
We welcome feature proposals and improvements to the library from anyone. If you just have an idea, you can open an [issue](https://gitlab.pasteur.fr/zolfa/zolfa-nd2reader/-/issues) for
discussion, or get in touch with Ruben Verweij. If you already wrote some code or made changes, simply open a pull
request.
......
Author: Lorenzo Zolfanelli <lorenzo.zolfanelli@espci.psl.eu>
zolfa-nd2reader is a fork of nd2reader originally maintained by Ruben Verweij (https://github.com/Open-Science-Tools/nd2reader).
This fork is maintained by Lorenzo Zolfanelli.
Original CONTRIBUTORS from the Ruben fork:
Author: Jim Rybarski <jim@rybarski.com>
nd2reader is based on the read_nd2 module from the SLOTH library (http://pythonhosted.org/SLOTH/_modules/sloth/read_nd2.html).
Thanks to M.Kauer and B.Kauer for solving the hardest part of parsing ND2s.
This fork is maintained by Ruben Verweij.
\ No newline at end of file
include MANIFEST.in
include setup.py
include setup.cfg
include README.md
include LICENSE
include COPYING
Subproject commit 42dbfdf18e0ed7656ef73ac66e889c3138ef756f
numpy>=1.14
six>=1.4
xmltodict>=0.9.2
pims>=0.3.0
import nose
from os import path
file_path = path.abspath(__file__)
tests_path = path.join(path.abspath(path.dirname(file_path)), "tests")
nose.main(argv=[path.abspath(__file__), "--with-coverage", "--cover-erase", "--cover-package=zolfa.nd2reader", tests_path])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment