pipenv-unlock ============== .. py:module:: drain_swamp.cli_dependencies :platform: Unix :synopsis: Entrypoint pipenv-unlock Entrypoint for dependency lock unlock and fix .. py:data:: entrypoint_name :type: str :value: "pipenv-unlock" Command line entrypoint file name .. py:data:: help_path :type: str cli option ``--path`` doc string .. py:data:: help_venv_path :type: str cli option ``--venv-relpath`` doc string .. py:data:: help_timeout :type: str cli option ``--timeout`` doc string .. py:data:: help_is_dry_run :type: str cli option ``--dry-run`` doc string .. py:data:: help_show_unresolvables :type: str cli option ``--show-unresolvables`` doc string .. py:data:: help_show_fixed :type: str cli option ``--show-fixed`` doc string .. py:data:: help_show_resolvable_shared :type: str cli option ``--show-resolvable-shared`` doc string .. py:data:: EPILOG_LOCK :type: str Exit codes explanation for command, ``lock`` .. py:data:: EPILOG_UNLOCK :type: str Exit codes explanation for command, ``unlock`` .. py:data:: EPILOG_REQUIREMENTS_FIX :type: str Exit codes explanation for command, ``fix`` .. py:function:: main() :command:`pipenv-unlock --help`, prints help :command:`pipenv-unlock COMMAND --help`, prints help for a command .. csv-table:: Commands :header: command, creates, desc :widths: auto :py:func:`lock `, ".lock", "Create lock dependency file" :py:func:`unlock `, ".unlock", "Create unlock dependency file" :py:func:`fix `, "", "In requirements, fixes/reports dependency conflicts" .. autofunction:: drain_swamp.cli_dependencies.dependencies_lock .. autofunction:: drain_swamp.cli_dependencies.dependencies_unlock .. autofunction:: drain_swamp.cli_dependencies.requirements_fix