Metadata-Version: 2.4
Name: qroq
Version: 0.0.1
Summary: Groq API interactions without dependencies.
Author-email: Alexander Fedotov <alex.fedotov@aol.com>
Project-URL: Homepage, https://github.com/alxfed/qroq
Keywords: qroq
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Qroq
Groq API interactions without dependencies.
<pre>
  pip install qroq
</pre>
Then:
```Python
  # Python
  import qroq
```
