Metadata-Version: 2.2
Name: lazyloads
Version: 1.0.1
Summary: Python Module to make your life easier
Home-page: https://github.com/feimaomiao/lazyloads
Author: Matthew Lam
Author-email: lcpmatthew@gmail.com
Keywords: lazy built in function expansion extension other
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-python
Dynamic: summary

# lazyloads  
Python package for extra functions in builtin data types including:  
-  list  
-  dict  
-  string  
-  int  
-  float  

## Installing lazyloads  
`pip install lazyloads`    
or     
`python3 -m pip install lazyloads`  

## Install requirements  
Python >= 3.6  

## Includes  
- [lzlist](https://github.com/feimaomiao/lazyloads/blob/master/docs/documentation.md/#lzlist-object)  
- [lzstr](https://github.com/feimaomiao/lazyloads/blob/master/docs/documentation.md/#lzstr-object)  
- [lzdict](https://github.com/feimaomiao/lazyloads/blob/master/docs/documentation.md/#lzdict-object)  
- [lzint](https://github.com/feimaomiao/lazyloads/blob/master/docs/documentation.md/#lzint-object)  
- [lzfloat](https://github.com/feimaomiao/lazyloads/blob/master/docs/documentation.md/#lzfloat-object)  
  
## How to import 
```python
import lzl
```
For more functions and docs, visit [here](https://github.com/feimaomiao/lazyloads/blob/master/docs/documentation.md/)

## Unexpected errors
Please open an issue for any errors encountered.   

Thank you!  
###### lazyloads, a python module to make your life easier  
###### © 2020 Matthew Lam
