Metadata-Version: 2.4
Name: composables
Version: 0.1.0
Summary: Composable primitives for Python.
Keywords: composable,primitives
Author: Minjae Gwon
Author-email: Minjae Gwon <betarixm@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/betarixm/composables
Project-URL: Repository, https://github.com/betarixm/composables
Project-URL: Issues, https://github.com/betarixm/composables/issues
Project-URL: Changelog, https://github.com/betarixm/composables/releases
Description-Content-Type: text/markdown

# composables

Composable primitives for Python. Requires Python 3.12 or newer.

The library is in its initial scaffolding stage; no public primitives are
implemented yet.

## Installation

After the first release is published to PyPI:

```bash
pip install composables
```

The distribution includes a `py.typed` marker for type checkers. This is a
library package without a command-line interface.

## Development

See the [repository](https://github.com/betarixm/composables) for development
instructions, issue reports, and releases.

## License

[MIT](https://github.com/betarixm/composables/blob/main/LICENSE).
