pretix-fattura-elettronica


Namepretix-fattura-elettronica JSON
Version 0.2.11 PyPI version JSON
download
home_pagehttps://github.com/pythonitalia/pretix-fattura-elettronica
SummaryPlugin for Italian Electronic Invoices
upload_time2024-04-10 16:44:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache
keywords pretix
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Fattura Elettronica
==========================

This is a plugin for `pretix`_.

Plugin for Italian Electronic Invoices

Development setup
-----------------

1. Make sure that you have a working `pretix development setup`_.

2. Clone this repository.

3. Activate the virtual environment you use for pretix development.

4. Execute ``python setup.py develop`` within this directory to register this application with pretix's plugin registry.

5. Execute ``make`` within this directory to compile translations.

6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in
   the 'plugins' tab in the settings.

To check your plugin for rule violations, run::

    ruff .

You can auto-fix some of these issues by running::

    ruff --fix .

To automatically check for these issues before you commit, you can run ``.install-hooks``.


License
-------


Copyright 2023 Patrick Arminio & Ernesto Arbitrio

Released under the terms of the Apache License 2.0


.. _pretix: https://github.com/pretix/pretix
.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pythonitalia/pretix-fattura-elettronica",
    "name": "pretix-fattura-elettronica",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Python Italia <info@pycon.it>",
    "keywords": "pretix",
    "author": null,
    "author_email": "Python Italia <info@pycon.it>",
    "download_url": "https://files.pythonhosted.org/packages/82/cc/b06da47e22ca9c5eb3f234428a5e44be0e5a7e9fd7bb536a21a493ac1100/pretix_fattura_elettronica-0.2.11.tar.gz",
    "platform": null,
    "description": "Fattura Elettronica\n==========================\n\nThis is a plugin for `pretix`_.\n\nPlugin for Italian Electronic Invoices\n\nDevelopment setup\n-----------------\n\n1. Make sure that you have a working `pretix development setup`_.\n\n2. Clone this repository.\n\n3. Activate the virtual environment you use for pretix development.\n\n4. Execute ``python setup.py develop`` within this directory to register this application with pretix's plugin registry.\n\n5. Execute ``make`` within this directory to compile translations.\n\n6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in\n   the 'plugins' tab in the settings.\n\nTo check your plugin for rule violations, run::\n\n    ruff .\n\nYou can auto-fix some of these issues by running::\n\n    ruff --fix .\n\nTo automatically check for these issues before you commit, you can run ``.install-hooks``.\n\n\nLicense\n-------\n\n\nCopyright 2023 Patrick Arminio & Ernesto Arbitrio\n\nReleased under the terms of the Apache License 2.0\n\n\n.. _pretix: https://github.com/pretix/pretix\n.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Plugin for Italian Electronic Invoices",
    "version": "0.2.11",
    "project_urls": {
        "Homepage": "https://github.com/pythonitalia/pretix-fattura-elettronica",
        "Repository": "https://github.com/pythonitalia/pretix-fattura-elettronica"
    },
    "split_keywords": [
        "pretix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "271cce058ddd81b6dbff90b65fc9221f025012eb36ed00179ff3baafadf3706a",
                "md5": "ea258c59137a68314f41d7b23f196bce",
                "sha256": "cae87cbaf4f379b08aeb83a42e91658f9c51003523e77c22923c708153461bff"
            },
            "downloads": -1,
            "filename": "pretix_fattura_elettronica-0.2.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea258c59137a68314f41d7b23f196bce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23976,
            "upload_time": "2024-04-10T16:44:55",
            "upload_time_iso_8601": "2024-04-10T16:44:55.303197Z",
            "url": "https://files.pythonhosted.org/packages/27/1c/ce058ddd81b6dbff90b65fc9221f025012eb36ed00179ff3baafadf3706a/pretix_fattura_elettronica-0.2.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82ccb06da47e22ca9c5eb3f234428a5e44be0e5a7e9fd7bb536a21a493ac1100",
                "md5": "b612fc15de38301f06e91676337a5e26",
                "sha256": "6ab542e4ab36e5fe2e0b5ecdf6d4fb0de56f17a87d4a9d602f71615e533ed59e"
            },
            "downloads": -1,
            "filename": "pretix_fattura_elettronica-0.2.11.tar.gz",
            "has_sig": false,
            "md5_digest": "b612fc15de38301f06e91676337a5e26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26038,
            "upload_time": "2024-04-10T16:44:57",
            "upload_time_iso_8601": "2024-04-10T16:44:57.572179Z",
            "url": "https://files.pythonhosted.org/packages/82/cc/b06da47e22ca9c5eb3f234428a5e44be0e5a7e9fd7bb536a21a493ac1100/pretix_fattura_elettronica-0.2.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 16:44:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pythonitalia",
    "github_project": "pretix-fattura-elettronica",
    "github_not_found": true,
    "lcname": "pretix-fattura-elettronica"
}
        
Elapsed time: 0.22752s