django-kakebo


Namedjango-kakebo JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/shadMod/django-kakebo/
SummaryA simple site made with django and exploiting the kakebo method
upload_time2023-09-07 21:39:33
maintainer
docs_urlNone
authorshadMod
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django Kakebo

A simple site made with django and exploiting the kakebo method.

[IT]
Il Kakebo (giapponese: 家計簿) è un metodo di risparmio e di gestione finanziaria della famiglia nato e sviluppato in Giappone
Una prima copia di un kakebo è stato pubblicato dalla giornalista Motoko Hani (nel 1904).

Letteralmente traducibile come "registro di casa"; ve ne sono di diversi tipi, che modificano la struttura dello stesso, ma l'idea di base è la stessa.

All'inizio del mese: il kakeibo annota le entrate e le spese necessarie per il mese iniziale e decide una sorta di obiettivo di risparmio, aggiungendo eventuli spunti o propositi.
Su base giornaliera: l'utente registra le proprie spese, che vengono sommate alla fine della settimana e alla fine del mese.\
Alla fine del mese: l'utente redige un bilancio di fine mese con eventuali appunti e/o verifica del motivo del non raggiungimento dell'obiettivo imposto all'inizio del mese.

Oltre alle spese e alle entrate, nel Kakebo si scrivono anche: pensieri e osservazioni, con l'obiettivo di aumentare la consapevolezza dei propri consumi.

In questo progetto viene elaborato un sito attraverso python3 (con l'uso del framework django) che riporta lo stesso spirito del Kakebo tradizionale, dando all'utente un'interfaccia pulita e utilizzabile da subito, con la semplice installazione del pacchetto/app.\
Nel pacchetto è presente:
  - 'Home Page' (disattivabile dai settings)
  - app 'user': che permette la gestione dell'utenza (login e registrazione // con eventuale reCAPTCHA)

Per i dettagli, consigliamo di leggere la documentazione

[EN]
The Kakebo (Japanese: 家計簿) is a method of household savings and financial management method originated and developed in Japan.
An early copy of a kakebo was published by journalist Motoko Hani (in 1904).

Literally translatable as "household ledger"; there are different types where the structure changes, but the basic idea is the same.

At the beginning of the month: the user notes the income and expenses needed for the initial month and decides on some sort of savings goal, adding any cues or resolutions.
On a daily basis: the user records his or her expenses, which are added up at the end of the week and at the end of the month.\
At the end of the month: the user draws up an end-of-month balance sheet with any notes and/or verification of why the goal imposed at the beginning of the month was not met.

In addition to expenses and income, also written in the Kakebo are: thoughts and observations, with the goal of increasing awareness of one's consumption.

In this project, a site is developed through python3 (with the use of the django framework) that brings back the same spirit as the traditional Kakebo, giving the user a clean and usable interface right out of the box, with the simple installation of the package/app.\
Included in the package is:
  - 'Home Page' (can be deactivated from settings's project)
  - 'user' app: which allows user management (login and registration // with reCAPTCHA)

For details, we recommend reading the documentation

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shadMod/django-kakebo/",
    "name": "django-kakebo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "shadMod",
    "author_email": "support@shadmod.it",
    "download_url": "https://github.com/shadMod/django-kakebo/archive/refs/tags/0.1.6.tar.gz",
    "platform": null,
    "description": "# Django Kakebo\n\nA simple site made with django and exploiting the kakebo method.\n\n[IT]\nIl Kakebo (giapponese: \u5bb6\u8a08\u7c3f) \u00e8 un metodo di risparmio e di gestione finanziaria della famiglia nato e sviluppato in Giappone\nUna prima copia di un kakebo \u00e8 stato pubblicato dalla giornalista Motoko Hani (nel 1904).\n\nLetteralmente traducibile come \"registro di casa\"; ve ne sono di diversi tipi, che modificano la struttura dello stesso, ma l'idea di base \u00e8 la stessa.\n\nAll'inizio del mese: il kakeibo annota le entrate e le spese necessarie per il mese iniziale e decide una sorta di obiettivo di risparmio, aggiungendo eventuli spunti o propositi.\nSu base giornaliera: l'utente registra le proprie spese, che vengono sommate alla fine della settimana e alla fine del mese.\\\nAlla fine del mese: l'utente redige un bilancio di fine mese con eventuali appunti e/o verifica del motivo del non raggiungimento dell'obiettivo imposto all'inizio del mese.\n\nOltre alle spese e alle entrate, nel Kakebo si scrivono anche: pensieri e osservazioni, con l'obiettivo di aumentare la consapevolezza dei propri consumi.\n\nIn questo progetto viene elaborato un sito attraverso python3 (con l'uso del framework django) che riporta lo stesso spirito del Kakebo tradizionale, dando all'utente un'interfaccia pulita e utilizzabile da subito, con la semplice installazione del pacchetto/app.\\\nNel pacchetto \u00e8 presente:\n  - 'Home Page' (disattivabile dai settings)\n  - app 'user': che permette la gestione dell'utenza (login e registrazione // con eventuale reCAPTCHA)\n\nPer i dettagli, consigliamo di leggere la documentazione\n\n[EN]\nThe Kakebo (Japanese: \u5bb6\u8a08\u7c3f) is a method of household savings and financial management method originated and developed in Japan.\nAn early copy of a kakebo was published by journalist Motoko Hani (in 1904).\n\nLiterally translatable as \"household ledger\"; there are different types where the structure changes, but the basic idea is the same.\n\nAt the beginning of the month: the user notes the income and expenses needed for the initial month and decides on some sort of savings goal, adding any cues or resolutions.\nOn a daily basis: the user records his or her expenses, which are added up at the end of the week and at the end of the month.\\\nAt the end of the month: the user draws up an end-of-month balance sheet with any notes and/or verification of why the goal imposed at the beginning of the month was not met.\n\nIn addition to expenses and income, also written in the Kakebo are: thoughts and observations, with the goal of increasing awareness of one's consumption.\n\nIn this project, a site is developed through python3 (with the use of the django framework) that brings back the same spirit as the traditional Kakebo, giving the user a clean and usable interface right out of the box, with the simple installation of the package/app.\\\nIncluded in the package is:\n  - 'Home Page' (can be deactivated from settings's project)\n  - 'user' app: which allows user management (login and registration // with reCAPTCHA)\n\nFor details, we recommend reading the documentation\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple site made with django and exploiting the kakebo method",
    "version": "0.1.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/shadMod/django-kakebo/issues/",
        "Download": "https://github.com/shadMod/django-kakebo/archive/refs/tags/0.1.6.tar.gz",
        "Homepage": "https://github.com/shadMod/django-kakebo/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7de3cd12347df86ba35232e7d695b2aaf54f0a0978c66471c72b69f8d777195",
                "md5": "a90b1e0b5bae2b3cf5bf2b5aa117c47f",
                "sha256": "cf1a41ea4beef9c66ea623e82b5d16f6d378138842a4d6f30a33f507fe6ac74b"
            },
            "downloads": -1,
            "filename": "django_kakebo-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a90b1e0b5bae2b3cf5bf2b5aa117c47f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5529455,
            "upload_time": "2023-09-07T21:39:33",
            "upload_time_iso_8601": "2023-09-07T21:39:33.090054Z",
            "url": "https://files.pythonhosted.org/packages/e7/de/3cd12347df86ba35232e7d695b2aaf54f0a0978c66471c72b69f8d777195/django_kakebo-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 21:39:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shadMod",
    "github_project": "django-kakebo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "django-kakebo"
}
        
Elapsed time: 0.37375s