takamol-einvoicer-test-kit5


Nametakamol-einvoicer-test-kit5 JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://bitbucket.org/upskillingdevs/takamol_einvoice
SummaryThis package is an implementation for e-invoices that comply with ZATCA regulations.
upload_time2023-10-03 06:16:23
maintainer
docs_urlNone
authorHalah
requires_python
licenseMIT
keywords invoices zatca
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============================
Takamol E-invoicer Test Kit 2
==============================

This package is an implementation for e-invoices that comply with ZATCA regulations.

Quick start
-----------

1. Add "takamol-einvoicer-test-kit2" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'takamol-einvoicer-test-kit2',
    ]

2. Include the takamol_einvoicer_test_kit2 URLconf in your project urls.py like this::
url(r'^takamol_einvoicer_test_kit2/', include('takamol_einvoicer_test_kit2.urls')),

3. Run `python manage.py migrate` to create the invoices models.

4. Start the development server and visit http://127.0.0.1:8000/admin/

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/upskillingdevs/takamol_einvoice",
    "name": "takamol-einvoicer-test-kit5",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "invoices zatca",
    "author": "Halah",
    "author_email": "h.alshuwairekh@takamol.com.sa",
    "download_url": "https://files.pythonhosted.org/packages/3a/ed/2bfd0159cc0962e5922d487c05d731d86f10838464f8cd944722ec3ac271/takamol-einvoicer-test-kit5-0.1.tar.gz",
    "platform": null,
    "description": "==============================\nTakamol E-invoicer Test Kit 2\n==============================\n\nThis package is an implementation for e-invoices that comply with ZATCA regulations.\n\nQuick start\n-----------\n\n1. Add \"takamol-einvoicer-test-kit2\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ...\n        'takamol-einvoicer-test-kit2',\n    ]\n\n2. Include the takamol_einvoicer_test_kit2 URLconf in your project urls.py like this::\nurl(r'^takamol_einvoicer_test_kit2/', include('takamol_einvoicer_test_kit2.urls')),\n\n3. Run `python manage.py migrate` to create the invoices models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This package is an implementation for e-invoices that comply with ZATCA regulations.",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://bitbucket.org/upskillingdevs/takamol_einvoice"
    },
    "split_keywords": [
        "invoices",
        "zatca"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69c21a941651afff9a6f4215fd5dfcfdf1de9ba687db38f517bb3bba20dcbf16",
                "md5": "4cbaca59af1ac0acf06af8183ccf3b9c",
                "sha256": "ab73e4b355b02570edacbb868fdc430265ae93422a542df30778fdbe26256388"
            },
            "downloads": -1,
            "filename": "takamol_einvoicer_test_kit5-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4cbaca59af1ac0acf06af8183ccf3b9c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24149,
            "upload_time": "2023-10-03T06:16:21",
            "upload_time_iso_8601": "2023-10-03T06:16:21.562629Z",
            "url": "https://files.pythonhosted.org/packages/69/c2/1a941651afff9a6f4215fd5dfcfdf1de9ba687db38f517bb3bba20dcbf16/takamol_einvoicer_test_kit5-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3aed2bfd0159cc0962e5922d487c05d731d86f10838464f8cd944722ec3ac271",
                "md5": "96a0dfa80929ce80e6e06141799e45ac",
                "sha256": "d7d71a01c0f26c8487e5e19e56a004fec3e367967d4fe1782cdbbee44d4f7c28"
            },
            "downloads": -1,
            "filename": "takamol-einvoicer-test-kit5-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "96a0dfa80929ce80e6e06141799e45ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19265,
            "upload_time": "2023-10-03T06:16:23",
            "upload_time_iso_8601": "2023-10-03T06:16:23.483646Z",
            "url": "https://files.pythonhosted.org/packages/3a/ed/2bfd0159cc0962e5922d487c05d731d86f10838464f8cd944722ec3ac271/takamol-einvoicer-test-kit5-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-03 06:16:23",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "upskillingdevs",
    "bitbucket_project": "takamol_einvoice",
    "lcname": "takamol-einvoicer-test-kit5"
}
        
Elapsed time: 0.13347s