Metadata-Version: 2.4
Name: capos
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 2 - Pre-Alpha
Summary: Host-side Python bindings for capOS, the capability operating system (https://cap-os.dev).
Keywords: capos,capability,operating-system,sdk
Author: Andrew Grigorev
License: MIT OR Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://cap-os.dev
Project-URL: Repository, https://github.com/ei-grad/capos

# capos (Python)

Host-side Python bindings for [capOS](https://cap-os.dev), a research capability
operating system where every resource is a typed Cap'n Proto capability.

This package is the foundation for the host-side capOS SDK (the `remote`
transport of the in-repo Rust `capos` crate).

## Usage

```python
import capos

print(capos.hello())
print(capos.__version__)
```

## Links

- Project: <https://cap-os.dev>
- Source: <https://github.com/ei-grad/capos>

Licensed under either of MIT or Apache-2.0 at your option.

