Metadata-Version: 2.1
Name: wkcuber
Version: 0.13.0
Summary: Deprecated wkcuber package, use webknossos instead.
License: AGPL-3.0
Author: scalable minds
Author-email: hello@scalableminds.com
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: webknossos (==0.13.0)
Description-Content-Type: text/markdown

# ⚠️⚠️⚠️ wkcuber ⚠️⚠️⚠️

⚠️⚠️⚠️ The `wkcuber` package is deprecated because the CLI was integrated into the `webknossos` package. Please use the `webknossos` package instead. ⚠️⚠️⚠️

## How to migrate to the new CLI

- use `pip install webknossos[all]` instead of `pip install wkcuber`
- replace `wkcuber` with `webknossos` in your requirements file (`requirements.txt`, `pyproject.toml`, `setup.py`, ...)
- if the `wkcuber` package is used by one of your dependencies it would be great if you would take the time to report the deprecation of the `wkcuber` package in the issue tracker

Run `webknossos --help` to get an overview of the currently available commands. Run `webknossos <subcommand> --help` to learn more about specific subcommands.

- These commands changed:
  - `python -m wkcuber`, `python -m wkcuber.convert_image_stack_to_wkw` → `webknossos convert`
  - `python -m wkcuber.export_wkw_as_tiff` → `webknossos export-wkw-as-tiff`
  - `python -m wkcuber.convert_knossos` → `webknossos convert-knossos`
  - `python -m wkcuber.convert_nifti` → `webknossos convert-nifti`
  - `python -m wkcuber.convert_raw` → `webknossos convert-raw`
  - `python -m wkcuber.downsampling` → `webknossos downsample`
  - `python -m wkcuber.compress` → `webknossos compress`
  - `python -m wkcuber.check_equality` → `webknossos check-equality`
- There is one new command for the CLI:
  - `webknossos upload` to upload a dataset to a WEBKNOSSOS server
- These commands have been removed:
  - `python -m wkcuber.cubing`
  - `python -m wkcuber.tile_cubing`
  - `python -m wkcuber.metadata`
  - `python -m wkcuber.recubing`

## License
AGPLv3
Copyright scalable minds

