Metadata-Version: 2.4
Name: barebase
Version: 0.1.0
Summary: Everything your backend needs. Nothing it does not. Installer and project scaffolder for BareBase - the zero-dependency, drop-in Directus and Strapi replacement.
Project-URL: Homepage, https://barebase.io
Project-URL: Repository, https://github.com/barebaseio/barebase-cli
Project-URL: Issues, https://github.com/barebaseio/barebase-cli/issues
Author: BareBase
License: MIT
Keywords: api,backend,clickhouse,cms,directus,headless-cms,mcp,self-hosted,strapi
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# barebase

The installer and project scaffolder for [BareBase](https://barebase.io) - the headless CMS with less overhead.

BareBase is a zero-dependency, drop-in replacement for Directus and Strapi, with a built-in MCP server, first-class realtime, and native ClickHouse mounts. This package is the free front door: it scaffolds a project and launches the engine.

## Install

    pip install barebase

## Use

    barebase init my-app
    cd my-app
    barebase dev

## Docs

Full documentation, downloads, and a free self-host license: https://barebase.io

## License

This installer is MIT licensed. The BareBase engine is a separate commercial product, licensed per major version.
