Skip to content

dreipol/smallinvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===========
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()

About

A simple python wrapper for the api of smallinvoice.ch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages