ani-cli-ar 1.8.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ani_cli_ar-1.8.4.dist-info/METADATA +348 -0
- ani_cli_ar-1.8.4.dist-info/RECORD +27 -0
- ani_cli_ar-1.8.4.dist-info/WHEEL +5 -0
- ani_cli_ar-1.8.4.dist-info/entry_points.txt +3 -0
- ani_cli_ar-1.8.4.dist-info/licenses/LICENSE +674 -0
- ani_cli_ar-1.8.4.dist-info/top_level.txt +1 -0
- ani_cli_arabic/__init__.py +3 -0
- ani_cli_arabic/__main__.py +8 -0
- ani_cli_arabic/api.py +309 -0
- ani_cli_arabic/app.py +1110 -0
- ani_cli_arabic/cli.py +598 -0
- ani_cli_arabic/config.py +88 -0
- ani_cli_arabic/deps.py +453 -0
- ani_cli_arabic/discord_rpc.py +361 -0
- ani_cli_arabic/favorites.py +72 -0
- ani_cli_arabic/history.py +72 -0
- ani_cli_arabic/models.py +36 -0
- ani_cli_arabic/monitoring.py +92 -0
- ani_cli_arabic/player.py +281 -0
- ani_cli_arabic/scrapers/__init__.py +0 -0
- ani_cli_arabic/scrapers/english.py +316 -0
- ani_cli_arabic/settings.py +54 -0
- ani_cli_arabic/storage.py +28 -0
- ani_cli_arabic/ui.py +1421 -0
- ani_cli_arabic/updater.py +280 -0
- ani_cli_arabic/utils.py +619 -0
- ani_cli_arabic/version.py +10 -0
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ani-cli-ar
|
|
3
|
+
Version: 1.8.4
|
|
4
|
+
Summary: Terminal-based anime streaming with Arabic subtitles
|
|
5
|
+
Author: NoBy
|
|
6
|
+
Maintainer: NoBy
|
|
7
|
+
License-Expression: GPL-3.0
|
|
8
|
+
Project-URL: Homepage, https://github.com/np4abdou1/ani-cli-arabic
|
|
9
|
+
Project-URL: Repository, https://github.com/np4abdou1/ani-cli-arabic
|
|
10
|
+
Project-URL: Issues, https://github.com/np4abdou1/ani-cli-arabic/issues
|
|
11
|
+
Project-URL: Changelog, https://github.com/np4abdou1/ani-cli-arabic/releases
|
|
12
|
+
Keywords: anime,streaming,cli,arabic,subtitles,terminal
|
|
13
|
+
Classifier: Development Status :: 4 - Beta
|
|
14
|
+
Classifier: Intended Audience :: End Users/Desktop
|
|
15
|
+
Classifier: Operating System :: OS Independent
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Topic :: Multimedia :: Video
|
|
23
|
+
Classifier: Environment :: Console
|
|
24
|
+
Requires-Python: >=3.8
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
License-File: LICENSE
|
|
27
|
+
Requires-Dist: rich>=13.0.0
|
|
28
|
+
Requires-Dist: requests>=2.31.0
|
|
29
|
+
Requires-Dist: pypresence>=4.5.0
|
|
30
|
+
Requires-Dist: yt-dlp
|
|
31
|
+
Requires-Dist: Pillow>=10.0.0
|
|
32
|
+
Requires-Dist: numpy>=1.24.0
|
|
33
|
+
Requires-Dist: pycryptodomex
|
|
34
|
+
Dynamic: license-file
|
|
35
|
+
|
|
36
|
+
<h1 align="center"> NEW MAJOR UPDATE COMING IN LATE SUMMER </h1>
|
|
37
|
+
|
|
38
|
+
<div align="center">
|
|
39
|
+
|
|
40
|
+
<h2>💖 Support This Open Source Project</h2>
|
|
41
|
+
<p>Your support helps maintain the project and keeps the updates coming!</p>
|
|
42
|
+
<a href="https://paypal.me/np4abdou">
|
|
43
|
+
<img src="https://img.shields.io/badge/Donate_with_PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white" alt="Donate with PayPal">
|
|
44
|
+
</a>
|
|
45
|
+
<br><br><br>
|
|
46
|
+
|
|
47
|
+
Terminal-based anime streaming with Arabic subtitles
|
|
48
|
+
|
|
49
|
+
<p align="center">
|
|
50
|
+
<a href="https://github.com/np4abdou1/ani-cli-arabic/stargazers">
|
|
51
|
+
<img src="https://img.shields.io/github/stars/np4abdou1/ani-cli-arabic?style=for-the-badge" />
|
|
52
|
+
</a>
|
|
53
|
+
<a href="https://github.com/np4abdou1/ani-cli-arabic/network">
|
|
54
|
+
<img src="https://img.shields.io/github/forks/np4abdou1/ani-cli-arabic?style=for-the-badge" />
|
|
55
|
+
</a>
|
|
56
|
+
<br>
|
|
57
|
+
<a href="https://github.com/np4abdou1/ani-cli-arabic/releases">
|
|
58
|
+
<img src="https://img.shields.io/github/v/release/np4abdou1/ani-cli-arabic?style=for-the-badge" />
|
|
59
|
+
</a>
|
|
60
|
+
<a href="https://pypi.org/project/ani-cli-arabic">
|
|
61
|
+
<img src="https://img.shields.io/pypi/v/ani-cli-arabic?style=for-the-badge" />
|
|
62
|
+
</a>
|
|
63
|
+
<a href="https://aur.archlinux.org/packages/ani-cli-arabic">
|
|
64
|
+
<img src="https://img.shields.io/aur/version/ani-cli-arabic?style=for-the-badge" />
|
|
65
|
+
</a>
|
|
66
|
+
</p>
|
|
67
|
+
|
|
68
|
+
<p align="center">
|
|
69
|
+
<img src="https://img.shields.io/badge/Python-3.8+-3776AB?style=for-the-badge&logo=python&logoColor=white" />
|
|
70
|
+
<img src="https://img.shields.io/badge/License-GPL--3.0-green?style=for-the-badge" />
|
|
71
|
+
</p>
|
|
72
|
+
|
|
73
|
+
<br>
|
|
74
|
+
|
|
75
|
+
## 📑 Navigation
|
|
76
|
+
|
|
77
|
+
[Installation](#-installation) • [Features](#-what-can-you-do) • [How to Use](#-how-to-use) • [Keyboard Shortcuts](#️-keyboard-shortcuts) • [Configuration](#%EF%B8%8F-configuration) • [Contributors](#-contributors) • [License](#-license)
|
|
78
|
+
|
|
79
|
+
<br><br>
|
|
80
|
+
|
|
81
|
+
<p>لإختيار اللغة العربية اضغط على الزر: </p>
|
|
82
|
+
<a href="README.ar.md">
|
|
83
|
+
<img src="https://img.shields.io/badge/Language-Arabic-green?style=for-the-badge&logo=google-translate&logoColor=white" alt="Arabic">
|
|
84
|
+
</a>
|
|
85
|
+
|
|
86
|
+
<br>
|
|
87
|
+
<br>
|
|
88
|
+
|
|
89
|
+
https://github.com/user-attachments/assets/a6c6882a-7c50-4a8d-aa9c-e56a6d4ff7eb
|
|
90
|
+
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## 📦 Installation
|
|
96
|
+
|
|
97
|
+
### Requirements
|
|
98
|
+
Before installing, make sure you have:
|
|
99
|
+
- **Python 3.8 or newer** (Python 3.12 recommended)
|
|
100
|
+
- **MPV** or **VLC** media player (for streaming)
|
|
101
|
+
|
|
102
|
+
### Method 1: One-Line Installer (Recommended)
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
curl -fsSL https://raw.githubusercontent.com/np4abdou1/ani-cli-arabic/main/install.sh | sh
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
This auto-detects your environment (Linux, macOS, Termux) and installs via `pipx` or `pip`.
|
|
109
|
+
|
|
110
|
+
### Method 2: Install via pip / pipx
|
|
111
|
+
|
|
112
|
+
```bash
|
|
113
|
+
# Direct from GitHub (always latest)
|
|
114
|
+
pip install git+https://github.com/np4abdou1/ani-cli-arabic.git
|
|
115
|
+
|
|
116
|
+
# Or from PyPI (stable releases)
|
|
117
|
+
pip install ani-cli-ar
|
|
118
|
+
|
|
119
|
+
# Or with pipx (isolated environment, recommended)
|
|
120
|
+
pipx install ani-cli-ar
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
Launch the app:
|
|
124
|
+
```bash
|
|
125
|
+
ani-cli-ar
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
To update:
|
|
129
|
+
```bash
|
|
130
|
+
pip install --upgrade ani-cli-ar
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### Method 3: Arch Linux (AUR)
|
|
134
|
+
|
|
135
|
+
For Arch Linux users, install from the AUR:
|
|
136
|
+
|
|
137
|
+
```bash
|
|
138
|
+
yay -S ani-cli-ar
|
|
139
|
+
# or
|
|
140
|
+
paru -S ani-cli-ar
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
### Method 4: From Source (Development)
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
git clone https://github.com/np4abdou1/ani-cli-arabic.git
|
|
147
|
+
cd ani-cli-arabic
|
|
148
|
+
pip install -e .
|
|
149
|
+
ani-cli-ar
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## 🎯 What Can You Do?
|
|
155
|
+
|
|
156
|
+
Here's everything this tool offers:
|
|
157
|
+
|
|
158
|
+
### Streaming & Playback
|
|
159
|
+
- **Multiple Quality Options**: Watch in 1080p, 720p, or 480p depending on your internet speed
|
|
160
|
+
- **Batch Download**: Download multiple episodes at once to watch offline
|
|
161
|
+
- **Trailer Support**: Watch YouTube trailers before committing to an anime
|
|
162
|
+
- **Resume from History**: Pick up exactly where you left off ( buggy )
|
|
163
|
+
|
|
164
|
+
### Discovery & Browsing
|
|
165
|
+
- **Search Anime**: Find any anime and anime movie by name (supports both English and Japanese titles and arabic titles)
|
|
166
|
+
- **Trending Now**: See what's currently popular
|
|
167
|
+
- **Top Rated**: Browse the highest-rated anime of all time
|
|
168
|
+
- **Browse by Genre**: Filter by Action, Romance, Isekai, and 12 other genres
|
|
169
|
+
- **Browse by Studio**: Find anime from Toei Animation, MAPPA, Ufotable, and 20+ more studios
|
|
170
|
+
- **Latest Releases**: Stay updated with the newest anime
|
|
171
|
+
|
|
172
|
+
### Personal Library
|
|
173
|
+
- **Watch History**: Keep track of everything you've watched with timestamps
|
|
174
|
+
- **Favorites System**: Bookmark your favorite anime for quick access
|
|
175
|
+
- **Episode Tracking**: The app remembers which episode you're on
|
|
176
|
+
|
|
177
|
+
### Interface & Experience
|
|
178
|
+
- **Rich TUI (Terminal User Interface)**: Beautiful terminal interface built with Rich library
|
|
179
|
+
- **17 Color Themes**: Choose from blue, red, purple, sunset, mint, lavender, and more
|
|
180
|
+
- **Discord Rich Presence**: Show off what you're watching on Discord with anime posters
|
|
181
|
+
<img width="864" height="372" alt="image" src="https://github.com/user-attachments/assets/eb8c5bc1-84dc-46a0-9b06-7efc5a5fee6d" />
|
|
182
|
+
|
|
183
|
+
- **Smooth Navigation**: Intuitive keyboard controls
|
|
184
|
+
|
|
185
|
+
### Technical Features
|
|
186
|
+
- **Zero Ads**: Clean streaming experience
|
|
187
|
+
- **Automatic Updates**: Built-in version checker notifies you of new releases, and yes this can be turned off.
|
|
188
|
+
- **MPV/VLC Support**: Choose your preferred media player
|
|
189
|
+
- **Dependency Auto-installer**: Automatically checks and installs missing dependencies, too lazy...
|
|
190
|
+
- **CLI Mode**: Simple command-line mode for quick searches (`ani-cli-ar -i "Naruto"`) _interactive mode also runs if the terminal is too narrow_
|
|
191
|
+
- **Cross-platform**: Works on Windows and Linux
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
195
|
+
## 🎮 How to Use
|
|
196
|
+
|
|
197
|
+
1. **Launch the app**: Run `ani-cli-arabic` or `ani-cli-ar`
|
|
198
|
+
2. **Browse or Search**: Use the main menu to search, view trending, or browse genres
|
|
199
|
+
3. **Select an Anime**: Navigate with arrow keys and press Enter
|
|
200
|
+
4. **Pick an Episode**: Choose which episode to watch
|
|
201
|
+
5. **Select Quality**: Pick your preferred video quality
|
|
202
|
+
6. **Enjoy**: MPV will launch and start streaming
|
|
203
|
+
|
|
204
|
+
You can also use interactive mode for quick searches:
|
|
205
|
+
```bash
|
|
206
|
+
ani-cli-ar -i "One Piece"
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## ⌨️ Keyboard Shortcuts
|
|
212
|
+
|
|
213
|
+
| Key | What it Does |
|
|
214
|
+
|-----|--------------|
|
|
215
|
+
| **↑ / ↓** | Navigate through lists |
|
|
216
|
+
| **Enter** | Select/Confirm choice |
|
|
217
|
+
| **G** | Jump directly to an episode number |
|
|
218
|
+
| **B** | Go back to previous screen |
|
|
219
|
+
| **Q / Esc** | Quit the application |
|
|
220
|
+
| **Space** | Pause/Resume video (in player) |
|
|
221
|
+
| **← / →** | Rewind/Forward 5 seconds |
|
|
222
|
+
| **F** | Toggle fullscreen |
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## ⚙️ Configuration
|
|
227
|
+
|
|
228
|
+
Settings are stored locally in `~/.ani-cli-arabic/database/config.json`
|
|
229
|
+
|
|
230
|
+
### Available Settings
|
|
231
|
+
|
|
232
|
+
Access the settings menu from the main screen to customize:
|
|
233
|
+
|
|
234
|
+
- **Default Quality**: Set your preferred quality (1080p, 720p, or 480p)
|
|
235
|
+
- **Media Player**: Choose between MPV or VLC
|
|
236
|
+
- **Auto-next Episode**: Toggle automatic episode continuation
|
|
237
|
+
- **Discord Rich Presence**: Show or hide Discord activity
|
|
238
|
+
- **Theme Color**: Pick from 17 beautiful color schemes:
|
|
239
|
+
- blue, red, green, purple, cyan, yellow, pink, orange, teal, magenta
|
|
240
|
+
- lime, coral, lavender, gold, mint, rose, sunset
|
|
241
|
+
- **Analytics**: Opt-in/out of anonymous usage stats - this is auto enabled by default.
|
|
242
|
+
- **Update Checking**: Toggle automatic update notifications
|
|
243
|
+
|
|
244
|
+
You can also manually edit the config file if you prefer.
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
## Star History
|
|
249
|
+
|
|
250
|
+
<a href="https://www.star-history.com/#np4abdou1/ani-cli-arabic&type=date&legend=top-left">
|
|
251
|
+
<picture>
|
|
252
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=np4abdou1/ani-cli-arabic&type=date&theme=dark&legend=top-left" />
|
|
253
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=np4abdou1/ani-cli-arabic&type=date&legend=top-left" />
|
|
254
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=np4abdou1/ani-cli-arabic&type=date&legend=top-left" />
|
|
255
|
+
</picture>
|
|
256
|
+
</a>
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
## 👥 Contributors
|
|
261
|
+
|
|
262
|
+
Special thanks to everyone who helped make this project happen:
|
|
263
|
+
|
|
264
|
+
<div align="center">
|
|
265
|
+
|
|
266
|
+
[](https://github.com/np4abdou1/ani-cli-arabic/graphs/contributors)
|
|
267
|
+
|
|
268
|
+
</div>
|
|
269
|
+
|
|
270
|
+
**Key Contributors:**
|
|
271
|
+
- [@np4abdou1](https://github.com/np4abdou1) - Creator and main developer
|
|
272
|
+
- [@Anas-Tou](https://github.com/Anas-Tou) - Contributor
|
|
273
|
+
|
|
274
|
+
Want to contribute? Feel free to open issues or submit pull requests!
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
## 🔧 Build & Release (for maintainers)
|
|
279
|
+
|
|
280
|
+
### Build the package
|
|
281
|
+
|
|
282
|
+
```bash
|
|
283
|
+
# Install build tools
|
|
284
|
+
pip install build twine
|
|
285
|
+
|
|
286
|
+
# Build source distribution and wheel
|
|
287
|
+
python -m build
|
|
288
|
+
|
|
289
|
+
# Check the package
|
|
290
|
+
twine check dist/*
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
### Publish to PyPI
|
|
294
|
+
|
|
295
|
+
```bash
|
|
296
|
+
# Upload to PyPI
|
|
297
|
+
twine upload dist/*
|
|
298
|
+
|
|
299
|
+
# Or for test PyPI first:
|
|
300
|
+
# twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
### Installing from a local build
|
|
304
|
+
|
|
305
|
+
```bash
|
|
306
|
+
pip install dist/ani_cli_arabic-*.whl
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
---
|
|
310
|
+
|
|
311
|
+
## 📄 License
|
|
312
|
+
|
|
313
|
+
This project is licensed under the **GNU General Public License v3.0**.
|
|
314
|
+
|
|
315
|
+
You're free to use, modify, and distribute this software under the terms of the GPL-3.0 license. See the [LICENSE](LICENSE) file for the full legal text.
|
|
316
|
+
|
|
317
|
+
**In simple terms:**
|
|
318
|
+
- ✅ Use it for personal or commercial purposes
|
|
319
|
+
- ✅ Modify the source code
|
|
320
|
+
- ✅ Distribute it to others
|
|
321
|
+
- ⚠️ Any modifications must also be open source under GPL-3.0
|
|
322
|
+
- ⚠️ Include the original copyright notice
|
|
323
|
+
|
|
324
|
+
---
|
|
325
|
+
|
|
326
|
+
<div align="center">
|
|
327
|
+
|
|
328
|
+
### ⚠️ Important Notice
|
|
329
|
+
|
|
330
|
+
</div>
|
|
331
|
+
|
|
332
|
+
> [! CAUTION]
|
|
333
|
+
> **By using this software you understand:**
|
|
334
|
+
>
|
|
335
|
+
> - Anonymous usage statistics are collected for the GitHub page stats banner (can be disabled in settings)
|
|
336
|
+
> - The project is licensed under GPL-3.0 - see [LICENSE](LICENSE) for details
|
|
337
|
+
> - We do not host any content; all streams are from third-party sources
|
|
338
|
+
> - This tool is for personal use and educational purposes only
|
|
339
|
+
|
|
340
|
+
---
|
|
341
|
+
|
|
342
|
+
<br>
|
|
343
|
+
|
|
344
|
+
Made with ❤️ by the anime community
|
|
345
|
+
|
|
346
|
+
[⭐ Star this repo](https://github.com/np4abdou1/ani-cli-arabic) | [🐛 Report bugs](https://github.com/np4abdou1/ani-cli-arabic/issues) | [💬 Discussions](https://github.com/np4abdou1/ani-cli-arabic/discussions)
|
|
347
|
+
|
|
348
|
+
</div>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
ani_cli_ar-1.8.4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
2
|
+
ani_cli_arabic/__init__.py,sha256=Tat3WDaKrh5ILuubTDBRbmHR2_-uPADqNx-vLhd3iMs,56
|
|
3
|
+
ani_cli_arabic/__main__.py,sha256=jXDguYrj7S_2k_H8Rx2mazf3aPNPW-HozkHcIBH59L8,166
|
|
4
|
+
ani_cli_arabic/api.py,sha256=QAxPM2P-jQGAi_-qfqKePs5EetdPr6WEOCfpjOaHPDA,11287
|
|
5
|
+
ani_cli_arabic/app.py,sha256=1SkSsEoKk8UOpIiH8jQfXbRutWWZeiHs3vbNQVWTS18,43264
|
|
6
|
+
ani_cli_arabic/cli.py,sha256=APYccr3C40EyeMUBgRYKruVqa1XsYBqGvmcdSLf_K2I,24870
|
|
7
|
+
ani_cli_arabic/config.py,sha256=oEi2j9Y2kZTlPcM0JACJIkZCthSNUeGGC2q5EcPX3Y4,7848
|
|
8
|
+
ani_cli_arabic/deps.py,sha256=goXlYqMzPVnQIj4lgwdd8C8ge5m8gWOVzqW41seefhw,16372
|
|
9
|
+
ani_cli_arabic/discord_rpc.py,sha256=_chuKdeQBdbm45XeuNOhHVGiv4ol6PvK90lpKSKL0kM,13314
|
|
10
|
+
ani_cli_arabic/favorites.py,sha256=lIFUzfuqYpocmss5zFw2756ZGDa_CLdl4KoC7i8BUUk,2401
|
|
11
|
+
ani_cli_arabic/history.py,sha256=aq8Sk_UveLv1X9I_XPKDPITvz648XcgBLMZdTGeSjuQ,2540
|
|
12
|
+
ani_cli_arabic/models.py,sha256=ETG5Bb0H8r2f7aH1_X2LOyIRe9stBPqMYDinT8QzGE4,587
|
|
13
|
+
ani_cli_arabic/monitoring.py,sha256=u-qFUIw6IEdwnFJ9DQQwqKuObVt8n_9L50IDYBZmcXc,2878
|
|
14
|
+
ani_cli_arabic/player.py,sha256=a74L3oiJKMYUbNCLAF38P2p4k7MwuMR98MLHL3Zystg,10714
|
|
15
|
+
ani_cli_arabic/settings.py,sha256=RrLHimT0au-Tw2wMAiowkdeAp5rCPSXNLTmLx2QSo4w,1776
|
|
16
|
+
ani_cli_arabic/storage.py,sha256=bQpz8wTMfFAvXi7dnf2M6ygBrVK0UDOoHRanhEVpBCE,764
|
|
17
|
+
ani_cli_arabic/ui.py,sha256=s7g2m63GyeFOCe2kUvCUN1DkQ_HifYq2UN_8sDdc2Eg,65042
|
|
18
|
+
ani_cli_arabic/updater.py,sha256=2PvOFochHA1aP8dt_oPLAQ6YGxJgZS1jjm3vbe5F-zE,10151
|
|
19
|
+
ani_cli_arabic/utils.py,sha256=DETDtjYlLvn8aPuoqsCsj81pYHHFS7VHeK3Z7ekKC5I,21065
|
|
20
|
+
ani_cli_arabic/version.py,sha256=cnkC2KJgtF20Envp2ursBMYp2DZvh1BQnc7_brw6AtY,319
|
|
21
|
+
ani_cli_arabic/scrapers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
+
ani_cli_arabic/scrapers/english.py,sha256=1CV-tX5KHqrLHW2iCctKNBYhuWvxlEte6_2u6VzwcPc,12453
|
|
23
|
+
ani_cli_ar-1.8.4.dist-info/METADATA,sha256=iyaTOTTdjRsLThKsDUnOSW2ENaQ1fsLRFKrKMPVyxtU,11302
|
|
24
|
+
ani_cli_ar-1.8.4.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
25
|
+
ani_cli_ar-1.8.4.dist-info/entry_points.txt,sha256=0R5ltdA4HMw92uDvWYm2rmzwWj7d7wVUitZK4UGQ6q4,96
|
|
26
|
+
ani_cli_ar-1.8.4.dist-info/top_level.txt,sha256=qOIqFZbK2qsyp7taUK4PrbTuAXN4TgHkoOMyy04pb0Q,15
|
|
27
|
+
ani_cli_ar-1.8.4.dist-info/RECORD,,
|