Metadata-Version: 2.4
Name: lsattr
Version: 2025.7.8.1
Summary: List attributes of a class
Author-email: Ann T Ropea <bedhanger@gmx.de>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/bedhanger/mwe/-/tree/master/python/lsattr
Description-Content-Type: text/x-rst
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

lsattr
======

List the attributes of a class in a ``repr()``-fiendly way

Example usage
-------------

.. code-block:: python

    Here be dragons...

Installation
------------

The `project <https://pypi.org/project/lsattr/>`_ is on PyPI, so simply run

.. code-block:: bash

    python -m pip install lsattr
