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
end_date = date(2019, 8, 31)
start_date = date(2019, 8, 1)
filters = {'conta_id': ['<name of the account>']}
granatum = Granatum()
granatum.login('<email>', '<password>')
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.2.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file python-granatum-0.0.2.tar.gz
.
File metadata
- Download URL: python-granatum-0.0.2.tar.gz
- Upload date:
- Size: 7.4 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 |
9d8d4d079c76814204edf9792bee067cc9e5596bbd5e546c5b486955a3b9032b
|
|
MD5 |
6db5e7e2b7fba4ef494ad8281d108cd4
|
|
BLAKE2b-256 |
6d6e50f9f3d7d58acf8d9a11806f1582a31006e6619b3a4d66745b5e7fb95757
|
File details
Details for the file python_granatum-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: python_granatum-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.0 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 |
0b6e81a99273d7af5b4c875932fe51252ccd97c91a8bde39e4bd278d26b1b975
|
|
MD5 |
d757575b000cd0f52da805ca3248ada6
|
|
BLAKE2b-256 |
4eecf24af06b5bec3d794d16513b8230328643b8694e62502570bf40a40d7930
|