Skip to content

Fix setup.py package attributes.

890396c
Select commit
Loading
Failed to load commit list.
Open

Implement Python bindings #634

Fix setup.py package attributes.
890396c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 2, 2026 in 0s

19 new issues (0 max.) of at least severity.

Annotations

Check warning on line 17 in btpy/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

btpy/__init__.py#L17

as argument

Check warning on line 57 in btpy/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

btpy/__init__.py#L57

Raising str while only classes or instances are allowed

Check warning on line 12 in include/behaviortree_cpp/contrib/pybind11_json.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/behaviortree_cpp/contrib/pybind11_json.hpp#L12

Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 13 in include/behaviortree_cpp/contrib/pybind11_json.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/behaviortree_cpp/contrib/pybind11_json.hpp#L13

Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 3 in include/behaviortree_cpp/python/types.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/behaviortree_cpp/python/types.h#L3

Include file: <pybind11/pybind11.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 29 in include/behaviortree_cpp/tree_node.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/behaviortree_cpp/tree_node.h#L29

Include file: <pybind11/pybind11.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 30 in include/behaviortree_cpp/tree_node.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/behaviortree_cpp/tree_node.h#L30

Include file: <pybind11/cast.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check notice on line 3 in setup.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

setup.py#L3

Consider possible security implications associated with the subprocess module.

Check warning on line 119 in setup.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

setup.py#L119

subprocess call - check for execution of untrusted input.

Check warning on line 1 in src/python/bindings.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/bindings.cpp#L1

Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 2 in src/python/bindings.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/bindings.cpp#L2

Include file: <stdexcept> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 4 in src/python/bindings.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/bindings.cpp#L4

Include file: <pybind11/pybind11.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 5 in src/python/bindings.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/bindings.cpp#L5

Include file: <pybind11/gil.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 6 in src/python/bindings.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/bindings.cpp#L6

Include file: <pybind11/eval.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 7 in src/python/bindings.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/bindings.cpp#L7

Include file: <pybind11/chrono.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 8 in src/python/bindings.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/bindings.cpp#L8

Include file: <pybind11/pytypes.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 9 in src/python/bindings.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/bindings.cpp#L9

Include file: <pybind11/stl.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 3 in src/python/types.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/types.cpp#L3

Include file: <pybind11/pybind11.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 4 in src/python/types.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/python/types.cpp#L4

Include file: <pybind11/detail/typeid.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.