unzip / unzipper /README.md
imseldrith's picture
Upload 3 files
9a7fe9d

A newer version of the Gradio SDK is available: 5.45.0

Upgrade

Unzipper

This is where the main stuff happens.

TOC

Directory structure

Directory tree structure of unzipper folder.

β”œβ”€β”€ client
β”‚   β”œβ”€β”€ caching.py
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ patcher.py
β”‚   └── pyro_client.py
β”œβ”€β”€ database
β”‚   β”œβ”€β”€ cloud.py
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ language.py
β”‚   β”œβ”€β”€ split_arc.py
β”‚   β”œβ”€β”€ thumbnail.py
β”‚   β”œβ”€β”€ upload_mode.py
β”‚   └── users.py
β”œβ”€β”€ helpers_nexa
β”‚   β”œβ”€β”€ buttons.py
β”‚   β”œβ”€β”€ checks.py
β”‚   β”œβ”€β”€ __init__.py
β”‚   └── utils.py
β”œβ”€β”€ __init__.py
β”œβ”€β”€ lib
β”‚   β”œβ”€β”€ backup_tool
β”‚   β”‚   └── __init__.py
β”‚   β”œβ”€β”€ downloader
β”‚   β”‚   β”œβ”€β”€ errors.py
β”‚   β”‚   └── __init__.py
β”‚   β”œβ”€β”€ extractor
β”‚   β”‚   β”œβ”€β”€ errors.py
β”‚   β”‚   └── __init__.py
β”‚   └── __init__.py
β”œβ”€β”€ localization
β”‚   β”œβ”€β”€ defaults
β”‚   β”‚   └── buttons.json
β”‚   β”œβ”€β”€ en
β”‚   β”‚   β”œβ”€β”€ messages.json
β”‚   β”‚   └── README.md
β”‚   β”œβ”€β”€ languages.json
β”‚   β”œβ”€β”€ README.md
β”‚   β”œβ”€β”€ si
β”‚   β”‚   β”œβ”€β”€ messages.json
β”‚   β”‚   └── README.md
β”‚   └── templates
β”‚       └── messages-template.json
β”œβ”€β”€ __main__.py
β”œβ”€β”€ modules
β”‚   β”œβ”€β”€ admin.py
β”‚   β”œβ”€β”€ callbacks.py
β”‚   β”œβ”€β”€ extract.py
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ settings.py
β”‚   └── user_utils.py
└── README.md

Folders

  • client - Contains the custom client (inherited from pyrogram.Client class)
  • database - Contains functions to handle database queries
  • modules - Contains pyrogram modules
  • lib - Contains modules (downloader, extractor)
  • helpers_nexa - Contains helper functions, classes
  • localization - Contains language files and templates