Metadata-Version: 2.4
Name: shaper-bin
Version: 0.12.5
Summary: Minimal Embedded Analytics and Data Platform
Author-email: Taleshape <hi@taleshape.com>
License: MPL-2.0
Project-URL: Homepage, https://taleshape.com/shaper
Project-URL: Documentation, https://taleshape.com/shaper/docs/
Project-URL: Repository, https://github.com/taleshape-com/shaper
Project-URL: Issues, https://github.com/taleshape-com/shaper/issues
Keywords: data,analytics,dashboards,duckdb
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
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
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Dynamic: license-file

**Open Source, SQL-driven Data Dashboards powered by DuckDB.**

Learn more:

https://taleshape.com/shaper/docs/

---

This Python package makes it easy to install and run Shaper locally.

You can run Shaper directly via pipx:
```bash
pipx run shaper-bin
```

Or you can install it:
```bash
pip install shaper-bin
```

Then run it:
```bash
shaper
```

To run Shaper in production, we recommend using the Docker image since it ensures a consistent environment.

Find more detailed installation and usage instructions in the documentation:

https://taleshape.com/shaper/docs/installing-shaper/


## License and Copyright

Shaper is licensed under the [Mozilla Public License 2.0](https://github.com/taleshape-com/shaper/blob/main/LICENSE).

Copyright © 2024-2025 Taleshape OÜ
