Skip to content

Commit

Permalink
Improve goloop and Add metrics modules
Browse files Browse the repository at this point in the history
  • Loading branch information
JINWOO-J committed Nov 25, 2024
1 parent 4b86ec0 commit 4d2b2e5
Show file tree
Hide file tree
Showing 7 changed files with 1,240 additions and 391 deletions.
22 changes: 22 additions & 0 deletions docs/source/module/pawnlib.metrics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pawnlib.metrics package
=========================

.. code-block:: python
from pawnlib.metrics import *
Submodules
----------

pawnlib.metrics.tracker module
----------------------------------

.. code-block:: python
from pawnlib.metrics import tracker
.. automodule:: pawnlib.metrics.tracker
:members:
:undoc-members:
:show-inheritance:

1 change: 1 addition & 0 deletions docs/source/module/pawnlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Subpackages
pawnlib.resource
pawnlib.cli
pawnlib.utils
pawnlib.metrics

Module contents
---------------
Expand Down
2 changes: 1 addition & 1 deletion pawnlib/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__title__ = 'pawnlib'
__description__ = 'pawnlib is a collection of libraries for IaC.'
__url__ = 'https://github.com/jinwoo-j/pawnlib'
__version__ = '2.0.74'
__version__ = '2.0.75'
__author__ = 'Jinwoo Jeong'
__author_email__ = 'jinwoo@parametacorp.com'
__license__ = 'MIT'
Expand Down
Loading

0 comments on commit 4d2b2e5

Please sign in to comment.