Metadata-Version: 2.1
Name: nobes
Version: 0.0.0
Summary: Container package for all nobes namespace packages
Keywords: noob,noob-nodes,nobes
Author-Email: jonny <j@nny.fyi>
License: EUPL-1.2
Project-URL: homepage, https://noob.readthedocs.io
Project-URL: documentation, https://noob.readthedocs.io
Project-URL: repository, https://github.com/miniscope/noob
Project-URL: changelog, https://noob.readthedocs.io/en/latest/changelog.html
Requires-Python: >=3.11
Requires-Dist: noob
Requires-Dist: nobes-core
Requires-Dist: nobed-input
Requires-Dist: nobes-video
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Description-Content-Type: text/markdown

# nobes

Noob nodes... nodes for noob... Nobes!

A collection of general-use nodes for use with noob :)

This package is a meta-package that collects a number of namespace packages
that can be independently installed and accessed within the `nobes` namespace.
You can either install `nobes` directly (which installs all the subpackages and their dependencies),
or install each separately.

Nobe collections:

- [`nobes-core`](https://pypi.org/project/nobes-core) - Basic graph operations
- [`nobes-video`](https://pypi.org/project/nobes-video) - Video I/O and encoding

## Versioning

This package does not pin versions for any of the nobes subpackages,
and is only updated when subpackages are added or removed.
If you need to pin a specific version of a nobes subpackage,
pin the version on the subpackage itself, not the `nobes` metapackage.