lunchmoney-python 2.15.0__tar.gz → 2.16.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/PKG-INFO +2 -2
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/README.md +1 -1
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/__init__.py +1 -1
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api_client.py +1 -1
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/configuration.py +1 -1
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney_python.egg-info/PKG-INFO +2 -2
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/pyproject.toml +1 -1
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/setup.py +1 -1
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/__init__.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/categories_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/manual_accounts_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/me_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/plaid_accounts_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/recurring_items_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/summary_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/tags_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_bulk_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_files_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_group_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_split_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/exceptions.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/__init__.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/account_type_enum.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/aligned_category_totals_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/aligned_summary_category_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/aligned_summary_response_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/category_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/child_category_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/child_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/create_category_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/create_category_request_object_children_inner.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/create_manual_account_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/create_manual_account_request_object_balance.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/create_new_transactions_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/create_tag_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/currency_enum.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/delete_category_response_with_dependencies.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/delete_category_response_with_dependencies_dependents.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/delete_tag_response_with_dependencies.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/delete_tag_response_with_dependencies_dependents.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/delete_transactions_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/error_response_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/error_response_object_errors_inner.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_all_categories200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_all_manual_accounts200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_all_plaid_accounts200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_all_recurring200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_all_tags200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_all_transactions200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_all_transactions_created_since_parameter.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_budget_summary200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_transaction_attachment_url200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/group_transactions_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/insert_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/insert_transaction_object_amount.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/insert_transactions_response_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/manual_account_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/non_aligned_category_totals_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/non_aligned_summary_category_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/non_aligned_summary_response_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/plaid_account_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/recurring_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/recurring_object_matches.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/recurring_object_matches_found_transactions_inner.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/recurring_object_overrides.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/recurring_object_transaction_criteria.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/skipped_existing_external_id_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/split_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/split_transaction_object_amount.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/split_transaction_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/summary_category_occurrence_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/summary_recurring_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/summary_rollover_pool_adjustment_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/summary_rollover_pool_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/summary_totals_breakdown_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/summary_totals_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/tag_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/transaction_attachment_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_category_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_manual_account_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_manual_account_request_object_balance.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_tag_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_transaction_object_amount.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_transactions200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_transactions_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_transactions_request_transactions_inner.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/user_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/py.typed +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/rest.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney_python.egg-info/SOURCES.txt +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney_python.egg-info/dependency_links.txt +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney_python.egg-info/requires.txt +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney_python.egg-info/top_level.txt +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/setup.cfg +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_account_type_enum.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_aligned_category_totals_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_aligned_summary_category_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_aligned_summary_response_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_categories_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_category_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_child_category_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_child_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_category_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_category_request_object_children_inner.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_manual_account_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_manual_account_request_object_balance.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_new_transactions_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_tag_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_currency_enum.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_delete_category_response_with_dependencies.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_delete_category_response_with_dependencies_dependents.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_delete_tag_response_with_dependencies.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_delete_tag_response_with_dependencies_dependents.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_delete_transactions_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_error_response_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_error_response_object_errors_inner.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_categories200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_manual_accounts200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_plaid_accounts200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_recurring200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_tags200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_transactions200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_transactions_created_since_parameter.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_budget_summary200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_transaction_attachment_url200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_group_transactions_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_insert_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_insert_transaction_object_amount.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_insert_transactions_response_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_manual_account_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_manual_accounts_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_me_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_non_aligned_category_totals_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_non_aligned_summary_category_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_non_aligned_summary_response_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_plaid_account_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_plaid_accounts_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_recurring_items_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_recurring_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_recurring_object_matches.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_recurring_object_matches_found_transactions_inner.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_recurring_object_overrides.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_recurring_object_transaction_criteria.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_skipped_existing_external_id_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_split_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_split_transaction_object_amount.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_split_transaction_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_category_occurrence_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_recurring_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_rollover_pool_adjustment_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_rollover_pool_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_totals_breakdown_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_totals_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_tag_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_tags_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_transaction_attachment_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_transactions_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_transactions_bulk_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_transactions_files_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_transactions_group_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_transactions_split_api.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_category_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_manual_account_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_manual_account_request_object_balance.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_tag_request_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transaction_object.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transaction_object_amount.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transactions200_response.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transactions_request.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transactions_request_transactions_inner.py +0 -0
- {lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_user_object.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lunchmoney-python
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.16.0
|
|
4
4
|
Summary: Lunch Money API - v2
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -55,7 +55,7 @@ If you have been providing feedback on the API during our iterative design proce
|
|
|
55
55
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
56
56
|
|
|
57
57
|
- API version: 2.8.4
|
|
58
|
-
- Package version: 2.
|
|
58
|
+
- Package version: 2.16.0
|
|
59
59
|
- Generator version: 7.17.0
|
|
60
60
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
61
61
|
|
|
@@ -37,7 +37,7 @@ If you have been providing feedback on the API during our iterative design proce
|
|
|
37
37
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
38
38
|
|
|
39
39
|
- API version: 2.8.4
|
|
40
|
-
- Package version: 2.
|
|
40
|
+
- Package version: 2.16.0
|
|
41
41
|
- Generator version: 7.17.0
|
|
42
42
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
43
43
|
|
|
@@ -92,7 +92,7 @@ class ApiClient:
|
|
|
92
92
|
self.default_headers[header_name] = header_value
|
|
93
93
|
self.cookie = cookie
|
|
94
94
|
# Set default User-Agent.
|
|
95
|
-
self.user_agent = 'OpenAPI-Generator/2.
|
|
95
|
+
self.user_agent = 'OpenAPI-Generator/2.16.0/python'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
def __enter__(self):
|
|
@@ -545,7 +545,7 @@ conf = lunchmoney.Configuration(
|
|
|
545
545
|
"OS: {env}\n"\
|
|
546
546
|
"Python Version: {pyversion}\n"\
|
|
547
547
|
"Version of the API: 2.8.4\n"\
|
|
548
|
-
"SDK Package Version: 2.
|
|
548
|
+
"SDK Package Version: 2.16.0".\
|
|
549
549
|
format(env=sys.platform, pyversion=sys.version)
|
|
550
550
|
|
|
551
551
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lunchmoney-python
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.16.0
|
|
4
4
|
Summary: Lunch Money API - v2
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -55,7 +55,7 @@ If you have been providing feedback on the API during our iterative design proce
|
|
|
55
55
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
56
56
|
|
|
57
57
|
- API version: 2.8.4
|
|
58
|
-
- Package version: 2.
|
|
58
|
+
- Package version: 2.16.0
|
|
59
59
|
- Generator version: 7.17.0
|
|
60
60
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
61
61
|
|
|
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
22
22
|
# prerequisite: setuptools
|
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
|
24
24
|
NAME = "lunchmoney-python"
|
|
25
|
-
VERSION = "2.
|
|
25
|
+
VERSION = "2.16.0"
|
|
26
26
|
PYTHON_REQUIRES = ">= 3.9"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 2.1.0, < 3.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_bulk_api.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_files_api.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_group_api.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/api/transactions_split_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/account_type_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/child_category_object.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/child_transaction_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/create_tag_request_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/error_response_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/get_all_tags200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/insert_transaction_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/manual_account_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/plaid_account_object.py
RENAMED
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/recurring_object_matches.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/split_transaction_object.py
RENAMED
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/split_transaction_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/summary_totals_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/transaction_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_tag_request_object.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney/models/update_transaction_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/lunchmoney_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_aligned_category_totals_object.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_aligned_summary_category_object.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_aligned_summary_response_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_category_request_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_new_transactions_request.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_create_tag_request_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_delete_transactions_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_categories200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_recurring200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_all_transactions200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_get_budget_summary200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_group_transactions_request.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_insert_transaction_object.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_insert_transaction_object_amount.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_recurring_object_overrides.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_split_transaction_object_amount.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_split_transaction_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_rollover_pool_object.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_summary_totals_breakdown_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_transaction_attachment_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_category_request_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_tag_request_object.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transaction_object.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transaction_object_amount.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transactions200_response.py
RENAMED
|
File without changes
|
{lunchmoney_python-2.15.0 → lunchmoney_python-2.16.0}/test/test_update_transactions_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|