From 5d54715917e0bca518e8e619227274fb8c2765a2 Mon Sep 17 00:00:00 2001 From: "kujiu (@rincevent)" Date: Tue, 16 Nov 2021 00:51:12 +0100 Subject: [PATCH] Pyproject configurations --- pyprojects/client.common.toml | 6 +- pyprojects/client.qt.toml | 6 +- pyprojects/client.tui.toml | 6 +- pyprojects/nervtn.toml | 2 - pyprojects/server.apps.accounting.toml | 81 +--------------------- pyprojects/server.apps.accreditation.toml | 84 +---------------------- pyprojects/server.apps.audit.toml | 72 +------------------ pyprojects/server.apps.auth.toml | 82 +--------------------- pyprojects/server.apps.automation.toml | 6 +- pyprojects/server.apps.base.toml | 6 +- pyprojects/server.apps.bbs.toml | 6 +- pyprojects/server.apps.bibliography.toml | 6 +- pyprojects/server.apps.builder.toml | 6 +- pyprojects/server.apps.calendar.toml | 6 +- pyprojects/server.apps.catering.toml | 6 +- pyprojects/server.apps.chat.toml | 6 +- pyprojects/server.apps.contact.toml | 6 +- pyprojects/server.apps.contract.toml | 6 +- pyprojects/server.apps.crisis.toml | 6 +- pyprojects/server.apps.davd.toml | 6 +- pyprojects/server.apps.document.toml | 6 +- pyprojects/server.apps.dodp.toml | 6 +- pyprojects/server.apps.drm.toml | 6 +- pyprojects/server.apps.editor.toml | 6 +- pyprojects/server.apps.employee.toml | 6 +- pyprojects/server.apps.esb.toml | 6 +- pyprojects/server.apps.event.toml | 6 +- pyprojects/server.apps.expedition.toml | 6 +- pyprojects/server.apps.files.toml | 6 +- pyprojects/server.apps.ftpd.toml | 6 +- pyprojects/server.apps.help.toml | 6 +- pyprojects/server.apps.history.toml | 6 +- pyprojects/server.apps.imapd.toml | 6 +- pyprojects/server.apps.intervention.toml | 6 +- pyprojects/server.apps.interview.toml | 6 +- pyprojects/server.apps.inventory.toml | 6 +- pyprojects/server.apps.invoice.toml | 6 +- pyprojects/server.apps.jmapd.toml | 6 +- pyprojects/server.apps.kmipd.toml | 6 +- pyprojects/server.apps.ldapd.toml | 6 +- pyprojects/server.apps.learning.toml | 6 +- pyprojects/server.apps.license.toml | 6 +- pyprojects/server.apps.mail.toml | 4 +- pyprojects/server.apps.manufacturing.toml | 6 +- pyprojects/server.apps.monitoring.toml | 6 +- pyprojects/server.apps.news.toml | 6 +- pyprojects/server.apps.notification.toml | 6 +- pyprojects/server.apps.phone.toml | 6 +- pyprojects/server.apps.pointofsale.toml | 6 +- pyprojects/server.apps.pollution.toml | 6 +- pyprojects/server.apps.print.toml | 6 +- pyprojects/server.apps.privacy.toml | 6 +- pyprojects/server.apps.project.toml | 6 +- pyprojects/server.apps.quality.toml | 6 +- pyprojects/server.apps.queue.toml | 6 +- pyprojects/server.apps.restoration.toml | 6 +- pyprojects/server.apps.risk.toml | 6 +- pyprojects/server.apps.security.toml | 6 +- pyprojects/server.apps.shop.toml | 6 +- pyprojects/server.apps.sipd.toml | 6 +- pyprojects/server.apps.smtpd.toml | 6 +- pyprojects/server.apps.sshd.toml | 6 +- pyprojects/server.apps.stock.toml | 6 +- pyprojects/server.apps.storage.toml | 6 +- pyprojects/server.apps.submission.toml | 6 +- pyprojects/server.apps.survey.toml | 6 +- pyprojects/server.apps.sync.toml | 6 +- pyprojects/server.apps.system_health.toml | 6 +- pyprojects/server.apps.task.toml | 6 +- pyprojects/server.apps.ticket.toml | 6 +- pyprojects/server.apps.translation.toml | 6 +- pyprojects/server.apps.website.toml | 6 +- pyprojects/server.apps.xmppd.toml | 6 +- pyprojects/server.main.toml | 6 +- pyprojects/server.security.toml | 6 +- 75 files changed, 147 insertions(+), 592 deletions(-) diff --git a/pyprojects/client.common.toml b/pyprojects/client.common.toml index 222d97f..114902e 100644 --- a/pyprojects/client.common.toml +++ b/pyprojects/client.common.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-client-common" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Common library for clients" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/client.qt.toml b/pyprojects/client.qt.toml index 222d97f..e6b76cc 100644 --- a/pyprojects/client.qt.toml +++ b/pyprojects/client.qt.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-client-qt" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN Qt client" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/client.tui.toml b/pyprojects/client.tui.toml index 222d97f..3b370e6 100644 --- a/pyprojects/client.tui.toml +++ b/pyprojects/client.tui.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-client-tui" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN TUI client" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/nervtn.toml b/pyprojects/nervtn.toml index 222d97f..bd51424 100644 --- a/pyprojects/nervtn.toml +++ b/pyprojects/nervtn.toml @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.accounting.toml b/pyprojects/server.apps.accounting.toml index 222d97f..e8cf3c8 100644 --- a/pyprojects/server.apps.accounting.toml +++ b/pyprojects/server.apps.accounting.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn.server.apps.accounting" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - accounting module for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -32,98 +32,21 @@ classifiers = [ "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "Development Status :: 1 - Planning", - "Environment :: Console", - "Environment :: Console :: Curses", "Environment :: Web Environment", - "Environment :: X11 Applications :: Qt", "Intended Audience :: Customer Service", - "Intended Audience :: Developers", - "Intended Audience :: Education", - "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Healthcare Industry", "Intended Audience :: Information Technology", "Intended Audience :: Manufacturing", "Intended Audience :: Other Audience", - "Intended Audience :: Science/Research", - "Intended Audience :: System Administrators", - "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", - "Operating System :: Android", "Operating System :: OS Independent", "Topic :: Adaptive Technologies", - "Topic :: Artistic Software", - "Topic :: Communications", - "Topic :: Communications :: BBS", - "Topic :: Communications :: Chat", - "Topic :: Communications :: Conferencing", - "Topic :: Communications :: Email", - "Topic :: Communications :: Email :: Address Book", - "Topic :: Communications :: Email :: Email Clients (MUA)", - "Topic :: Communications :: Email :: Filters", - "Topic :: Communications :: Email :: Mail Transport Agents", - "Topic :: Communications :: Email :: Mailing List Servers", - "Topic :: Communications :: Email :: Post-Office", - "Topic :: Communications :: Email :: Post-Office :: IMAP", - "Topic :: Communications :: File Sharing", - "Topic :: Communications :: Internet Phone", - "Topic :: Communications :: Telephony", - "Topic :: Documentation", - "Topic :: Documentation :: Sphinx", - "Topic :: Education", - "Topic :: Education :: Computer Aided Instruction (CAI)", - "Topic :: Education :: Testing", - "Topic :: Home Automation", - "Topic :: Internet :: File Transfer Protocol (FTP)", - "Topic :: Internet :: WWW/HTTP :: Site Management", - "Topic :: Internet :: XMPP", - "Topic :: Multimedia", - "Topic :: Multimedia :: Sound/Audio :: Capture/Recording", - "Topic :: Multimedia :: Sound/Audio :: Editors", - "Topic :: Multimedia :: Sound/Audio :: Speech", - "Topic :: Multimedia :: Sound/Audio :: Players", - "Topic :: Multimedia :: Video", - "Topic :: Multimedia :: Video :: Capture", - "Topic :: Multimedia :: Video :: Display", - "Topic :: Office/Business", - "Topic :: Office/Business :: Financial", "Topic :: Office/Business :: Financial :: Accounting", - "Topic :: Office/Business :: Financial :: Accounting", - "Topic :: Office/Business :: Financial :: Point-Of-Sale", - "Topic :: Office/Business :: Financial :: Spreadsheet", - "Topic :: Office/Business :: Groupware", - "Topic :: Office/Business :: News/Diary", - "Topic :: Office/Business :: Office Suites", - "Topic :: Office/Business :: Scheduling", - "Topic :: Other/Nonlisted Topic", - "Topic :: Printing", - "Topic :: Scientific/Engineering", - "Topic :: Security", - "Topic :: Software Development", - "Topic :: Software Development :: Documentation", - "Topic :: Software Development :: Internationalization", - "Topic :: Software Development :: Quality Assurance", - "Topic :: Software Development :: Testing", - "Topic :: Software Development :: Version Control", - "Topic :: Software Development :: Version Control :: Git", - "Topic :: System :: Systems Administration", - "Topic :: System :: Systems Administration :: Authentication/Directory", - "Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP", - "Topic :: Text Editors", - "Topic :: Text Editors :: Documentation", - "Topic :: Text Editors :: Text Processing", - "Topic :: Text Editors :: Word Processors", - "Topic :: Text Processing", - "Topic :: Text Processing :: Markup", - "Topic :: Text Processing :: Markup :: HTML", - "Topic :: Text Processing :: Markup :: Markdown", - "Topic :: Text Processing :: Markup :: reStructuredText" ] [project.urls] diff --git a/pyprojects/server.apps.accreditation.toml b/pyprojects/server.apps.accreditation.toml index 222d97f..2bf92c6 100644 --- a/pyprojects/server.apps.accreditation.toml +++ b/pyprojects/server.apps.accreditation.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-accreditation" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - User accreditation and management module" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -32,98 +32,18 @@ classifiers = [ "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "Development Status :: 1 - Planning", - "Environment :: Console", - "Environment :: Console :: Curses", "Environment :: Web Environment", - "Environment :: X11 Applications :: Qt", - "Intended Audience :: Customer Service", - "Intended Audience :: Developers", - "Intended Audience :: Education", - "Intended Audience :: End Users/Desktop", - "Intended Audience :: Financial and Insurance Industry", - "Intended Audience :: Healthcare Industry", "Intended Audience :: Information Technology", - "Intended Audience :: Manufacturing", - "Intended Audience :: Other Audience", - "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", - "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", - "Operating System :: Android", "Operating System :: OS Independent", "Topic :: Adaptive Technologies", - "Topic :: Artistic Software", - "Topic :: Communications", - "Topic :: Communications :: BBS", - "Topic :: Communications :: Chat", - "Topic :: Communications :: Conferencing", - "Topic :: Communications :: Email", - "Topic :: Communications :: Email :: Address Book", - "Topic :: Communications :: Email :: Email Clients (MUA)", - "Topic :: Communications :: Email :: Filters", - "Topic :: Communications :: Email :: Mail Transport Agents", - "Topic :: Communications :: Email :: Mailing List Servers", - "Topic :: Communications :: Email :: Post-Office", - "Topic :: Communications :: Email :: Post-Office :: IMAP", - "Topic :: Communications :: File Sharing", - "Topic :: Communications :: Internet Phone", - "Topic :: Communications :: Telephony", - "Topic :: Documentation", - "Topic :: Documentation :: Sphinx", - "Topic :: Education", - "Topic :: Education :: Computer Aided Instruction (CAI)", - "Topic :: Education :: Testing", - "Topic :: Home Automation", - "Topic :: Internet :: File Transfer Protocol (FTP)", - "Topic :: Internet :: WWW/HTTP :: Site Management", - "Topic :: Internet :: XMPP", - "Topic :: Multimedia", - "Topic :: Multimedia :: Sound/Audio :: Capture/Recording", - "Topic :: Multimedia :: Sound/Audio :: Editors", - "Topic :: Multimedia :: Sound/Audio :: Speech", - "Topic :: Multimedia :: Sound/Audio :: Players", - "Topic :: Multimedia :: Video", - "Topic :: Multimedia :: Video :: Capture", - "Topic :: Multimedia :: Video :: Display", - "Topic :: Office/Business", - "Topic :: Office/Business :: Financial", - "Topic :: Office/Business :: Financial :: Accounting", - "Topic :: Office/Business :: Financial :: Accounting", - "Topic :: Office/Business :: Financial :: Point-Of-Sale", - "Topic :: Office/Business :: Financial :: Spreadsheet", - "Topic :: Office/Business :: Groupware", - "Topic :: Office/Business :: News/Diary", - "Topic :: Office/Business :: Office Suites", - "Topic :: Office/Business :: Scheduling", - "Topic :: Other/Nonlisted Topic", - "Topic :: Printing", - "Topic :: Scientific/Engineering", - "Topic :: Security", - "Topic :: Software Development", - "Topic :: Software Development :: Documentation", - "Topic :: Software Development :: Internationalization", - "Topic :: Software Development :: Quality Assurance", - "Topic :: Software Development :: Testing", - "Topic :: Software Development :: Version Control", - "Topic :: Software Development :: Version Control :: Git", - "Topic :: System :: Systems Administration", "Topic :: System :: Systems Administration :: Authentication/Directory", "Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP", - "Topic :: Text Editors", - "Topic :: Text Editors :: Documentation", - "Topic :: Text Editors :: Text Processing", - "Topic :: Text Editors :: Word Processors", - "Topic :: Text Processing", - "Topic :: Text Processing :: Markup", - "Topic :: Text Processing :: Markup :: HTML", - "Topic :: Text Processing :: Markup :: Markdown", - "Topic :: Text Processing :: Markup :: reStructuredText" ] [project.urls] diff --git a/pyprojects/server.apps.audit.toml b/pyprojects/server.apps.audit.toml index 222d97f..5fc9a1e 100644 --- a/pyprojects/server.apps.audit.toml +++ b/pyprojects/server.apps.audit.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-audit" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Audit management module for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -32,14 +32,9 @@ classifiers = [ "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "Development Status :: 1 - Planning", - "Environment :: Console", - "Environment :: Console :: Curses", "Environment :: Web Environment", - "Environment :: X11 Applications :: Qt", "Intended Audience :: Customer Service", "Intended Audience :: Developers", - "Intended Audience :: Education", - "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Healthcare Industry", "Intended Audience :: Information Technology", @@ -51,79 +46,16 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", "Operating System :: OS Independent", "Topic :: Adaptive Technologies", - "Topic :: Artistic Software", - "Topic :: Communications", - "Topic :: Communications :: BBS", - "Topic :: Communications :: Chat", - "Topic :: Communications :: Conferencing", - "Topic :: Communications :: Email", - "Topic :: Communications :: Email :: Address Book", - "Topic :: Communications :: Email :: Email Clients (MUA)", - "Topic :: Communications :: Email :: Filters", - "Topic :: Communications :: Email :: Mail Transport Agents", - "Topic :: Communications :: Email :: Mailing List Servers", - "Topic :: Communications :: Email :: Post-Office", - "Topic :: Communications :: Email :: Post-Office :: IMAP", - "Topic :: Communications :: File Sharing", - "Topic :: Communications :: Internet Phone", - "Topic :: Communications :: Telephony", - "Topic :: Documentation", - "Topic :: Documentation :: Sphinx", - "Topic :: Education", - "Topic :: Education :: Computer Aided Instruction (CAI)", - "Topic :: Education :: Testing", - "Topic :: Home Automation", - "Topic :: Internet :: File Transfer Protocol (FTP)", - "Topic :: Internet :: WWW/HTTP :: Site Management", - "Topic :: Internet :: XMPP", - "Topic :: Multimedia", - "Topic :: Multimedia :: Sound/Audio :: Capture/Recording", - "Topic :: Multimedia :: Sound/Audio :: Editors", - "Topic :: Multimedia :: Sound/Audio :: Speech", - "Topic :: Multimedia :: Sound/Audio :: Players", - "Topic :: Multimedia :: Video", - "Topic :: Multimedia :: Video :: Capture", - "Topic :: Multimedia :: Video :: Display", "Topic :: Office/Business", - "Topic :: Office/Business :: Financial", - "Topic :: Office/Business :: Financial :: Accounting", - "Topic :: Office/Business :: Financial :: Accounting", - "Topic :: Office/Business :: Financial :: Point-Of-Sale", - "Topic :: Office/Business :: Financial :: Spreadsheet", - "Topic :: Office/Business :: Groupware", - "Topic :: Office/Business :: News/Diary", - "Topic :: Office/Business :: Office Suites", - "Topic :: Office/Business :: Scheduling", "Topic :: Other/Nonlisted Topic", - "Topic :: Printing", - "Topic :: Scientific/Engineering", "Topic :: Security", - "Topic :: Software Development", - "Topic :: Software Development :: Documentation", - "Topic :: Software Development :: Internationalization", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing", - "Topic :: Software Development :: Version Control", - "Topic :: Software Development :: Version Control :: Git", - "Topic :: System :: Systems Administration", - "Topic :: System :: Systems Administration :: Authentication/Directory", - "Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP", - "Topic :: Text Editors", - "Topic :: Text Editors :: Documentation", - "Topic :: Text Editors :: Text Processing", - "Topic :: Text Editors :: Word Processors", - "Topic :: Text Processing", - "Topic :: Text Processing :: Markup", - "Topic :: Text Processing :: Markup :: HTML", - "Topic :: Text Processing :: Markup :: Markdown", - "Topic :: Text Processing :: Markup :: reStructuredText" ] [project.urls] diff --git a/pyprojects/server.apps.auth.toml b/pyprojects/server.apps.auth.toml index 222d97f..066a766 100644 --- a/pyprojects/server.apps.auth.toml +++ b/pyprojects/server.apps.auth.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-auth" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - authentication module for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -36,94 +36,16 @@ classifiers = [ "Environment :: Console :: Curses", "Environment :: Web Environment", "Environment :: X11 Applications :: Qt", - "Intended Audience :: Customer Service", - "Intended Audience :: Developers", - "Intended Audience :: Education", - "Intended Audience :: End Users/Desktop", - "Intended Audience :: Financial and Insurance Industry", - "Intended Audience :: Healthcare Industry", - "Intended Audience :: Information Technology", - "Intended Audience :: Manufacturing", - "Intended Audience :: Other Audience", - "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", - "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", "Operating System :: OS Independent", "Topic :: Adaptive Technologies", - "Topic :: Artistic Software", - "Topic :: Communications", - "Topic :: Communications :: BBS", - "Topic :: Communications :: Chat", - "Topic :: Communications :: Conferencing", - "Topic :: Communications :: Email", - "Topic :: Communications :: Email :: Address Book", - "Topic :: Communications :: Email :: Email Clients (MUA)", - "Topic :: Communications :: Email :: Filters", - "Topic :: Communications :: Email :: Mail Transport Agents", - "Topic :: Communications :: Email :: Mailing List Servers", - "Topic :: Communications :: Email :: Post-Office", - "Topic :: Communications :: Email :: Post-Office :: IMAP", - "Topic :: Communications :: File Sharing", - "Topic :: Communications :: Internet Phone", - "Topic :: Communications :: Telephony", - "Topic :: Documentation", - "Topic :: Documentation :: Sphinx", - "Topic :: Education", - "Topic :: Education :: Computer Aided Instruction (CAI)", - "Topic :: Education :: Testing", - "Topic :: Home Automation", - "Topic :: Internet :: File Transfer Protocol (FTP)", - "Topic :: Internet :: WWW/HTTP :: Site Management", - "Topic :: Internet :: XMPP", - "Topic :: Multimedia", - "Topic :: Multimedia :: Sound/Audio :: Capture/Recording", - "Topic :: Multimedia :: Sound/Audio :: Editors", - "Topic :: Multimedia :: Sound/Audio :: Speech", - "Topic :: Multimedia :: Sound/Audio :: Players", - "Topic :: Multimedia :: Video", - "Topic :: Multimedia :: Video :: Capture", - "Topic :: Multimedia :: Video :: Display", - "Topic :: Office/Business", - "Topic :: Office/Business :: Financial", - "Topic :: Office/Business :: Financial :: Accounting", - "Topic :: Office/Business :: Financial :: Accounting", - "Topic :: Office/Business :: Financial :: Point-Of-Sale", - "Topic :: Office/Business :: Financial :: Spreadsheet", - "Topic :: Office/Business :: Groupware", - "Topic :: Office/Business :: News/Diary", - "Topic :: Office/Business :: Office Suites", - "Topic :: Office/Business :: Scheduling", - "Topic :: Other/Nonlisted Topic", - "Topic :: Printing", - "Topic :: Scientific/Engineering", - "Topic :: Security", - "Topic :: Software Development", - "Topic :: Software Development :: Documentation", - "Topic :: Software Development :: Internationalization", - "Topic :: Software Development :: Quality Assurance", - "Topic :: Software Development :: Testing", - "Topic :: Software Development :: Version Control", - "Topic :: Software Development :: Version Control :: Git", - "Topic :: System :: Systems Administration", "Topic :: System :: Systems Administration :: Authentication/Directory", - "Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP", - "Topic :: Text Editors", - "Topic :: Text Editors :: Documentation", - "Topic :: Text Editors :: Text Processing", - "Topic :: Text Editors :: Word Processors", - "Topic :: Text Processing", - "Topic :: Text Processing :: Markup", - "Topic :: Text Processing :: Markup :: HTML", - "Topic :: Text Processing :: Markup :: Markdown", - "Topic :: Text Processing :: Markup :: reStructuredText" ] [project.urls] diff --git a/pyprojects/server.apps.automation.toml b/pyprojects/server.apps.automation.toml index 222d97f..fa4c310 100644 --- a/pyprojects/server.apps.automation.toml +++ b/pyprojects/server.apps.automation.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-automation" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Automation of tasks (cron-jobs, on event, …)" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.base.toml b/pyprojects/server.apps.base.toml index 222d97f..afc970a 100644 --- a/pyprojects/server.apps.base.toml +++ b/pyprojects/server.apps.base.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-base" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - base module for server apps" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.bbs.toml b/pyprojects/server.apps.bbs.toml index 222d97f..f03ca32 100644 --- a/pyprojects/server.apps.bbs.toml +++ b/pyprojects/server.apps.bbs.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-bbs" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Bulletin board system module for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.bibliography.toml b/pyprojects/server.apps.bibliography.toml index 222d97f..dc9eba5 100644 --- a/pyprojects/server.apps.bibliography.toml +++ b/pyprojects/server.apps.bibliography.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-bibliography" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Bibliography management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.builder.toml b/pyprojects/server.apps.builder.toml index 222d97f..d4c8ec7 100644 --- a/pyprojects/server.apps.builder.toml +++ b/pyprojects/server.apps.builder.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-builder" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Building system for projects" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.calendar.toml b/pyprojects/server.apps.calendar.toml index 222d97f..6c433eb 100644 --- a/pyprojects/server.apps.calendar.toml +++ b/pyprojects/server.apps.calendar.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-calendar" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "Calendar app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.catering.toml b/pyprojects/server.apps.catering.toml index 222d97f..7dd41ee 100644 --- a/pyprojects/server.apps.catering.toml +++ b/pyprojects/server.apps.catering.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-catering" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - catering management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.chat.toml b/pyprojects/server.apps.chat.toml index 222d97f..fc410f3 100644 --- a/pyprojects/server.apps.chat.toml +++ b/pyprojects/server.apps.chat.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-chat" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - chat app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.contact.toml b/pyprojects/server.apps.contact.toml index 222d97f..a35d2a8 100644 --- a/pyprojects/server.apps.contact.toml +++ b/pyprojects/server.apps.contact.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-contact" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Contact management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.contract.toml b/pyprojects/server.apps.contract.toml index 222d97f..1f4a553 100644 --- a/pyprojects/server.apps.contract.toml +++ b/pyprojects/server.apps.contract.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-contract" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Contract management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.crisis.toml b/pyprojects/server.apps.crisis.toml index 222d97f..09a37c1 100644 --- a/pyprojects/server.apps.crisis.toml +++ b/pyprojects/server.apps.crisis.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-crisis" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "Crisis management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.davd.toml b/pyprojects/server.apps.davd.toml index 222d97f..0d53e8f 100644 --- a/pyprojects/server.apps.davd.toml +++ b/pyprojects/server.apps.davd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-davd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - DAV (Webdav/Carddav/Caldav) adaptator for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.document.toml b/pyprojects/server.apps.document.toml index 222d97f..0a717b0 100644 --- a/pyprojects/server.apps.document.toml +++ b/pyprojects/server.apps.document.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-document" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Document management, writer and viewer app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.dodp.toml b/pyprojects/server.apps.dodp.toml index 222d97f..8ba49c2 100644 --- a/pyprojects/server.apps.dodp.toml +++ b/pyprojects/server.apps.dodp.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-dodp" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - DODP (Daisy) connector for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.drm.toml b/pyprojects/server.apps.drm.toml index 222d97f..d8e6952 100644 --- a/pyprojects/server.apps.drm.toml +++ b/pyprojects/server.apps.drm.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-drm" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - DRM management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.editor.toml b/pyprojects/server.apps.editor.toml index 222d97f..f21ac3d 100644 --- a/pyprojects/server.apps.editor.toml +++ b/pyprojects/server.apps.editor.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-editor" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Integrated development editor app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.employee.toml b/pyprojects/server.apps.employee.toml index 222d97f..77a0d5f 100644 --- a/pyprojects/server.apps.employee.toml +++ b/pyprojects/server.apps.employee.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-employee" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Employee and HR app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.esb.toml b/pyprojects/server.apps.esb.toml index 222d97f..b84d236 100644 --- a/pyprojects/server.apps.esb.toml +++ b/pyprojects/server.apps.esb.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-esb" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - ESB for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.event.toml b/pyprojects/server.apps.event.toml index 222d97f..bcfa392 100644 --- a/pyprojects/server.apps.event.toml +++ b/pyprojects/server.apps.event.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-event" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Event (like colloquium) management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.expedition.toml b/pyprojects/server.apps.expedition.toml index 222d97f..297d51e 100644 --- a/pyprojects/server.apps.expedition.toml +++ b/pyprojects/server.apps.expedition.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-expedition" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Expedition management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.files.toml b/pyprojects/server.apps.files.toml index 222d97f..4a2ee82 100644 --- a/pyprojects/server.apps.files.toml +++ b/pyprojects/server.apps.files.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-files" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - File management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.ftpd.toml b/pyprojects/server.apps.ftpd.toml index 222d97f..a6509a3 100644 --- a/pyprojects/server.apps.ftpd.toml +++ b/pyprojects/server.apps.ftpd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-ftpd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - FTP server connector" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.help.toml b/pyprojects/server.apps.help.toml index 222d97f..d6d77ee 100644 --- a/pyprojects/server.apps.help.toml +++ b/pyprojects/server.apps.help.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-help" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Help center and knowledge management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.history.toml b/pyprojects/server.apps.history.toml index 222d97f..d3b42c1 100644 --- a/pyprojects/server.apps.history.toml +++ b/pyprojects/server.apps.history.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-history" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - History, archeological context management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.imapd.toml b/pyprojects/server.apps.imapd.toml index 222d97f..2d2ffd6 100644 --- a/pyprojects/server.apps.imapd.toml +++ b/pyprojects/server.apps.imapd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-imapd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - IMAP server connector" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.intervention.toml b/pyprojects/server.apps.intervention.toml index 222d97f..79102b5 100644 --- a/pyprojects/server.apps.intervention.toml +++ b/pyprojects/server.apps.intervention.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-intervention" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Intervention management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.interview.toml b/pyprojects/server.apps.interview.toml index 222d97f..fb742c5 100644 --- a/pyprojects/server.apps.interview.toml +++ b/pyprojects/server.apps.interview.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-interview" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Interview, welfare and aid management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.inventory.toml b/pyprojects/server.apps.inventory.toml index 222d97f..6cf854e 100644 --- a/pyprojects/server.apps.inventory.toml +++ b/pyprojects/server.apps.inventory.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-inventory" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Inventory management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.invoice.toml b/pyprojects/server.apps.invoice.toml index 222d97f..b75fd67 100644 --- a/pyprojects/server.apps.invoice.toml +++ b/pyprojects/server.apps.invoice.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-invoice" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Invoicing app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.jmapd.toml b/pyprojects/server.apps.jmapd.toml index 222d97f..5e8a01d 100644 --- a/pyprojects/server.apps.jmapd.toml +++ b/pyprojects/server.apps.jmapd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-jmapd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - JMAP server connector" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.kmipd.toml b/pyprojects/server.apps.kmipd.toml index 222d97f..c3ccc2c 100644 --- a/pyprojects/server.apps.kmipd.toml +++ b/pyprojects/server.apps.kmipd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-kmipd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - KMIP server connector. Read security advices." readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.ldapd.toml b/pyprojects/server.apps.ldapd.toml index 222d97f..daf2612 100644 --- a/pyprojects/server.apps.ldapd.toml +++ b/pyprojects/server.apps.ldapd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-ldapd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - LDAP server connector" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.learning.toml b/pyprojects/server.apps.learning.toml index 222d97f..3e43094 100644 --- a/pyprojects/server.apps.learning.toml +++ b/pyprojects/server.apps.learning.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-learning" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Learning management and e-learning tools app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.license.toml b/pyprojects/server.apps.license.toml index 222d97f..084ad31 100644 --- a/pyprojects/server.apps.license.toml +++ b/pyprojects/server.apps.license.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-license" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Licensing and chain of authorship app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.mail.toml b/pyprojects/server.apps.mail.toml index 222d97f..c9ecf98 100644 --- a/pyprojects/server.apps.mail.toml +++ b/pyprojects/server.apps.mail.toml @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Mail app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.manufacturing.toml b/pyprojects/server.apps.manufacturing.toml index 222d97f..7397623 100644 --- a/pyprojects/server.apps.manufacturing.toml +++ b/pyprojects/server.apps.manufacturing.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-manufacturing" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Manufacturing management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.monitoring.toml b/pyprojects/server.apps.monitoring.toml index 222d97f..f688e23 100644 --- a/pyprojects/server.apps.monitoring.toml +++ b/pyprojects/server.apps.monitoring.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-monitoring" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Business monitoring app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.news.toml b/pyprojects/server.apps.news.toml index 222d97f..eab14a8 100644 --- a/pyprojects/server.apps.news.toml +++ b/pyprojects/server.apps.news.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-news" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - News reading app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.notification.toml b/pyprojects/server.apps.notification.toml index 222d97f..3072cfe 100644 --- a/pyprojects/server.apps.notification.toml +++ b/pyprojects/server.apps.notification.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-notification" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Notification app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.phone.toml b/pyprojects/server.apps.phone.toml index 222d97f..aaeaf8d 100644 --- a/pyprojects/server.apps.phone.toml +++ b/pyprojects/server.apps.phone.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-phone" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Call management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.pointofsale.toml b/pyprojects/server.apps.pointofsale.toml index 222d97f..15b2602 100644 --- a/pyprojects/server.apps.pointofsale.toml +++ b/pyprojects/server.apps.pointofsale.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-pointofsale" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Point of sale app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.pollution.toml b/pyprojects/server.apps.pollution.toml index 222d97f..ced3f85 100644 --- a/pyprojects/server.apps.pollution.toml +++ b/pyprojects/server.apps.pollution.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-pollution" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Pollution evaluation and management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.print.toml b/pyprojects/server.apps.print.toml index 222d97f..b83b874 100644 --- a/pyprojects/server.apps.print.toml +++ b/pyprojects/server.apps.print.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-print" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Direct printing for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.privacy.toml b/pyprojects/server.apps.privacy.toml index 222d97f..a190ac3 100644 --- a/pyprojects/server.apps.privacy.toml +++ b/pyprojects/server.apps.privacy.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-privacy" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Privacy management and GDPR tools for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.project.toml b/pyprojects/server.apps.project.toml index 222d97f..2775346 100644 --- a/pyprojects/server.apps.project.toml +++ b/pyprojects/server.apps.project.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-project" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Project management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.quality.toml b/pyprojects/server.apps.quality.toml index 222d97f..9f419c5 100644 --- a/pyprojects/server.apps.quality.toml +++ b/pyprojects/server.apps.quality.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-quality" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Quality management and PDCA app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.queue.toml b/pyprojects/server.apps.queue.toml index 222d97f..405a270 100644 --- a/pyprojects/server.apps.queue.toml +++ b/pyprojects/server.apps.queue.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-queue" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Queue management (in waiting room) app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.restoration.toml b/pyprojects/server.apps.restoration.toml index 222d97f..6d91db5 100644 --- a/pyprojects/server.apps.restoration.toml +++ b/pyprojects/server.apps.restoration.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-restoration" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Object restoration management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.risk.toml b/pyprojects/server.apps.risk.toml index 222d97f..d89bc49 100644 --- a/pyprojects/server.apps.risk.toml +++ b/pyprojects/server.apps.risk.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-risk" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Risk management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.security.toml b/pyprojects/server.apps.security.toml index 222d97f..8e5b9b0 100644 --- a/pyprojects/server.apps.security.toml +++ b/pyprojects/server.apps.security.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-security" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Security management (objects, building, …) app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.shop.toml b/pyprojects/server.apps.shop.toml index 222d97f..910b138 100644 --- a/pyprojects/server.apps.shop.toml +++ b/pyprojects/server.apps.shop.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-shop" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - eShop app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.sipd.toml b/pyprojects/server.apps.sipd.toml index 222d97f..10aa200 100644 --- a/pyprojects/server.apps.sipd.toml +++ b/pyprojects/server.apps.sipd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-sipd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - SIP server connector" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.smtpd.toml b/pyprojects/server.apps.smtpd.toml index 222d97f..f8ec0c3 100644 --- a/pyprojects/server.apps.smtpd.toml +++ b/pyprojects/server.apps.smtpd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-smtpd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - SMTP server connector" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.sshd.toml b/pyprojects/server.apps.sshd.toml index 222d97f..4698dd2 100644 --- a/pyprojects/server.apps.sshd.toml +++ b/pyprojects/server.apps.sshd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-sshd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - SSH server connector" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.stock.toml b/pyprojects/server.apps.stock.toml index 222d97f..ed4cc78 100644 --- a/pyprojects/server.apps.stock.toml +++ b/pyprojects/server.apps.stock.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-stock" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Stock management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.storage.toml b/pyprojects/server.apps.storage.toml index 222d97f..5a35515 100644 --- a/pyprojects/server.apps.storage.toml +++ b/pyprojects/server.apps.storage.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-storage" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Storage and conservation management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.submission.toml b/pyprojects/server.apps.submission.toml index 222d97f..1017013 100644 --- a/pyprojects/server.apps.submission.toml +++ b/pyprojects/server.apps.submission.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-submission" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Submission (books, works) app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.survey.toml b/pyprojects/server.apps.survey.toml index 222d97f..9fc3d51 100644 --- a/pyprojects/server.apps.survey.toml +++ b/pyprojects/server.apps.survey.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-survey" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Online and offline surveys app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.sync.toml b/pyprojects/server.apps.sync.toml index 222d97f..b0d7889 100644 --- a/pyprojects/server.apps.sync.toml +++ b/pyprojects/server.apps.sync.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-sync" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Synchronization tools for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.system_health.toml b/pyprojects/server.apps.system_health.toml index 222d97f..f020300 100644 --- a/pyprojects/server.apps.system_health.toml +++ b/pyprojects/server.apps.system_health.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-system_health" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Server logs and reports" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.task.toml b/pyprojects/server.apps.task.toml index 222d97f..96a420d 100644 --- a/pyprojects/server.apps.task.toml +++ b/pyprojects/server.apps.task.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-tasks" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Task management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.ticket.toml b/pyprojects/server.apps.ticket.toml index 222d97f..94aedf1 100644 --- a/pyprojects/server.apps.ticket.toml +++ b/pyprojects/server.apps.ticket.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-ticket" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Ticket management app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.translation.toml b/pyprojects/server.apps.translation.toml index 222d97f..653d243 100644 --- a/pyprojects/server.apps.translation.toml +++ b/pyprojects/server.apps.translation.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-translation" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Translation app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.website.toml b/pyprojects/server.apps.website.toml index 222d97f..596e752 100644 --- a/pyprojects/server.apps.website.toml +++ b/pyprojects/server.apps.website.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-website" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Website creator app for server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.apps.xmppd.toml b/pyprojects/server.apps.xmppd.toml index 222d97f..06469ce 100644 --- a/pyprojects/server.apps.xmppd.toml +++ b/pyprojects/server.apps.xmppd.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-apps-xmppd" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - XMPP server connector" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.main.toml b/pyprojects/server.main.toml index 222d97f..d3171fd 100644 --- a/pyprojects/server.main.toml +++ b/pyprojects/server.main.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-main" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - main server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android", diff --git a/pyprojects/server.security.toml b/pyprojects/server.security.toml index 222d97f..419eb00 100644 --- a/pyprojects/server.security.toml +++ b/pyprojects/server.security.toml @@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "nervtn-base" +name = "nervtn-server-security" version = "0.0.1" requires-python = ">=3.8" dependencies = [ @@ -21,7 +21,7 @@ maintainers = [ {name = "kujiu"}, {name = "ptitgnu"} ] -description = "Management software for cultural establishments and creators" +description = "NervTN - Security server" readme = {file = "README.rst", content-type = "text/x-rst"} keywords = ["management", "accounting", "creators", "writing", "accessibility", "security"] @@ -51,8 +51,6 @@ classifiers = [ "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Operating System :: Android",