Skip to content
Snippets Groups Projects
Select Git revision
  • 407858a338b2ac995a6a7acc5a6632469d1b076e
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

index.html

Blame
  • pyproject.toml 501 B
    [project]
    name = "cmp"
    version = "0.1.1"
    authors = [
      { name="Christoph Schmidt", email="cschmidt.fs@gmail.com" },
    ]
    description = "A Pyside-to-Process Control lass"
    readme = "README.md"
    requires-python = ">=3.7"
    dependencies = [
        'PySide6', 'rich'
    ]
    classifiers = [
        "Programming Language :: Python :: 3",
        "License :: OSI Approved :: GNU General Public License v3.0",
        "Operating System :: OS Independent",
    ]
    
    [project.urls]
    "Homepage" = "https://gitlab.tugraz.at/flexsensor-public/---"