Metadata-Version: 2.4
Name: mongo-store
Version: 0.1.1
Summary: DEPRECATED — this package has been renamed to mongo-store-py. Install mongo-store-py instead.
Author-email: leo <coen_ddt@qq.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/coenddt/mongo-store-py
Project-URL: Repository, https://github.com/coenddt/mongo-store-py
Project-URL: Issues, https://github.com/coenddt/mongo-store-py/issues
Keywords: mongodb,asyncio,data-layer,query-builder,odm,pymongo,acl
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Framework :: AsyncIO
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymongo>=4.9
Dynamic: license-file

# ⚠️ DEPRECATED — renamed to `mongo-store-py`

This package (`mongo-store`) has been **renamed to [`mongo-store-py`](https://pypi.org/project/mongo-store-py/)**.

```bash
pip install mongo-store-py
```

The import name is unchanged:

```python
from mongo_store import init, store
```

## Migration

1. Replace `mongo-store` with `mongo-store-py` in your `requirements.txt` / `pyproject.toml`.
2. `pip uninstall mongo-store && pip install mongo-store-py`
3. No code changes needed — the API and the `mongo_store` import name are identical.

- New home: https://github.com/coenddt/mongo-store-py
- PyPI: https://pypi.org/project/mongo-store-py/

## License

[MIT](LICENSE)
