Metadata-Version: 2.1
Name: lazyops
Version: 0.2.60
Summary: A collection of submodules/patterns that are commonly used within Internal Development
Home-page: https://github.com/trisongz/lazyops
Author: Tri Songz
Author-email: ts@growthengineai.com
License: MIT License
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: frozendict
Requires-Dist: async_lru
Provides-Extra: kops
Requires-Dist: kubernetes; extra == "kops"
Requires-Dist: kubernetes_asyncio; extra == "kops"
Requires-Dist: kopf; extra == "kops"
Requires-Dist: aiocache; extra == "kops"
Provides-Extra: fastapi
Requires-Dist: fastapi; extra == "fastapi"
Requires-Dist: uvicorn; extra == "fastapi"
Requires-Dist: filelock; extra == "fastapi"
Requires-Dist: python-multipart; extra == "fastapi"

# 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)
