-
Notifications
You must be signed in to change notification settings - Fork 13
Explain Framework Folders
Ahmad Nourallah edited this page Jul 19, 2017
·
1 revision
the framework has many folder and every folder contain files do different work. in this guid we will explain every folders and what he job.
Folder | Type Files | Description |
---|---|---|
core | Key Files | this kind of folders containing the essential files from the interpreter files and the structural files |
files | Attached Files | that folder containing the attached files that coming with modules and the modules depend on them |
modules | Modules | contain the modules |
samples | Examples from framework | contain examples to the how the framework work and examples of how to make your module success |
utilities | Help Packages | contain python packages thats help you when you create your module |
when you start to write your module you can give it any category name so you can make any folder category in modules folder. usually when we make module we name it in this form:
category/platform/program/module_name.py
but because we are love the freeality you can broke this form and do what you want.
Created by Ahmad Nourallah