fyle-accounting-mappings


Namefyle-accounting-mappings JSON
Version 2.5.7 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_time2025-07-23 06:54:34
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/f6/21/ed9f1ab94b8948e6fd175c73dae22efa56003805d8618997f39a5d52c6ee/fyle_accounting_mappings-2.5.7.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.5.7",
    "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": "4ead133b8a58b01d523cd6f45b1f522fd74a63dc131c5956216541959879bbcd",
                "md5": "7400035e17cdc85167695478aab0c3b0",
                "sha256": "af5dbc861f5c215d87628fcde84d5543199c87ee291a4e073896e3d73fffb490"
            },
            "downloads": -1,
            "filename": "fyle_accounting_mappings-2.5.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7400035e17cdc85167695478aab0c3b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 58238,
            "upload_time": "2025-07-23T06:54:32",
            "upload_time_iso_8601": "2025-07-23T06:54:32.759613Z",
            "url": "https://files.pythonhosted.org/packages/4e/ad/133b8a58b01d523cd6f45b1f522fd74a63dc131c5956216541959879bbcd/fyle_accounting_mappings-2.5.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f621ed9f1ab94b8948e6fd175c73dae22efa56003805d8618997f39a5d52c6ee",
                "md5": "165ac595b30b4fc2dd5bb8ad180564bb",
                "sha256": "32f759329ccdc1a19f4e9881bee8c1582c12eaa14b5957ce6bbd88def43c205b"
            },
            "downloads": -1,
            "filename": "fyle_accounting_mappings-2.5.7.tar.gz",
            "has_sig": false,
            "md5_digest": "165ac595b30b4fc2dd5bb8ad180564bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 33111,
            "upload_time": "2025-07-23T06:54:34",
            "upload_time_iso_8601": "2025-07-23T06:54:34.218260Z",
            "url": "https://files.pythonhosted.org/packages/f6/21/ed9f1ab94b8948e6fd175c73dae22efa56003805d8618997f39a5d52c6ee/fyle_accounting_mappings-2.5.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 06:54:34",
    "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"
}
        
Elapsed time: 0.60001s