Metadata-Version: 2.4
Name: rpa-erpnext
Version: 1.0.18
Summary: Robot Framework library for automating ERPNext using REST API
Author-email: Your Name <youremail@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/rpa-erpnext
Project-URL: Source, https://github.com/yourusername/rpa-erpnext
Keywords: robotframework,erpnext,rpa,automation
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Requires-Dist: robotframework>=6.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: openpyxl>=3.1.0
Dynamic: license-file

# RPA.ERPNext

Library for automating [ERPNext](https://erpnext.com/) using REST API, built for [Robot Framework](https://robotframework.org/).

## Installation

```bash
pip install rpa-erpnext
```
