fyle-accounting-mappings


Namefyle-accounting-mappings JSON
Version 1.32.2 PyPI version JSON
download
home_pagehttps://github.com/fylein/fyle-accounting-mappings
SummaryDjango application to store the fyle accounting mappings in a generic manner
upload_time2024-05-09 11:48:20
maintainerNone
docs_urlNone
authorShwetabh Kumar
requires_pythonNone
licenseMIT
keywords fyle rest django-rest-framework api python accounting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fyle Accounting Mappings

## Installation and Usage

Backend infra to support all kinds of mappings in Fyle Accounting Integrations

    $ pip install fyle-accounting-mappings

In Django `settings.py` -

    INSTALLED_APPS = [
        'django.contrib.admin',
        'django.contrib.auth',
        'django.contrib.contenttypes',
        'django.contrib.sessions',
        'django.contrib.messages',
        'django.contrib.staticfiles',
    
        # Installed Apps
        'rest_framework',
        'corsheaders',
        'fyle_rest_auth', # already existing reusable django app for authentication
        'fyle_accounting_mappings', # new mapping infra app
    
        # User Created Apps
        'apps.users',
        'apps.workspaces',
        'apps.mappings',
        'apps.fyle',
        'apps.quickbooks_online',
        'apps.tasks'
    ]

Run migrations -

    $ python manage.py migrate

To use - 

    from fyle_accounting_mappings.models import MappingSetting, Mapping, ExpenseTag, DestinationTag
    
    # Operations with DB

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fylein/fyle-accounting-mappings",
    "name": "fyle-accounting-mappings",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "fyle, rest, django-rest-framework, api, python, accounting",
    "author": "Shwetabh Kumar",
    "author_email": "shwetabh.kumar@fyle.in",
    "download_url": "https://files.pythonhosted.org/packages/3a/87/41277dc9d3a3c08cbec2666318e0b89e63db52fbb7c19bd37c15b26a3d7d/fyle_accounting_mappings-1.32.2.tar.gz",
    "platform": null,
    "description": "# Fyle Accounting Mappings\n\n## Installation and Usage\n\nBackend infra to support all kinds of mappings in Fyle Accounting Integrations\n\n    $ pip install fyle-accounting-mappings\n\nIn Django `settings.py` -\n\n    INSTALLED_APPS = [\n        'django.contrib.admin',\n        'django.contrib.auth',\n        'django.contrib.contenttypes',\n        'django.contrib.sessions',\n        'django.contrib.messages',\n        'django.contrib.staticfiles',\n    \n        # Installed Apps\n        'rest_framework',\n        'corsheaders',\n        'fyle_rest_auth', # already existing reusable django app for authentication\n        'fyle_accounting_mappings', # new mapping infra app\n    \n        # User Created Apps\n        'apps.users',\n        'apps.workspaces',\n        'apps.mappings',\n        'apps.fyle',\n        'apps.quickbooks_online',\n        'apps.tasks'\n    ]\n\nRun migrations -\n\n    $ python manage.py migrate\n\nTo use - \n\n    from fyle_accounting_mappings.models import MappingSetting, Mapping, ExpenseTag, DestinationTag\n    \n    # Operations with DB\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django application to store the fyle accounting mappings in a generic manner",
    "version": "1.32.2",
    "project_urls": {
        "Homepage": "https://github.com/fylein/fyle-accounting-mappings"
    },
    "split_keywords": [
        "fyle",
        " rest",
        " django-rest-framework",
        " api",
        " python",
        " accounting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b548c396870c497acdebd4daa487976b9b262e2a32b7540a2308a17b63d0a96a",
                "md5": "bccd03151e29192f0cf0d9a715290bff",
                "sha256": "a6597e93b3cad63e1e5773fa497b3b971151588b70c1141f6011f64e6c88ebde"
            },
            "downloads": -1,
            "filename": "fyle_accounting_mappings-1.32.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bccd03151e29192f0cf0d9a715290bff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33511,
            "upload_time": "2024-05-09T11:48:17",
            "upload_time_iso_8601": "2024-05-09T11:48:17.808035Z",
            "url": "https://files.pythonhosted.org/packages/b5/48/c396870c497acdebd4daa487976b9b262e2a32b7540a2308a17b63d0a96a/fyle_accounting_mappings-1.32.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a8741277dc9d3a3c08cbec2666318e0b89e63db52fbb7c19bd37c15b26a3d7d",
                "md5": "25af323e8aa13d3139632b3489b86a49",
                "sha256": "31a97d2f7573327d69db4dfb11e1afc8f0113c46591b7b1d66aa03dd82b36dda"
            },
            "downloads": -1,
            "filename": "fyle_accounting_mappings-1.32.2.tar.gz",
            "has_sig": false,
            "md5_digest": "25af323e8aa13d3139632b3489b86a49",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19580,
            "upload_time": "2024-05-09T11:48:20",
            "upload_time_iso_8601": "2024-05-09T11:48:20.162440Z",
            "url": "https://files.pythonhosted.org/packages/3a/87/41277dc9d3a3c08cbec2666318e0b89e63db52fbb7c19bd37c15b26a3d7d/fyle_accounting_mappings-1.32.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 11:48:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fylein",
    "github_project": "fyle-accounting-mappings",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "fyle-accounting-mappings"
}
        
Elapsed time: 0.26768s