Pip Sala Bim is an assistant to guess your pip dependencies from your code, without using a requirements file.
Pip Sala Bim will tell you which packages you need to install to satisfy the dependencies of your project. It uses a simple AST visitor for detecting imports and PyPIContents to search which packages contain these imports.
- Free software: GPL-3
- Documentation: https://pipsalabim.readthedocs.org
Table of Contents¶
- Installation
- Usage
- Internal API
- Contributing
- Authors
- Changelog
- 0.2.0 (2022-04-25)
- 0.1.20 (2020-01-18)
- 0.1.19 (2018-12-12)
- 0.1.18 (2018-04-18)
- 0.1.17 (2018-04-15)
- 0.1.16 (2018-04-14)
- 0.1.15 (2017-08-02)
- 0.1.14 (2017-08-02)
- 0.1.13 (2017-08-02)
- 0.1.12 (2017-07-17)
- 0.1.11 (2017-05-20)
- 0.1.10 (2017-05-19)
- 0.1.8 (2017-05-19)
- 0.1.7 (2017-01-16)
- 0.1.6 (2017-01-16)
- 0.1.5 (2017-01-16)
- 0.1.4 (2017-01-15)
- 0.1.3 (2017-01-04)
- 0.1.2 (2017-01-04)
- 0.1.1 (2016-11-24)
- 0.1.0 (2016-11-23)
- Maintainer Guide