Metadata-Version: 2.1
Name: falu
Version: 1.2.0
Summary: The official Falu Python library
Home-page: https://github.com/faluapp/falu-python
Author: Falu
Author-email: support@falu.io
License: MIT
Keywords: falu api payments
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: responses >=0.23
Requires-Dist: urllib3 >=1.26.14
Requires-Dist: requests >=2.20 ; python_version >= "3.0"

Falu Python
===================================

The official python library for Falu's API.

Installation
-------------

    $ pip install falu

Workspace setup
----------------
Create a workspace at https://dashboard.falu.io

Documentation
--------------

For a comprehensive list of examples, check out the the docs at https://docs.falu.io/api?lang=python.


