Skip to content

nathando/frappe-client

 
 

Repository files navigation

Frappe Client

Python Library for interacting with Frappe / ERPNext API

Usage

from frappeclient import FrappeClient

client = FrappeClient("example.com", "user@example.com", "password")

customer_name = client.get_value("Customer", {"email_id": "test@customer.com"})
customer = client.get_doc("Customer", customer_name)

Example

See example.py for more info

License

MIT

About

Python library to use Frappe API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%