Pyproject configurations

This commit is contained in:
Kujiu 2021-11-16 00:51:12 +01:00
parent ac2d40cfb8
commit 5d54715917
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
75 changed files with 147 additions and 592 deletions

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-client-common"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-client-qt"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN Qt client"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-client-tui"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN TUI client"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn.server.apps.accounting"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -32,98 +32,21 @@ classifiers = [
"Framework :: Django :: 3.1", "Framework :: Django :: 3.1",
"Framework :: Django :: 3.2", "Framework :: Django :: 3.2",
"Development Status :: 1 - Planning", "Development Status :: 1 - Planning",
"Environment :: Console",
"Environment :: Console :: Curses",
"Environment :: Web Environment", "Environment :: Web Environment",
"Environment :: X11 Applications :: Qt",
"Intended Audience :: Customer Service", "Intended Audience :: Customer Service",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Financial and Insurance Industry",
"Intended Audience :: Healthcare Industry", "Intended Audience :: Healthcare Industry",
"Intended Audience :: Information Technology", "Intended Audience :: Information Technology",
"Intended Audience :: Manufacturing", "Intended Audience :: Manufacturing",
"Intended Audience :: Other Audience", "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)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Adaptive Technologies", "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 :: 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] [project.urls]

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-accreditation"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -32,98 +32,18 @@ classifiers = [
"Framework :: Django :: 3.1", "Framework :: Django :: 3.1",
"Framework :: Django :: 3.2", "Framework :: Django :: 3.2",
"Development Status :: 1 - Planning", "Development Status :: 1 - Planning",
"Environment :: Console",
"Environment :: Console :: Curses",
"Environment :: Web Environment", "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 :: Information Technology",
"Intended Audience :: Manufacturing",
"Intended Audience :: Other Audience",
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators", "Intended Audience :: System Administrators",
"Intended Audience :: Telecommunications Industry",
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Adaptive Technologies", "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",
"Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP", "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] [project.urls]

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-audit"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -32,14 +32,9 @@ classifiers = [
"Framework :: Django :: 3.1", "Framework :: Django :: 3.1",
"Framework :: Django :: 3.2", "Framework :: Django :: 3.2",
"Development Status :: 1 - Planning", "Development Status :: 1 - Planning",
"Environment :: Console",
"Environment :: Console :: Curses",
"Environment :: Web Environment", "Environment :: Web Environment",
"Environment :: X11 Applications :: Qt",
"Intended Audience :: Customer Service", "Intended Audience :: Customer Service",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Financial and Insurance Industry",
"Intended Audience :: Healthcare Industry", "Intended Audience :: Healthcare Industry",
"Intended Audience :: Information Technology", "Intended Audience :: Information Technology",
@ -51,79 +46,16 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Adaptive Technologies", "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",
"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 :: Other/Nonlisted Topic",
"Topic :: Printing",
"Topic :: Scientific/Engineering",
"Topic :: Security", "Topic :: Security",
"Topic :: Software Development",
"Topic :: Software Development :: Documentation",
"Topic :: Software Development :: Internationalization",
"Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Testing", "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] [project.urls]

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-auth"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -36,94 +36,16 @@ classifiers = [
"Environment :: Console :: Curses", "Environment :: Console :: Curses",
"Environment :: Web Environment", "Environment :: Web Environment",
"Environment :: X11 Applications :: Qt", "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 :: System Administrators",
"Intended Audience :: Telecommunications Industry",
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Adaptive Technologies", "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",
"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] [project.urls]

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-automation"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-base"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-bbs"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-bibliography"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-builder"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-calendar"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "Calendar app for server"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-catering"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-chat"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-contact"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-contract"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-crisis"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-davd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-document"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-dodp"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-drm"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-editor"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-employee"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-esb"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - ESB for server"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-event"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-expedition"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-files"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-ftpd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - FTP server connector"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-help"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-history"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-imapd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - IMAP server connector"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-intervention"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-interview"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-inventory"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-invoice"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-jmapd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - JMAP server connector"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-kmipd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-ldapd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - LDAP server connector"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-learning"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-license"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-manufacturing"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-monitoring"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-news"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-notification"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-phone"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-pointofsale"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-pollution"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-print"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-privacy"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-project"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-quality"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-queue"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-restoration"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-risk"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-security"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-shop"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-sipd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - SIP server connector"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-smtpd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - SMTP server connector"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-sshd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - SSH server connector"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-stock"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-storage"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-submission"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-survey"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-sync"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-system_health"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-tasks"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-ticket"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-translation"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-website"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {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"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-apps-xmppd"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - XMPP server connector"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-main"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - main server"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",

View file

@ -3,7 +3,7 @@ requires = ["flit_core>=3.2"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[project] [project]
name = "nervtn-base" name = "nervtn-server-security"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
@ -21,7 +21,7 @@ maintainers = [
{name = "kujiu"}, {name = "kujiu"},
{name = "ptitgnu"} {name = "ptitgnu"}
] ]
description = "Management software for cultural establishments and creators" description = "NervTN - Security server"
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = ["management", "accounting", "creators", "writing", keywords = ["management", "accounting", "creators", "writing",
"accessibility", "security"] "accessibility", "security"]
@ -51,8 +51,6 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Operating System :: Android", "Operating System :: Android",