Metadata-Version: 1.1
Name: pipdeps
Version: 0.0.7
Summary: Pipdeps shows/upgrades outdated packages with respect to existing                      dependencies.
Home-page: https://code.it4i.cz/sccs/pip-deps
Author: IT4Innovations
Author-email: support@it4i.cz
License: GPLv3+
Description: pipdeps
        =======
        
        Pipdeps shows/upgrades outdated packages with respect to existing
        dependencies.
        
        Python 2.7 is required.
        
        In principle, resolving dependencies and requirements of all packages
        and their versions is easy. Unfortunately, computing resources of
        standard computer may not be sufficient even for little group of
        packages/versions. In an effort to decrease number of possibilities, we
        make some attempts to solve partial tasks. On the other hands, it may
        lead to some unwanted situations. Currently, package extras are not
        finished.
        
        Usage
        -----
        
        .. code:: console
        
           $ pipdeps --help
           usage: pipdeps [-h] [-e [EXCLUDE [EXCLUDE ...]]]
                          (-l | -t | -u | -s [SHOW [SHOW ...]])
        
           Pipdeps shows/upgrades outdated packages with respect to existing
           dependencies.
        
           optional arguments:
             -h, --help            show this help message and exit
             -e [EXCLUDE [EXCLUDE ...]], --exclude [EXCLUDE [EXCLUDE ...]]
                                   Space-separated list of excluded package (and
                                   version). Format package==version or package for all
                                   versions
             -l, --list            show list of upgradeable packages and versions
             -t, --table           show table of upgradeable packages and versions
             -u, --upgrade         upgrade upgradeable packages
             -s [SHOW [SHOW ...]], --show [SHOW [SHOW ...]]
                                   show detailed info about upgradeable packages
        
        Changelog
        ---------
        
        0.0.7 (2020-08-28)
        ------------------
        
        Other
        ~~~~~
        
        -  Fix platform_system. [Marek Chrastina]
        
        -  Update CI. [Marek Chrastina]
        
        .. _section-1:
        
        0.0.6 (2020-03-25)
        ------------------
        
        .. _other-1:
        
        Other
        ~~~~~
        
        -  Add python safety to CI. [Marek Chrastina]
        
        -  Add exclude argument. [Marek Chrastina]
        
        -  There is show list and show table arguments now. [Marek Chrastina]
        
        -  Update pyenv pip setuptools in CI. [Marek Chrastina]
        
        -  If only bdist is available, check if python_version satisfied python
           platform version. [Marek Chrastina]
        
        .. _section-2:
        
        0.0.5 (2019-10-21)
        ------------------
        
        .. _other-2:
        
        Other
        ~~~~~
        
        -  Fix showing 0.0.0 version. [Marek Chrastina]
        
        .. _section-3:
        
        0.0.4 (2019-10-21)
        ------------------
        
        .. _other-3:
        
        Other
        ~~~~~
        
        -  Serious bugs in pipdeptree, do not use it anymore. [Marek Chrastina]
        
        -  Requires.txt is not mandatory for metadata generator. [Marek
           Chrastina]
        
        .. _section-4:
        
        0.0.3 (2019-08-29)
        ------------------
        
        .. _other-4:
        
        Other
        ~~~~~
        
        -  Case vanished module; all deps are taken from metadata; hotfix
           extras. [Marek Chrastina]
        
        .. _section-5:
        
        0.0.2 (2019-08-16)
        ------------------
        
        .. _other-5:
        
        Other
        ~~~~~
        
        -  Remove version.py. [Marek Chrastina]
        
        -  Add history. [Marek Chrastina]
        
        .. _section-6:
        
        0.0.1 (2019-08-16)
        ------------------
        
        .. _other-6:
        
        Other
        ~~~~~
        
        -  Add documentation to CI. [Marek Chrastina]
        
        -  Add install test, version check and deploy to CI. [Marek Chrastina]
        
        -  Add pycodestyle to CI. [Marek Chrastina]
        
        -  Add show option. [Marek Chrastina]
        
        -  Requires of possible upgradable package versions has to be taken into
           account. [Marek Chrastina]
        
        -  Collect data for all packages. [Marek Chrastina]
        
        -  Upgrade pip first. [Marek Chrastina]
        
        -  Check for python version. [Marek Chrastina]
        
        -  Tabulate print list. [Marek Chrastina]
        
        -  Add list option. [Marek Chrastina]
        
        -  Code refactoring. [Marek Chrastina]
        
        -  Make pylint happy. [Marek Chrastina]
        
        -  Add build ci. [Marek Chrastina]
        
        -  Add setup.py and **init**.py. [Marek Chrastina]
        
        -  Add py script. [Marek Chrastina]
        
        -  Add LICENSE. [Marek Chrastina]
        
        -  Add README. [Marek Chrastina]
Platform: UNKNOWN
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
