Proc

Latest version: v1.0

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.7

---------------------------

Expose the real user/group names of processes.

.. _Release 0.7: https://github.com/xolox/python-proc/compare/0.6...0.7

0.6

---------------------------

- Expose ``/proc/[pid]/status`` (UID/GID information considered useful 🙂).
- Changed :meth:`.Process.from_pid()` to use :meth:`.Process.from_path()`.
- Re-ordered fields of :class:`.Process` class alphabetically.
- Switched to :pypi:`flake8` for code style checks, fixed code style warnings
pointed out by flake8.
- Updated ``tox.ini`` to include ``py35`` and options for :pypi:`flake8` and
:pypi:`pytest`.
- Improved test coverage.
- Refactored the makefile.

.. _Release 0.6: https://github.com/xolox/python-proc/compare/0.5.1...0.6

0.5.1

-----------------------------

Bug fix: Restored Python 2.6 compatibility (regarding the ``__exit__()``
calling convention).

.. _Release 0.5.1: https://github.com/xolox/python-proc/compare/0.5...0.5.1

0.5

---------------------------

- Extracted ``/proc/uptime`` parsing to a separate function.
- Generalized error handling (of permission errors and race conditions).
- Expose ``/proc/[pid]/environ`` (also: ``notify-send-headless`` 🙂).

.. _Release 0.5: https://github.com/xolox/python-proc/compare/0.4.1...0.5

0.4.1

-----------------------------

Two minor bug fixes:

- Added a :attr:`.Process.command_line` to :attr:`.Process.cmdline` alias (to
improve the compatibility with the process management code that's shared
between the :pypi:`executor` and :pypi:`proc` packages).

- Improved the documentation after refactorings in the 0.4 release broke some
references.

.. _Release 0.4.1: https://github.com/xolox/python-proc/compare/0.4...0.4.1

0.4

---------------------------

- Improved process management (shared between the :pypi:`executor` and
:pypi:`proc` packages).

- Switched from :pypi:`cached-property` to :pypi:`property-manager`.

.. _Release 0.4: https://github.com/xolox/python-proc/compare/0.3...0.4

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.