Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y4kupkaya/aiotdk
TDK'dan async şekilde arama yapın
https://github.com/y4kupkaya/aiotdk
asynchronous pypi pypi-packages python tdk-api
Last synced: about 2 months ago
JSON representation
TDK'dan async şekilde arama yapın
- Host: GitHub
- URL: https://github.com/y4kupkaya/aiotdk
- Owner: y4kupkaya
- License: agpl-3.0
- Created: 2023-09-04T21:24:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-19T19:03:09.000Z (about 1 year ago)
- Last Synced: 2024-03-20T03:04:18.650Z (10 months ago)
- Topics: asynchronous, pypi, pypi-packages, python, tdk-api
- Language: Python
- Homepage: https://pypi.org/project/aiotdk/
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔎 AioTDK
## 📝 Description
Aiotdk is an async library written to search for data in the TDK Dictionary.
### 📦 Installation
```bash
pip install aiotdk
```## 📖 Documentation
### 📚 Usage
```python
import asyncio
from aiotdk.gts import searchasync def main():
result = await search("elma")
print(result)asyncio.run(main())
```## 📜 License
This project is licensed under the NU AFFERO GENERAL PUBLIC LICENSE (v3) - see the [LICENSE](LICENSE) file for details.
## 🔖 Disclaimer
This project is not affiliated with TDK in any way. It is a project created for educational purposes.
## ✒ Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## 📌 Authors
- [**Yakup Kaya**](https://yakupkaya.net.tr)
## 🗃 Acknowledgments
- [**TDK**](https://sozluk.gov.tr/)
## 📮 Credit's
- [**TDK**](https://sozluk.gov.tr/) - For the data used in this project.
- [**TDK-PY**](https://github.com/emreozcan/tdk-py/) - For the inspiration of this project.## 🗃 TODO
- Add more tests
- Add more documentation
- Add more examples
- Add more features