Metadata-Version: 1.1
Name: pipdeps
Version: 0.0.4
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.py --help
            usage: pipdeps.py [-h] (-l | -u | -s SHOW [SHOW ...])
        
            Pipdeps shows/upgrades outdated packages with respect to existing
            dependencies.
        
            optional arguments:
              -h, --help            show this help message and exit
              -l, --list            show upgradeable packages and versions
              -u, --upgrade         upgrade upgradeable packages
              -s SHOW [SHOW ...], --show SHOW [SHOW ...]
                                    show detailed info about upgradeable packages
        
        Changelog
        ---------
        
        0.0.4 (2019-10-21)
        ------------------
        
        Other
        ~~~~~
        
        -  Serious bugs in pipdeptree, do not use it anymore. [Marek Chrastina]
        
        -  Requires.txt is not mandatory for metadata generator. [Marek
           Chrastina]
        
        0.0.3 (2019-08-29)
        ------------------
        
        Other
        ~~~~~
        
        -  Case vanished module; all deps are taken from metadata; hotfix
           extras. [Marek Chrastina]
        
        0.0.2 (2019-08-16)
        ------------------
        
        Other
        ~~~~~
        
        -  Remove version.py. [Marek Chrastina]
        
        -  Add history. [Marek Chrastina]
        
        0.0.1 (2019-08-16)
        ------------------
        
        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
