Metadata-Version: 2.1
Name: ImmunoViewer
Version: 0.0.0
Summary: Discover and annotate your (multi-channel) big TIF files with this user-friendly viewer
Home-page: https://github.com/tomchen/example_pypi_package
Author: David van IJzendoorn
Author-email: davidvanijzendoorn@gmail.com
Project-URL: Documentation, https://github.com/davidvi/ImmunoViewer
Project-URL: Bug Reports, https://github.com/davidvi/ImmunoViewer/issues
Project-URL: Source Code, https://github.com/davidvi/ImmunoViewer
Keywords: big tif,immuno,viewer,annotate,annotation,discover,discovery,image,images,tif,tiff,multi-channel,multi c
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ImmunoViewer
Discover and annotate your (multi-channel) big TIF files with this user-friendly viewer.


To run: 
```bash
cd if-viewer
cd client
npm i
npm run build
cd ..
python server.py data --port 3000
```
