takamol-einvoice-test-app


Nametakamol-einvoice-test-app 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-02 10:11:35
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-invoice Test APP
===========================

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

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

1. Add "takamol-einvoice" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'takamol-einvoice-test-app',
    ]

2. Include the takamol_einvoice URLconf in your project urls.py like this::
url(r'^takamol_einvoice/', include('takamol_einvoice.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-einvoice-test-app",
    "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/04/ea/5bcecd208f6a1aef35102735bd85b3e20d1a55bc876549e2d662cd4b8c69/takamol-einvoice-test-app-0.1.tar.gz",
    "platform": null,
    "description": "===========================\nTakamol E-invoice Test APP\n===========================\n\nThis package is an implementation for e-invoices that comply with ZATCA regulations.\n\nQuick start\n-----------\n\n1. Add \"takamol-einvoice\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ...\n        'takamol-einvoice-test-app',\n    ]\n\n2. Include the takamol_einvoice URLconf in your project urls.py like this::\nurl(r'^takamol_einvoice/', include('takamol_einvoice.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": "2fa8978e627a5d9bd31692662112b49528b55205ab7468545fbd3167b707e351",
                "md5": "c92b8bbb3a09e39f0dd0abe022bd511b",
                "sha256": "d2c803a675fd7906dbf341bb18281ee6b38960c139b6194d31a3ad3f1932e752"
            },
            "downloads": -1,
            "filename": "takamol_einvoice_test_app-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c92b8bbb3a09e39f0dd0abe022bd511b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20774,
            "upload_time": "2023-10-02T10:11:33",
            "upload_time_iso_8601": "2023-10-02T10:11:33.097330Z",
            "url": "https://files.pythonhosted.org/packages/2f/a8/978e627a5d9bd31692662112b49528b55205ab7468545fbd3167b707e351/takamol_einvoice_test_app-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04ea5bcecd208f6a1aef35102735bd85b3e20d1a55bc876549e2d662cd4b8c69",
                "md5": "eeb7c0b84da54f882fbb35048508b574",
                "sha256": "4f0cc2017661e84be4eebafb10caae8169178151e958a318e39f343bab9e18d2"
            },
            "downloads": -1,
            "filename": "takamol-einvoice-test-app-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "eeb7c0b84da54f882fbb35048508b574",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20421,
            "upload_time": "2023-10-02T10:11:35",
            "upload_time_iso_8601": "2023-10-02T10:11:35.060434Z",
            "url": "https://files.pythonhosted.org/packages/04/ea/5bcecd208f6a1aef35102735bd85b3e20d1a55bc876549e2d662cd4b8c69/takamol-einvoice-test-app-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 10:11:35",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "upskillingdevs",
    "bitbucket_project": "takamol_einvoice",
    "lcname": "takamol-einvoice-test-app"
}
        
Elapsed time: 0.12344s