Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trisongz/lazyops

Lazy Python Functions
https://github.com/trisongz/lazyops

Last synced: about 2 months ago
JSON representation

Lazy Python Functions

Awesome Lists containing this project

README

        

# Lazy Op(eration)s or lazyops

**Latest Version**: [![PyPI version](https://badge.fury.io/py/lazyops.svg)](https://badge.fury.io/py/lazyops)

A collection of submodules/patterns that are commonly used within personal projects.

**Deprecation Notice**

If you are looking for the previous version of `lazyops`, please see the `v0.2.x` tag. This is the last stable version of the previous implementation of `lazyops` prior to rework of the entire project.

New APIs are implemented in `v0.2.x` and above.

---

### Installation
Install directory from pypi

`pip install --upgrade lazyops`

Install from Github

`pip install --upgrade git+https://github.com/trisongz/lazyops`

---

### Usage

Work in Progress

```python
```

---

### Dependencies

- Python 3.7+
- [pydantic](https://github.com/pydantic/pydantic)

- [loguru](https://github.com/Delgan/loguru)