Thu, 05 Nov 2020 19:25:09 +0100
Started the Flask plug-in project.
.hgignore | file | annotate | diff | comparison | revisions | |
PluginFlask.e4p | file | annotate | diff | comparison | revisions | |
PluginProjectFlask.py | file | annotate | diff | comparison | revisions | |
__init__.py | file | annotate | diff | comparison | revisions |
diff -r 000000000000 -r 6cd192942503 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Thu Nov 05 19:25:09 2020 +0100 @@ -0,0 +1,13 @@ +glob:.eric6project +glob:.ropeproject +glob:.directory +glob:**.pyc +glob:**.pyo +glob:**.orig +glob:**.bak +glob:**.rej +glob:**~ +glob:cur +glob:tmp +glob:__pycache__ +glob:**.DS_Store
diff -r 000000000000 -r 6cd192942503 PluginFlask.e4p --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PluginFlask.e4p Thu Nov 05 19:25:09 2020 +0100 @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE Project SYSTEM "Project-5.1.dtd"> +<!-- eric project file for project PluginFlask --> +<!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de --> +<Project version="5.1"> + <Language>en</Language> + <Hash>b633d75a8cfbd2d511a2bf683c5bc04aa8795bf2</Hash> + <ProgLanguage mixed="0">Python3</ProgLanguage> + <ProjectType>E6Plugin</ProjectType> + <Description>Plugin implementing support for Flask projects.</Description> + <Version>1.x</Version> + <Author>Detlev Offenbach</Author> + <Email>detlev@die-offenbachs.de</Email> + <TranslationPattern>ProjectDjango/i18n/flask_%language%.ts</TranslationPattern> + <Eol index="1"/> + <Sources> + <Source>PluginProjectFlask.py</Source> + <Source>__init__.py</Source> + </Sources> + <Others> + <Other>.hgignore</Other> + </Others> + <MainScript>PluginProjectFlask.py</MainScript> + <Vcs> + <VcsType>Mercurial</VcsType> + <VcsOptions> + <dict> + <key> + <string>add</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>checkout</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>commit</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>diff</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>export</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>global</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>history</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>log</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>remove</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>status</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>tag</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>update</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + </dict> + </VcsOptions> + </Vcs> + <FiletypeAssociations> + <FiletypeAssociation pattern="*.e4p" type="OTHERS"/> + <FiletypeAssociation pattern="*.idl" type="INTERFACES"/> + <FiletypeAssociation pattern="*.md" type="OTHERS"/> + <FiletypeAssociation pattern="*.proto" type="PROTOCOLS"/> + <FiletypeAssociation pattern="*.py" type="SOURCES"/> + <FiletypeAssociation pattern="*.py3" type="SOURCES"/> + <FiletypeAssociation pattern="*.pyw" type="SOURCES"/> + <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/> + <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/> + <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/> + <FiletypeAssociation pattern="*.rst" type="OTHERS"/> + <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> + <FiletypeAssociation pattern="*.txt" type="OTHERS"/> + <FiletypeAssociation pattern="*.ui" type="FORMS"/> + <FiletypeAssociation pattern="GNUmakefile" type="OTHERS"/> + <FiletypeAssociation pattern="Makefile" type="OTHERS"/> + <FiletypeAssociation pattern="README" type="OTHERS"/> + <FiletypeAssociation pattern="README.*" type="OTHERS"/> + <FiletypeAssociation pattern="makefile" type="OTHERS"/> + </FiletypeAssociations> +</Project>