Metadata-Version: 2.4
Name: cosmodb
Version: 0.0.2
Summary: A future-proof database library for Cosmotalker.
Home-page: https://bhuvaneshm.in
Author: Bhuvanesh M
Author-email: contact@bhuvaneshm.in
License: Non-Commercial Custom License
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# cosmodb

`cosmodb` is an open-source, lightweight, and scalable database library designed for future integration with the `cosmotalker` library.

---

## Features

- Open-source project — anyone can contribute.
- Tailored database structure for Cosmotalker.
- Built for extensibility and collaboration.

---

## Licensing

This library is **free to use for non-commercial purposes**.

**For commercial use**, please contact the developer for collaboration.

---

## Author

Bhuvanesh M  
Visit [https://bhuvaneshm.in](https://bhuvaneshm.in) for more details.

---


## 🌟 Introducing the Brand New `get()` Function in the `cosmodb` Python Library!

🚀 **CosmoDB v0.0.2** now ships with the ultra-fast, knowledge-packed `get()` function — delivering instant, fact-rich responses to your queries in milliseconds!

---

### ✨ Why `get()` is a Cosmic Leap

- 🧠 **Smart Retrieval**: Pulls the most relevant, concise information on celestial objects and concepts.
- ⚡ **Speed of Light**: Answers in ~0.0007 seconds, thanks to optimized indexing and caching.
- 🌐 **Versatile Queries**: Fetch info on planets, stars, or collections like:
  - `cosmodb.get("sun")`
  - `cosmodb.get("mars")`
  - `cosmodb.get("solar system")`
- 📴 **Offline-Ready**: Local cache ensures access even without the internet.

---

### 🧪 Example Usage

```python
import cosmodb

print(cosmodb.get("sun"))

