[metadata]
|
|
name = moodle_emails
|
|
version = attr:moodle_emails.version
|
|
description = Download all mails from moodle.
|
|
long_description = file:README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://projects.lilik.it/zolfa/moodle_emails
|
|
author = Zolfa
|
|
author_email = zolfa@lilik.it
|
|
classifiers =
|
|
Development Status :: 1 - Planning
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3.9
|
|
platforms = any
|
|
|
|
[options]
|
|
packages =
|
|
moodle_emails
|
|
install_requires =
|
|
tqdm
|
|
pandas
|
|
tables
|
|
moodle-dl
|
|
setup_requires =
|
|
setuptools_scm
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
moodledlall = moodle_emails.cli:main
|