Metadata-Version: 2.4
Name: orimem
Version: 0.0.0
Summary: OriMem: evidence-backed memory infrastructure (0.0.0 name-reservation release).
Author: The OriMem Authors
License-Expression: MIT
Project-URL: Homepage, https://github.com/orimem/orimem
Project-URL: Repository, https://github.com/orimem/orimem
Keywords: orimem,memory,evidence,provenance,recall,knowledge
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# OriMem

OriMem is an evidence-backed memory system. Capture clients provide raw
evidence; a server parses that evidence into structured understanding; the
platform then decides how memories are formed, associated, recalled,
corrected, and forgotten — and every conclusion can be traced back to the
original evidence it was derived from.

## Status of this release

**This 0.0.0 release is a name reservation.** It holds the `orimem`
distribution name on PyPI while the project is under active development.
Real releases will follow under this same name.

The package is minimal but genuine: it imports cleanly, has no side effects,
and exposes the package version:

```python
import orimem

orimem.__version__  # '0.0.0'
```

## Planned components

- `orimem` — core Python package (this distribution)
- `orimem-sensor` — capture-side sensor CLI (separate PyPI distribution)
- OriMem service — FastAPI-based server that turns evidence into structured,
  traceable memory

## Repository

https://github.com/orimem/orimem (private during development; this link will
resolve once the repository is opened)

## License

MIT (Personal Core) — see [LICENSE](./LICENSE).
Copyright (c) The OriMem Authors.
