fyle-accounting-mappings


Namefyle-accounting-mappings JSON
Version 1.34.9 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-10-04 14:39:07
maintainerNone
docs_urlNone
authorShwetabh Kumar
requires_pythonNone
licenseMIT
keywords fyle rest django-rest-framework api python accounting
VCS
bugtrack_url
requirements asgiref astroid certifi chardet charset-normalizer Django django-rest-framework django-filter djangorestframework idna isort lazy-object-proxy mccabe pylint pylint-django pylint-plugin-utils pytz requests requests-cache six sqlparse typed-ast urllib3 wrapt
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/05/f4/6c0ed0639db02f7b51b064f0745bb966d54f50222cb8322a574356fd3744/fyle_accounting_mappings-1.34.9.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.34.9",
    "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": "89298624eb89fc412efaec47fac9a15489e1a499697ac1f5e5bc89028fb6322e",
                "md5": "8784338344a6fca31f57023a8c64dfbb",
                "sha256": "31950eacb19c1a03e7a57063c1ec72d703143fb550bec6412d6a4bb270efcc72"
            },
            "downloads": -1,
            "filename": "fyle_accounting_mappings-1.34.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8784338344a6fca31f57023a8c64dfbb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35103,
            "upload_time": "2024-10-04T14:39:05",
            "upload_time_iso_8601": "2024-10-04T14:39:05.287446Z",
            "url": "https://files.pythonhosted.org/packages/89/29/8624eb89fc412efaec47fac9a15489e1a499697ac1f5e5bc89028fb6322e/fyle_accounting_mappings-1.34.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05f46c0ed0639db02f7b51b064f0745bb966d54f50222cb8322a574356fd3744",
                "md5": "7f97faeb53d9bd75acfcda49074be5c7",
                "sha256": "733a743ee841ee1118a8ce1a0bc76a6955477f82ae3c94295004dfca9d891b3b"
            },
            "downloads": -1,
            "filename": "fyle_accounting_mappings-1.34.9.tar.gz",
            "has_sig": false,
            "md5_digest": "7f97faeb53d9bd75acfcda49074be5c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20694,
            "upload_time": "2024-10-04T14:39:07",
            "upload_time_iso_8601": "2024-10-04T14:39:07.397192Z",
            "url": "https://files.pythonhosted.org/packages/05/f4/6c0ed0639db02f7b51b064f0745bb966d54f50222cb8322a574356fd3744/fyle_accounting_mappings-1.34.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-04 14:39:07",
    "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": [
        {
            "name": "asgiref",
            "specs": [
                [
                    "==",
                    "3.4.1"
                ]
            ]
        },
        {
            "name": "astroid",
            "specs": [
                [
                    "==",
                    "2.3.3"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2019.11.28"
                ]
            ]
        },
        {
            "name": "chardet",
            "specs": [
                [
                    "==",
                    "3.0.4"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "2.0.8"
                ]
            ]
        },
        {
            "name": "Django",
            "specs": [
                [
                    "==",
                    "3.1.14"
                ]
            ]
        },
        {
            "name": "django-rest-framework",
            "specs": [
                [
                    "==",
                    "0.1.0"
                ]
            ]
        },
        {
            "name": "django-filter",
            "specs": [
                [
                    "==",
                    "21.1"
                ]
            ]
        },
        {
            "name": "djangorestframework",
            "specs": [
                [
                    "==",
                    "3.11.2"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "2.8"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "4.3.21"
                ]
            ]
        },
        {
            "name": "lazy-object-proxy",
            "specs": [
                [
                    "==",
                    "1.4.3"
                ]
            ]
        },
        {
            "name": "mccabe",
            "specs": [
                [
                    "==",
                    "0.6.1"
                ]
            ]
        },
        {
            "name": "pylint",
            "specs": [
                [
                    "==",
                    "2.4.4"
                ]
            ]
        },
        {
            "name": "pylint-django",
            "specs": [
                [
                    "==",
                    "2.0.13"
                ]
            ]
        },
        {
            "name": "pylint-plugin-utils",
            "specs": [
                [
                    "==",
                    "0.6"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2019.3"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.26.0"
                ]
            ]
        },
        {
            "name": "requests-cache",
            "specs": [
                [
                    "==",
                    "0.5.2"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.14.0"
                ]
            ]
        },
        {
            "name": "sqlparse",
            "specs": [
                [
                    "==",
                    "0.3.0"
                ]
            ]
        },
        {
            "name": "typed-ast",
            "specs": [
                [
                    "==",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.7"
                ]
            ]
        },
        {
            "name": "wrapt",
            "specs": [
                [
                    "==",
                    "1.11.2"
                ]
            ]
        }
    ],
    "lcname": "fyle-accounting-mappings"
}
        
Elapsed time: 0.60259s