Registry / devops / pipreqs-fivetran

pipreqs-fivetran

JSON →
library1.1.2pypypi✓ verified 80d ago

Pip requirements.txt generator based on imports in project. Forked from pipreqs with Fivetran-specific enhancements. Current version 1.1.2, supported Python 3.9–3.14. Release cadence is low; no recent updates.

pip install pipreqs-fivetran
INSTALL
IMPORT
SIG · PIPREQS-FIVETRAN
P
pipreqs-fivetran
devopspythonv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pipreqs
import pipreqs
from pipreqs_fivetran import pipexec

Generate requirements.txt by scanning imports in the project directory. Use --force to overwrite existing file.

pipreqs_fivetran /path/to/project --force
Debug
Known issues
breakingThis is a fork of pipreqs; do not mix imports from pipreqs and pipreqs_fivetran. They are separate packages with different internal APIs.
fix
Always import from pipreqs_fivetran, not pipreqs.
affects: all
gotchaThe package name differs from the import module name. Install 'pipreqs-fivetran' but import as 'pipreqs_fivetran'.
fix
Use `import pipreqs_fivetran` or `from pipreqs_fivetran import ...`.
affects: all
gotchaPython version constraint <3.15,>=3.9 means it may not work with Python 3.15+ even if pip installs it.
fix
Ensure your Python interpreter is 3.9–3.14.
affects: 1.1.2
Upgrade
Version history
1.1.2latest on PyPI · released Feb 2, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

pipreqs-fivetran — pip install pipreqs-fivetran · libregistry