Skip to content
Snippets Groups Projects
Select Git revision
  • 45f479aea176666951d22f1d849d885e983ae4c2
  • master default protected
  • feature/Add_arbor_support
  • develop protected
4 results

arbor_controller.py

Blame
  • setup.cfg 522 B
    [metadata]
    name = gymcts
    author = Alexander Nasuta
    license = MIT
    license_files = LICENSE
    platforms = unix, linux, osx, cygwin, win32
    classifiers =
        Programming Language :: Python :: 3
        Programming Language :: Python :: 3 :: Only
        Programming Language :: Python :: 3.11
    
    [options]
    packages =
        gymcts
    python_requires = >=3.11
    package_dir =
        =src
    zip_safe = no
    
    [options.extras_require]
    testing =
        pytest>=6.0
        pytest-cov>=2.0
        mypy>=0.910
        flake8>=3.9
        tox>=3.24
    
    [flake8]
    max-line-length = 160