Checks for questionable practices in setup.py files.
Project description
Checks for questionable practices in setup.py files.
Install
$ pip install setuppycheck
Use
[marca@marca-mac2 setuppycheck]$ setuppycheck examples/exact_pins/setup.py
WARNING: exact pin: 'requests==2.7.0'
[marca@marca-mac2 setuppycheck]$ echo $?
1
[marca@marca-mac2 setuppycheck]$ setuppycheck examples/reads_requirements_text/setup.py
WARNING: reads '/Users/marca/dev/git-repos/setuppycheck/examples/reads_requirements_text/requirements.txt' - looks like a requirements file?
You might want to look at https://caremad.io/2013/07/setup-vs-requirement/
[marca@marca-mac2 setuppycheck]$ echo $?
1
Checks
Checks that you are not using exact pins in your setup.py file – Exact pins in setup.py get baked into the packages you build and limit flexibility. Folks using your package will have to have that same exact version. If you want to update it, you have to build a new package.
Checks that you are not reading a requirements.txt file and using it to populate install_requires in setup.py. I think that people mostly do this because they don’t understand the differences between setup.py and requirements.txt so I would advise reading https://caremad.io/2013/07/setup-vs-requirement/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file setuppycheck-0.0.1.tar.gz.
File metadata
- Download URL: setuppycheck-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74c3c91aebde8fdfacd6f128f3901f8342b398fc7190b0c5934daeebe03d6ecf
|
|
| MD5 |
46f5787a7971e4094ca9965b6147a705
|
|
| BLAKE2b-256 |
f241f8c356aa9a81a73d6260bd5441469ce9786d8b35b7e0aceaedab0d8cbe55
|
File details
Details for the file setuppycheck-0.0.1-py2-none-any.whl.
File metadata
- Download URL: setuppycheck-0.0.1-py2-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
603e54f45b59a0ce7b1f6c4e19c421b1f55573ad99f472336299f26a535ed963
|
|
| MD5 |
2347f9bbe8a76a53546c374b4d74a222
|
|
| BLAKE2b-256 |
05e3c51718b4b58f162ec44258e9ea893c376e1b472ca9d7d2de52647f135a5b
|