# 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/3b/6b/5685a37362ab9b911ffc6aa60fc4e0b3e430e30cc78f7fd3f455fa082a4d/fyle_accounting_mappings-2.12.3.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": "2.12.3",
    "project_urls": {
        "Homepage": "https://github.com/fylein/fyle-accounting-mappings"
    },
    "split_keywords": [
        "fyle",
        " rest",
        " django-rest-framework",
        " api",
        " python",
        " accounting"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2cc031412ee00edd9da6fbaae8bfd070332e3ce9a9e87db6d7c5b81a36c52cc5",
                "md5": "ce860132930d04bb8fece03c5de43e6d",
                "sha256": "7dca205469e1b12224d5a378f47ac6f76f50552ae00f2945f19aca17aed88068"
            },
            "downloads": -1,
            "filename": "fyle_accounting_mappings-2.12.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce860132930d04bb8fece03c5de43e6d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 67368,
            "upload_time": "2025-10-30T08:28:58",
            "upload_time_iso_8601": "2025-10-30T08:28:58.125779Z",
            "url": "https://files.pythonhosted.org/packages/2c/c0/31412ee00edd9da6fbaae8bfd070332e3ce9a9e87db6d7c5b81a36c52cc5/fyle_accounting_mappings-2.12.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b6b5685a37362ab9b911ffc6aa60fc4e0b3e430e30cc78f7fd3f455fa082a4d",
                "md5": "0dab0f7a5dd8b6f48230781044a3cfe8",
                "sha256": "9eb3038b0bb1c52ca93ab04021adf2ee5011c4992fc30b771a55fbbe21e355b6"
            },
            "downloads": -1,
            "filename": "fyle_accounting_mappings-2.12.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0dab0f7a5dd8b6f48230781044a3cfe8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39999,
            "upload_time": "2025-10-30T08:28:59",
            "upload_time_iso_8601": "2025-10-30T08:28:59.337729Z",
            "url": "https://files.pythonhosted.org/packages/3b/6b/5685a37362ab9b911ffc6aa60fc4e0b3e430e30cc78f7fd3f455fa082a4d/fyle_accounting_mappings-2.12.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-30 08:28:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fylein",
    "github_project": "fyle-accounting-mappings",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fyle-accounting-mappings"
}