Lucas Rangel Cezimbra
Lucas Rangel Cezimbra
Get data from savings ("poupança") account.
- [ ] add bumpversion - [ ] deploy
- [ ] Add tests for Itau.authenticate - [ ] Add tests for Itau.get_statements Coverage branch `develop`: https://coveralls.io/github/lucasrcezimbra/pyitau?branch=develop Coverage file `main.py` from branch `develop` https://coveralls.io/builds/45286697/source?filename=pyitau%2Fmain.py
Since Rosie can no longer mention congressperson on Twitter, would be interesting if Jarbas has information about congressperson Twitter, so people can use that to reply Rosie tweets mentioning congresspeople....
I'm trying to upgrade mixer, but I'm getting this not found error: ``` ERROR: Could not find a version that satisfies the requirement mixer==7.1.2 ERROR: No matching distribution found for...
[Operator `$[]`](https://docs.mongodb.com/manual/reference/operator/update/positional-all/#---) should update all the elements of an array, but in Mongomock it's raising an exception. Mongo behaviour: ```javascript db.test.insertOne({'operations': [{'rating': 'A'}, {'rating': 'B'}]}) db.test.updateOne({}, {'$set': {'operations.$[].rating': 'C'}}) db.test.find()...
Change [docs](https://pyitau.readthedocs.io/en/latest/api.html) template to https://github.com/readthedocs/sphinx_rtd_theme
- [x] Fix https://pyitau.betteruptime.com/ - [ ] Move from https://github.com/lucasrcezimbra/healthchecks to this repo. - [x] Add missing endpoints ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/lucasrcezimbra) so you can upvote...
Currently, the client returns JSONs. It would be better to return high level types. Examples: [bancointer](https://github.com/lucasrcezimbra/bancointer/blob/master/inter/_inter.py#L67) and [python-eduzz](https://github.com/HBNetwork/python-eduzz/blob/main/eduzz/client/financial/__init__.py#L20-L22)