Metadata-Version: 2.5
Name: glyf-cloud
Version: 0.0.1
Summary: Placeholder for the future cloud companion to glyf-core
Project-URL: Repository, https://github.com/glyf-data/glyf
Project-URL: Issues, https://github.com/glyf-data/glyf/issues
Project-URL: glyf-core on PyPI, https://pypi.org/project/glyf-core/
Author: Kannan Kalidasan
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: analytics,dashboards,glyf,visualization
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# glyf-cloud

**This package is a placeholder. It does nothing yet.**

`glyf-cloud` reserves the name for the planned cloud companion to
[`glyf-core`](https://pypi.org/project/glyf-core/) — the `glyf` visualization
build step for data pipelines. Cloud features under consideration include
login, publishing and sharing dashboards, and project management, added as
extra `glyf` subcommands.

## What to install today

```bash
uv tool install glyf-core
```

That gives you the `glyf` command. Full instructions are in the
[glyf repository](https://github.com/glyf-data/glyf).

## Status

Version `0.0.1` contains an empty `glyf_cloud` module and no dependencies.
When cloud features ship, this package will depend on `glyf-core` and register
additional subcommands. Follow
[glyf-data/glyf](https://github.com/glyf-data/glyf) for progress.

Licensed under Apache-2.0.
