# pypiup [![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![pypi][pypi-image]][pypi-url] Check whether your PyPI requirements are up to date. [Demo](https://asciinema.org/a/41124)
[![press][press-image]][press-url]
### Installation You can install pypiup through pypi.
sudo pip install pypiup
### Usage The command you can use is pypiup. Use –help to see all the available options.
> pypiup –help Usage: pypiup [OPTIONS]
PyPIup Check whether your PyPI requirements are up to date.
- Options:
- -r, --requirement TEXT
Specify the path of the requirements file. Defaults to “requirements.txt”.
- -d, --demo
Load the demo requirements.txt file that comes with the package.
- --help
Show this message and exit.
### Development
pyvenv env source env/bin/activate
pip install -r requirements.txt python pypiup/cli.py –help python pypiup/cli.py –demo
### Tests In order to run the tests you will have to run:
python runtests.py
### Contributing
Fork it!
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am ‘Add some feature’
Push to the branch: git push origin my-new-feature
Submit a pull request
Make sure tests are passing
[travis-image]: https://travis-ci.org/manosim/pypiup.svg?branch=master [travis-url]: https://travis-ci.org/manosim/pypiup
[codecov-image]: https://codecov.io/github/manosim/pypiup/coverage.svg?branch=master [codecov-url]: https://codecov.io/github/manosim/pypiup?branch=master
[pypi-image]: https://badge.fury.io/py/pypiup.svg [pypi-url]: https://pypi.python.org/pypi/pypiup/
[press-image]: https://cloud.githubusercontent.com/assets/6333409/14223693/82be7bce-f87b-11e5-9fe7-abf12b4bd235.png [press-url]: https://github.com/manosim/pypiup
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pypiup-0.0.3.tar.gz.
File metadata
- Download URL: pypiup-0.0.3.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3197cd8f1eb11ecb5e842bff6c076b0c86a74eb7cc8899efe68d769a3086565c
|
|
| MD5 |
2567098d61ed1106f06b8d5411456387
|
|
| BLAKE2b-256 |
2a5f2e6f44ae45386642c1450a346bf0ef08361b4a33ca8ddeb82ddfa564140d
|