Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dreipol/smallinvoice
- Owner: dreipol
- License: mit
- Created: 2012-12-19T12:35:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T13:58:18.000Z (over 6 years ago)
- Last Synced: 2023-03-22T17:47:48.755Z (over 1 year ago)
- Language: Python
- Size: 87.9 KB
- Stars: 2
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
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()