ynab-sdk-python icon indicating copy to clipboard operation
ynab-sdk-python copied to clipboard

Python implementation of the YNAB API (https://api.youneedabudget.com/)

Results 13 ynab-sdk-python issues
Sort by recently updated
recently updated
newest added

Bumps [nose2[coverage_plugin]](https://github.com/nose-devs/nose2) from 0.9.2 to 0.10.0. Changelog Sourced from nose2[coverage_plugin]'s changelog. 0.10.0 (2020-01-27) Added Support for subtests! Notes for plugin authors about subtest support: Subtest failures will produce a TestOutcomeEvent...

dependencies

Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.4.1 to 3.5.3. Changelog Sourced from redis's changelog. (in development) Restore try/except clauses to del methods. These will be removed in 4.0 when more explicit resource management...

dependencies

See below: ```console $ tail example.py import ynab_sdk $ mypy example.py example.py:1: error: Skipping analyzing "ynab_sdk": module is installed, but missing library stubs or py.typed marker [import-untyped] example.py:1: note: See...