File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ tests] ( https://github.com/funkelab/funlib.persistence/actions/workflows/tests.yaml/badge.svg )] ( https://github.com/funkelab/funlib.persistence/actions/workflows/tests.yaml )
2
2
[ ![ black] ( https://github.com/funkelab/funlib.persistence/actions/workflows/black.yaml/badge.svg )] ( https://github.com/funkelab/funlib.persistence/actions/workflows/black.yaml )
3
3
[ ![ mypy] ( https://github.com/funkelab/funlib.persistence/actions/workflows/mypy.yaml/badge.svg )] ( https://github.com/funkelab/funlib.persistence/actions/workflows/mypy.yaml )
4
+ [ ![ pypi] ( https://github.com/funkelab/funlib.persistence/actions/workflows/publish.yaml/badge.svg )] ( https://pypi.org/project/funlib.persistence/ )
4
5
5
6
# funlib.persistence
6
7
Interfaces for data (arrays and graphs) and storage formats (databases and file formats)
7
8
8
9
# installation
9
10
regular installation for usage:
10
- ` pip install . `
11
+ ` pip install funlib.persistence `
11
12
developer installation including pytest etc.:
12
- ` pip install ". [dev]" `
13
+ ` pip install funlib.persistence [dev] `
13
14
You can’t perform that action at this time.
0 commit comments