Skip to main content

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fyle_accounting_mappings-3.9.8.tar.gz (52.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fyle_accounting_mappings-3.9.8-py3-none-any.whl (89.6 kB view details)

Uploaded Python 3

File details

Details for the file fyle_accounting_mappings-3.9.8.tar.gz.

File metadata

  • Download URL: fyle_accounting_mappings-3.9.8.tar.gz
  • Upload date:
  • Size: 52.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for fyle_accounting_mappings-3.9.8.tar.gz
Algorithm Hash digest
SHA256 a830e10d5bd10ab1b39f121b820f8cdfecf99853c38c53aa5504e18509688bb4
MD5 89ed83bffcf562dfb8cb7ba969721bfe
BLAKE2b-256 7e721a7570ef96b69018acc889755ce0b9ae6126fcc1b80247f58ba66a10ce1a

See more details on using hashes here.

File details

Details for the file fyle_accounting_mappings-3.9.8-py3-none-any.whl.

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.8-py3-none-any.whl
Algorithm Hash digest
SHA256 345b802c2f51a147d2fc10b1e45503f967a9ac9c1b348bb9e6bb30338179fae1
MD5 8430332f2d98b3aacc28399a5a95e301
BLAKE2b-256 5a08a0749402056c45f5d53eea4c5915d5c10fc5722f7a30acf6c37c91c6cbd7

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page