Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fx-kirin/pickling_decorator

pickle inputs and outputs of a function.
https://github.com/fx-kirin/pickling_decorator

Last synced: about 1 month ago
JSON representation

pickle inputs and outputs of a function.

Awesome Lists containing this project

README

        

# pickling_decorator

[![Latest PyPI version](https://img.shields.io/pypi/v/package_name.svg)](https://pypi.python.org/pypi/pickling_decorator)

pickle inputs and outputs of a function.

## Usage

```python
from pickling_decorator import pickling
class TestClass:
@pickling_decorator.pickling()
def foo(self):
print("something")

def test_func():
t = TestClass()
t.foo()
```

## Installation

### Requirements

## Compatibility

## Licence

## Authors

# pickling_decorator was written by [fx-kirin]([email protected]).