Coder Social home page Coder Social logo

mobidevke / pyfineract Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 3.0 64.33 MB

Python wrapper for the fineract API

License: Apache License 2.0

Python 2.83% Shell 0.03% Dockerfile 0.02% HTML 64.09% CSS 3.61% JavaScript 29.03% TSQL 0.40%
python python3 fineract api-wrapper

pyfineract's Introduction

PyFineract

PyPI Build Status Coverage Status

PyFineract is a Python (2 and 3) library to access an Apache Fineract Api. This library enables you to manage resources such as clients, loans, loan products etc in your python applications.

Install

$ pip install PyFineract

Demo

from fineract import Fineract

# First create a Fineract instance

# using username, password, tenant and base url
f = Fineract("mifos", "password", "default, "https://localhost/fineract-provider/api/v1")

# Then play with Fineract objects:
for client in f.get_clients():
    print(client.full_name)
    

Raw Requests

Since this project is still in it's early stages of development, we have provided a method that can be used to make raw requests.

clients = f.raw_request('GET', '/clients', params={'limit': 10})
print(clients)

Documentation (WIP)

Full documentation can be found here.

Disclaimer

Python 2 support ends at version 0.0.89

pyfineract's People

Contributors

michaelbukachi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pyfineract's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.