
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Un package Python qui, par la permission d'Allah, soit un bien pour la communauté musulmane francophone.
mydeen est un package Python qui, par la permission d’Allah ﷻ, vise à faciliter l’accès aux ressources islamiques (Coran, chaînes YouTube éducatives) pour la communauté francophone.
Hifz
)TypedDict
, NamedTuple
, Enum
) pour plus de fiabilitépip install mydeen
⚠️ Python 3.9 ou supérieur requis
from mydeen import MyDeen
mydeen = MyDeen()
surahs = mydeen.meta_surahs().get_all()
medinoises = mydeen.meta_surahs().get_by("revelation_type", ["Medinoise"])
from mydeen import MemoryQuran, PartsNameEnum
memory = MemoryQuran()
# Accéder aux sourates de la partie 'al_mufassal'
part = memory.get_parts(PartsNameEnum.al_mufassal)
# Récupérer les noms des sourates
noms = memory.get_surah_names(PartsNameEnum.al_mufassal)
from mydeen import YoutubeServices, Config
yt = YoutubeServices(api_key="VOTRE_CLE_API")
channel_id = yt.channels.lecoransimplement
playlists = yt.get_playlist(channel_id)
videos = yt.get_videos_playlist(playlists[0]['id'])
mydeen/
├── config.py
├── exception_error.py
├── interface.py
├── memory_quran.py
├── metasurahs.py
├── meta_quran_reader.py
├── mydeen.py
├── yt_services.py
└── ...
Toute contribution utile est la bienvenue, qu’il s’agisse de correction, documentation ou nouvelles fonctionnalités.
Ce projet est sous licence MIT — Faites-en bon usage et avec sincérité.
"Les actions ne valent que par les intentions."
— Hadith authentique (rapporté par Al-Bukhari & Muslim)
Ce projet a été initié dans le but de propager la science bénéfique et l'amour du Coran. Qu’Allah accepte 🌙
Développé avec foi par YassinePaquitoNobody
📧 Contact : monsieurnobody01@gmail.com
🔗 Mon GitHub
FAQs
Un package Python qui, par la permission d'Allah, soit un bien pour la communauté musulmane francophone.
We found that mydeen demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.