A Python wrapper for Granatum Financeiro
Project description
python-granatum
Introduction
python-granatum is a Python wrapper for Granatum Financeiro.
Quick Start
Fill in the in this script to get a pandas.DataFrame representation of transactions for a given account.
from datetime import date
from granatum import Granatum
granatum = Granatum()
email = '<your email>'
password = '<your password>'
granatum.login(email, password)
end_date = date(2019, 8, 31)
start_date = date(2019, 8, 1)
filters = {'conta_id': ['<name of the account>']}
granatum.exportar(end_date, start_date, filters, 'pandas.DataFrame')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-granatum-0.0.6.tar.gz
(7.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-granatum-0.0.6.tar.gz.
File metadata
- Download URL: python-granatum-0.0.6.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5750aded325309fa3c42a8010c3bdba13d5c17c93bfa70572589c51bf653295e
|
|
| MD5 |
22f17dc7b409b5a592ab9cde6a29d49f
|
|
| BLAKE2b-256 |
f6fec638a93d6f8728c939ef1750a7ce48c0b1175ede3adabf170826c6d58015
|
File details
Details for the file python_granatum-0.0.6-py3-none-any.whl.
File metadata
- Download URL: python_granatum-0.0.6-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ce7d8d23dbc44ef366aff6ea177715c710179f94e04c419896730b1e450ed0d
|
|
| MD5 |
e9901b81f5d8d55e51ba8ff8dd6599d0
|
|
| BLAKE2b-256 |
cb2be11d5ac10cc7446b60d3cc84dead1a715a8df2325d4b833c14ec22375572
|