8000 Add a warning about using PyPI packages · imcf/jython-scijava-logging@cd16a81 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd16a81

Browse files
committed
Add a warning about using PyPI packages
1 parent bb4560b commit cd16a81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ A very thin Python package (mavenized for [ImageJ2][imagej]) to use the
1010
Developed and provided by the [Imaging Core Facility (IMCF)][imcf] of the
1111
Biozentrum, University of Basel, Switzerland.
1212

13+
## 🚫 WARNING 🚫
14+
15+
The PyPI packages of this project are exclusively useful for automatic testing
16+
of e.g. the [`imcflibs`][imcflibs] package! They have no real use-case in the
17+
standard CPython world 🐍🌍!
18+
1319
## Example usage
1420

1521
The code in [extra/scripts/example.py](extra/scripts/example.py) demonstrates
@@ -46,6 +52,7 @@ printed to the console or the *Log* window, depending on how you launch ImageJ:
4652
```
4753

4854
[imcf]: https://www.biozentrum.unibas.ch/imcf
55+
[imcflibs]: https://github.com/imcf/python-imcflibs/
4956
[imagej]: https://imagej.net
5057
[ij_logging]: https://imagej.net/Logging
5158
[ij_script_params]: http://imagej.net/Script_Parameters

0 commit comments

Comments
 (0)
0