Skip to content
/ QFrame Public
forked from QuecPython/QFrame

A application programming framework of QuecPython.

License

Notifications You must be signed in to change notification settings

wcache/QFrame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuecPython APP Developing Framework -- QFrame

中文 | English

Summary

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.

Usage

Contribution

We welcome contributions to improve this project! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a Pull Request.

License

This project is licensed under the Apache License. See the LICENSE file for details.

Support

If you have any questions or need support, please refer to the QuecPython documentation or open an issue in this repository.

About

A application programming framework of QuecPython.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%