中文 | English
QFrame
is a basic application framework based on the QuecPython platform, aimed at making it more convenient and simple for users to use the QuecPython platform for business development.
The overall functions include:
- Basic Modules:For the secondary encapsulation of platform basic API functions, such as threading, asynchrony, etc., make the API usage more in line with the CPython style.
- API Extensions:Expand QuecPython basic libs, such as bidirectional linked lists, ordered dictionaries, priority queues, heap sorting, etc.
- Framwork:Provide a detachable component based programming framework, and convenient component interaction mechanism.
We welcome contributions to improve this project! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add your feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a Pull Request.
This project is licensed under the Apache License. See the LICENSE file for details.
If you have any questions or need support, please refer to the QuecPython documentation or open an issue in this repository.