Skip to content
Snippets Groups Projects
Select Git revision
  • 3e654ff07e60f6df083dba07d63db2c5cb9ef67e
  • without_tipselection default
  • develop protected
  • fix/grafana-local-dashboard
  • wasp
  • fix/dashboard-explorer-freeze
  • master
  • feat/timerqueue
  • test/sync_debug_and_650
  • feat/sync_revamp_inv
  • wip/sync
  • tool/db-recovery
  • portcheck/fix
  • fix/synchronization
  • feat/new-dashboard-analysis
  • feat/refactored-analysis-dashboard
  • feat/new-analysis-dashboard
  • test/demo-prometheus-fpc
  • prometheus_metrics
  • wip/analysis-server
  • merge/fpc-test-value-transfer
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
28 results

neighbor_manager_options.go

Blame
  • pyproject.toml NaN GiB
    [project]
    name = "xaal.warp10"
    version = "0.1"
    description = "xAAL logger for warp10"
    readme = "README.rst"
    authors = [
        { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
    ]
    license = { text = "GPL License" }
    classifiers = [
        "Programming Language :: Python",
        "Topic :: Software Development :: Libraries :: Python Modules",
    ]
    keywords = ["xaal", "warp10"]
    dependencies = ["xaal.lib", "urllib3"]
    
    
    [tool.setuptools.packages.find]
    include = ["xaal.warp10"]