Metadata-Version: 2.4
Name: acture
Version: 1.2.0
Summary: Typed schema-driven command dispatch — placeholder Python distribution. The library itself lives on npm (https://www.npmjs.com/package/acture).
Project-URL: Homepage, https://github.com/thorwhalen/acture
Project-URL: Repository, https://github.com/thorwhalen/acture
Project-URL: Issues, https://github.com/thorwhalen/acture/issues
Author: Thor Whalen
License: Apache-2.0
Keywords: acture,command-dispatch,placeholder
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# acture (Python placeholder)

This PyPI distribution is a **name reservation only**. The acture library is a TypeScript / JavaScript package published on npm:

- npm: https://www.npmjs.com/package/acture
- GitHub: https://github.com/thorwhalen/acture

A real Python companion is on the post-v1 roadmap (see `docs/v1_plan.md` in the repo). Until then, installing this package gives you nothing functional — just a `__version__` string that tracks the npm release for ecosystem parity.

```bash
# This won't help you do anything:
pip install acture

# What you probably want:
npm install acture
pnpm add acture
```

The version published here is kept in sync with the npm `acture` package by a release-time script (`scripts/sync-python-version.mjs`).

## License

Apache-2.0.
