uynab


Nameuynab JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryMicro YNAB - a small SDK for YNAB budgeting app
upload_time2025-01-17 02:43:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords api sdk ynab budget money
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Micro YNAB

Micro YNAB is a small SDK for the YNAB budgeting app. It provides a simple interface to interact with the YNAB API, 
allowing you to manage budgets, categories, transactions, and more.

## Features

- Manage budgets and budget settings
- Handle categories and category groups
- Work with payees and transactions
- Simple and easy-to-use interface

## Installation

To install the package, use pip:

```sh
pip install uynab
```

## Usage

Here's a basic example of how to use the SDK:

```python
from uynab.client import YNABClient

client = YNABClient(api_token="YOUR_YNAB_API_TOKEN")

# Get all budgets
budgets = client.budget.get_all_budgets()
print(budgets)
```

## Documentation

For detailed documentation, visit the [docs](https://ajwalkiewicz.github.io/uynab/).

## Contributing

Contributions are welcome! Please see the [contribution guidelines](https://ajwalkiewicz.github.io/uynab/contribution/) for more information.

## License

This project is licensed under the MIT License. See the [LICENSE](https://ajwalkiewicz.github.io/uynab/license/) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "uynab",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "API, SDK, YNAB, budget, money",
    "author": null,
    "author_email": "Adam Walkiewicz <aj.walkiewicz@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d1/e3/0fd99c571a2cbc24ab554e88e2611067669df05b64f35f92d7d00f82b720/uynab-0.1.2.tar.gz",
    "platform": null,
    "description": "# Micro YNAB\n\nMicro YNAB is a small SDK for the YNAB budgeting app. It provides a simple interface to interact with the YNAB API, \nallowing you to manage budgets, categories, transactions, and more.\n\n## Features\n\n- Manage budgets and budget settings\n- Handle categories and category groups\n- Work with payees and transactions\n- Simple and easy-to-use interface\n\n## Installation\n\nTo install the package, use pip:\n\n```sh\npip install uynab\n```\n\n## Usage\n\nHere's a basic example of how to use the SDK:\n\n```python\nfrom uynab.client import YNABClient\n\nclient = YNABClient(api_token=\"YOUR_YNAB_API_TOKEN\")\n\n# Get all budgets\nbudgets = client.budget.get_all_budgets()\nprint(budgets)\n```\n\n## Documentation\n\nFor detailed documentation, visit the [docs](https://ajwalkiewicz.github.io/uynab/).\n\n## Contributing\n\nContributions are welcome! Please see the [contribution guidelines](https://ajwalkiewicz.github.io/uynab/contribution/) for more information.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://ajwalkiewicz.github.io/uynab/license/) file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Micro YNAB - a small SDK for YNAB budgeting app",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://ajwalkiewicz.github.io/uynab/",
        "Issues": "https://github.com/ajwalkiewicz/uynab/issues",
        "Repository": "https://github.com/ajwalkiewicz/uynab"
    },
    "split_keywords": [
        "api",
        " sdk",
        " ynab",
        " budget",
        " money"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d52e4ea281408a995df90244c324a3a0bd534d97f1964c932b27780da6e9a850",
                "md5": "6176b90a48bb9946d5208a00ce4d3016",
                "sha256": "23be9dfb0178b2513d9d4521d3aefa559a3b4eb66752880b2b55d8728ae6ccc4"
            },
            "downloads": -1,
            "filename": "uynab-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6176b90a48bb9946d5208a00ce4d3016",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 20503,
            "upload_time": "2025-01-17T02:43:16",
            "upload_time_iso_8601": "2025-01-17T02:43:16.686824Z",
            "url": "https://files.pythonhosted.org/packages/d5/2e/4ea281408a995df90244c324a3a0bd534d97f1964c932b27780da6e9a850/uynab-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1e30fd99c571a2cbc24ab554e88e2611067669df05b64f35f92d7d00f82b720",
                "md5": "1a50899e1d901a64b307f887066d0059",
                "sha256": "5227b91a926346b9bd11eacfd1f5ebfc88de21738e02c2045f91b726092e4ae8"
            },
            "downloads": -1,
            "filename": "uynab-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1a50899e1d901a64b307f887066d0059",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 63044,
            "upload_time": "2025-01-17T02:43:18",
            "upload_time_iso_8601": "2025-01-17T02:43:18.497658Z",
            "url": "https://files.pythonhosted.org/packages/d1/e3/0fd99c571a2cbc24ab554e88e2611067669df05b64f35f92d7d00f82b720/uynab-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-17 02:43:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ajwalkiewicz",
    "github_project": "uynab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "uynab"
}
        
Elapsed time: 1.05027s