Metadata-Version: 2.1
Name: ya-fattura-elettronica-generator
Version: 1.3.1
Summary: A utility to validate italian fatture elettroniche
Home-page: https://github.com/Koldar/ya-fattura-elettronica-generator
Author: Massimo Bono
Author-email: massimobono1@gmail.com
License: mit
Keywords: tax,fattura-elettronica
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=>=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: README.md
License-File: requirements.txt
License-File: setup.py
Requires-Dist: arrow (>=1.2.0)
Requires-Dist: certifi (>=2021.5.30)
Requires-Dist: charset-normalizer (>=2.0.6)
Requires-Dist: datasize (>=1.0.0)
Requires-Dist: docutils (>=0.17.1)
Requires-Dist: idna (>=3.2)
Requires-Dist: jmespath (>=0.10.0)
Requires-Dist: koldar-utils (>=2.104.1)
Requires-Dist: lxml (>=4.6.3)
Requires-Dist: m2r (>=0.2.1)
Requires-Dist: mistune (>=0.8.4)
Requires-Dist: Pillow (>=8.3.2)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: requests (>=2.26.0)
Requires-Dist: semantic-version (>=2.8.5)
Requires-Dist: six (>=1.16.0)
Requires-Dist: smmap (>=4.0.0)
Requires-Dist: stringcase (>=1.2.0)
Requires-Dist: typing-extensions (>=3.10.0.2)
Requires-Dist: urllib3 (>=1.26.7)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: mock ; extra == 'test'


Introduction
============

This package provides an alternative way to generate fatture elettroniche.
Actually, at the moment we provide only validations of them, and specifically only for the regime forfettario.
The reason is that I have that one

Installation
============

.. code-block::

   pip install ya-fattura-elettronica-generator

Guide
=====

.. code-block::

   ya-fattura-elettronica-generator --help

Validation
----------

.. code-block::

   ya-fattura-elettronica-generator validate forfettario --monthly --file "fattura.xml"

We will perform some validations to ensure everything is fine.

Known Bugs
==========

id fattura is still in WIP.


