Metadata-Version: 2.3
Name: ddginternal
Version: 0.1.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: primp
Requires-Dist: pytest ; extra == 'tests'
Provides-Extra: tests
Summary: Duckduckgo search, into the internal API.
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/AWeirdDev/ddgsearch
Project-URL: Bug Tracker, https://github.com/AWeirdDev/ddgsearch/issues

> Notice: Duckduckgo Javascript modules are in beta. Read the docs to learn more.

<div align="center">

# ddginternal
Duckduckgo search using the internal APIs.

[📖 Documentation](https://aweirddev.github.io/ddginternal) • [🐙 GitHub](https://github.com/AWeirdDev/ddginternal)

</div>

```python
from ddginternal import search

search("chocolate")
# Result(web=[...23], images=[...20], news=[...5], abstract=Abstract(...))
```

The numbers indicate the amount of results received.

**Key features**:
- Private. Can your Google do that?
- Light. One dependency explains it all.
- Rust-backed. Faster parsing.

***

(c) 2024 AWeirdDev

