Metadata-Version: 2.2
Name: lesslines
Version: 0.0.4
Summary: explore python with less lines of code
Home-page: https://github.com/dudung/lesslines
Author: Sparisoma Viridi
Author-email: dudung@gmail.com
License: MIT
Project-URL: Documentation, https://dudung.github.io/lesslines/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26.4
Requires-Dist: matplotlib>=3.8.4
Requires-Dist: pandas>=2.2.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# lesslines
explore python with less lines of code


### Features
- Wrapper functions for popular numerical libraries.
- Simplified interfaces for common operations.
- Ready-to-use tools for data visualization.


### Quick Start
Install lesslines via pip:

```bash
pip install lesslines
```

Explore the [documentation](https://dudung.github.io/lesslines/) to get started!


### License
MIT License
