Dependency

class neophile.dependency.base.Dependency(path: Path)

Bases: object

Base class for a dependency returned by a scanner.

Methods Summary

to_dict()

Convert the object to a dict.

Methods Documentation

to_dict() Dict[str, str]

Convert the object to a dict.

Notes

Required because ruamel.yaml cannot serialize Path.