Skip to content
Snippets Groups Projects
Select Git revision
  • 65477436925ba42d53adfa2d58fffd32ec645699
  • master default protected
  • replaceYamlCppWithLibyaml
  • devel
  • tmp
  • doc
  • v2.4.2d
  • v2.4.2c
  • v2.4.2b
  • v2.4.2a
  • v2.4.1c
  • v2.4.1b
  • v2.4.1a
  • v2.4.0g
  • v2.4.0f
  • v2.4.0e
  • v2.4.0d
  • v2.4.0c
  • v2.4.0b
  • v2.4.0a
  • v2.3.6c
  • v2.3.6b
  • v2.3.6a
  • v2.3.5a
  • v2.3.4d
  • v2.3.4c
26 results

axis.hpp

Blame
  • Forked from mlz / Frida
    Source project has a limited visibility.
    setup.cfg 1.19 KiB
    [metadata]
    name = CADETRDM
    version = 0.1.0
    author = Ronald Jäpel
    author_email = r.jaepel@fz-juelich.de
    description = A solution for research data management
    long_description = file: README.md
    long_description_content_type = text/markdown
    url = https://jugit.fz-juelich.de/IBG-1/ModSim/cadet/ModsimDataTool
    project_urls =
        Bug Tracker = https://jugit.fz-juelich.de/IBG-1/ModSim/cadet/ModsimDataTool/Issues
    classifiers =
        Programming Language :: Python :: 3
        License :: OSI Approved :: GNU General Public License v3 (GPLv3)
        Operating System :: OS Independent
    
    [options]
    packages = find:
    python_requires = >=3.8
    install_requires =
        gitpython
        git-lfs
        click
    
    include_package_data = True
    
    [options.entry_points]
    console_scripts =
        initialize_git_repo = cadetrdm.initialize_repo:initialize_git_repo_cli
        prepare_conda_env = cadetrdm.conda_env_utils:prepare_conda_env_cli
    
    [options.extras_require]
    testing =
        setuptools
        certifi     # tries to prevent certificate problems on windows
        pre-commit  # system tests run pre-commit
        flake8      # system tests run flake8
        matplotlib
        numpy
    
    
    [flake8]
    max_line_length = 88
    exclude =
        build
        dist
        .eggs
        docs/conf.py