ticket-ynab-sync


Nameticket-ynab-sync JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryGet transactions from ticket food card and sync them with a YNAB account.
upload_time2023-09-10 16:16:45
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023, Audrey Roy Greenfeld Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords api parser transactions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
ticket_ynab_sync
================


Sync Ticket transactions with a YNAB account.


# CLI `tys``

Commands:

- `tys init /path/to/db`: initializes a new Sync database (asks for YNAB and Ticket credentials) at the provided path
- `tys info /path/to/db`: displays information about the current state of the provided Sync database
- `tys sync /path/to/db`: runs a sync iteration - 1) get new transactions from Ticket, 2) push them to YNAB
  - `tys sync --period X /path/to/db`: ryns a sync iteration every X minutes
  - `tys sync --hour X /path/to/db`: ryns a sync iteration every X minutes



# TODO

[ ] CLI for configuring Ticket, e..g creds, start sync date, sync period, default category, etc.
[ ] CLI config YNAB, creds, which account to save new transactions to
[ ] init database with Ticket transactions
  [ ] extra: check if Ticket transactions already exist in YNAB account, based on value, description and date; store YNAB transaction id on local database
[ ] push new Ticket transactions (without YNAB id) to YNAB, get YNAB ID, associate ID to Ticket transaction
[ ] create loop for syncing
[ ] OR add to cronjob
[ ] EXTRA: alternative web based GUI to CLI


# Ticket API

https://github.com/diogo-aos/TicketYnacSync

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ticket-ynab-sync",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "api,parser,transactions",
    "author": "",
    "author_email": "diogoaos <ticket_ynab_sync@diogoaos.com>",
    "download_url": "https://files.pythonhosted.org/packages/92/ad/84e8c2f6af02ced422949d6da803d0b2c353ef1f41c91eeda6a4a23e413e/ticket_ynab_sync-0.0.1.tar.gz",
    "platform": null,
    "description": "================\nticket_ynab_sync\n================\n\n\nSync Ticket transactions with a YNAB account.\n\n\n# CLI `tys``\n\nCommands:\n\n- `tys init /path/to/db`: initializes a new Sync database (asks for YNAB and Ticket credentials) at the provided path\n- `tys info /path/to/db`: displays information about the current state of the provided Sync database\n- `tys sync /path/to/db`: runs a sync iteration - 1) get new transactions from Ticket, 2) push them to YNAB\n  - `tys sync --period X /path/to/db`: ryns a sync iteration every X minutes\n  - `tys sync --hour X /path/to/db`: ryns a sync iteration every X minutes\n\n\n\n# TODO\n\n[ ] CLI for configuring Ticket, e..g creds, start sync date, sync period, default category, etc.\n[ ] CLI config YNAB, creds, which account to save new transactions to\n[ ] init database with Ticket transactions\n  [ ] extra: check if Ticket transactions already exist in YNAB account, based on value, description and date; store YNAB transaction id on local database\n[ ] push new Ticket transactions (without YNAB id) to YNAB, get YNAB ID, associate ID to Ticket transaction\n[ ] create loop for syncing\n[ ] OR add to cronjob\n[ ] EXTRA: alternative web based GUI to CLI\n\n\n# Ticket API\n\nhttps://github.com/diogo-aos/TicketYnacSync\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023, Audrey Roy Greenfeld  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  ",
    "summary": "Get transactions from ticket food card and sync them with a YNAB account.",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "api",
        "parser",
        "transactions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e1bc0abf21e1a2f2487dceb7adbd37e5f38d41eafe1a7a1aae608b7cdcd3d72",
                "md5": "73200f65a3ed8ce5def9bd689705a64f",
                "sha256": "ed6987301534e4bf93429ac1fd9d75be7adc346bb816ac336cfeca2491112a34"
            },
            "downloads": -1,
            "filename": "ticket_ynab_sync-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73200f65a3ed8ce5def9bd689705a64f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9152,
            "upload_time": "2023-09-10T16:16:43",
            "upload_time_iso_8601": "2023-09-10T16:16:43.159956Z",
            "url": "https://files.pythonhosted.org/packages/3e/1b/c0abf21e1a2f2487dceb7adbd37e5f38d41eafe1a7a1aae608b7cdcd3d72/ticket_ynab_sync-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92ad84e8c2f6af02ced422949d6da803d0b2c353ef1f41c91eeda6a4a23e413e",
                "md5": "a2080f8a6acd997ed05138a6e9f64022",
                "sha256": "a6ca83961b4df768373b8c9463bf8112dfcf3689aa4044e65929cb2270dac01d"
            },
            "downloads": -1,
            "filename": "ticket_ynab_sync-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a2080f8a6acd997ed05138a6e9f64022",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8521,
            "upload_time": "2023-09-10T16:16:45",
            "upload_time_iso_8601": "2023-09-10T16:16:45.085651Z",
            "url": "https://files.pythonhosted.org/packages/92/ad/84e8c2f6af02ced422949d6da803d0b2c353ef1f41c91eeda6a4a23e413e/ticket_ynab_sync-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-10 16:16:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ticket-ynab-sync"
}
        
Elapsed time: 0.17199s