Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dreipol/smallinvoice

A simple python wrapper for the api of smallinvoice.ch
https://github.com/dreipol/smallinvoice

Last synced: 7 days ago
JSON representation

A simple python wrapper for the api of smallinvoice.ch

Awesome Lists containing this project

README

        

===========
smallinvoice api wrapper
===========

This python package is a wrapper for the web service api of http://www.smallinvoice.ch, an elegant online invoicing and
project management service. For more information about the API consult: http://developer.smallinvoice.com/

Implemented Services
=========

The following services are completely wrapped

* Invoices

* Clients

* Offers

* Assigns

* Catalog

* Projects

* Times

* Costunits

* Receipts

* Accounts

* Client Accounts

Usage
=========

from smallinvoice import Smallinvoice

smallinvoice = Smallinvoice(YOUR_API_TOKEN)
smallinvoice.clients.all()