Developer guide#
This part of neophiles’s documentation contains some supplemental information primarily of interest to people doing development on neophile itself.
The neophile code structure partly but not entirely follows the guidelines in SQR-072.
- Python internal API
- neophile Package
- neophile.analysis.base Module
- neophile.analysis.pre_commit Module
- neophile.analysis.python Module
- neophile.cli Module
- neophile.config Module
- neophile.exceptions Module
- neophile.factory Module
- neophile.inventory.github Module
- neophile.inventory.version Module
- neophile.models.dependencies Module
- neophile.pr Module
- neophile.processor Module
- neophile.repository Module
- neophile.scanner.base Module
- neophile.scanner.pre_commit Module
- neophile.update.base Module
- neophile.update.pre_commit Module
- neophile.update.python Module