Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trisongz/lazyops
Lazy Python Functions
https://github.com/trisongz/lazyops
Last synced: about 2 months ago
JSON representation
Lazy Python Functions
- Host: GitHub
- URL: https://github.com/trisongz/lazyops
- Owner: trisongz
- License: mit
- Created: 2021-07-12T07:36:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:56:11.000Z (5 months ago)
- Last Synced: 2024-08-09T22:15:10.140Z (5 months ago)
- Language: Python
- Size: 1.29 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs.md
- License: LICENSE
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)