Skip to main content

Genera una PIVA italiana formalmente valida, in modo casuale.

Project description

generatore-piva

Un semplice generatore di PIVA

Questo pacchetto permette di generare delle Partite IVA casuali ma formalmente valide. L'obbiettivo di questo strumento è aiutare gli sviluppatori nel testing dei loro applicativi.

Non mi assumo alcuna responsabilià di un utilizzo improprio di questo strumento.

Installazione

Puoi installare questo pacchetto dal PyPI:

python -m pip install generatorepiva

Esempio d'uso

from generatorepiva import GeneratorePiva


def main():
    generatore_piva = GeneratorePiva()

    # Genera 100 PIVA
    for _ in range(100):
        piva = generatore_piva.genera()
        print(f'PIVA: {piva}')


if __name__ == '__main__':
    main()

Project details


Download files

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

Source Distribution

generatorepiva-1.0.2.tar.gz (182.7 kB view details)

Uploaded Source

Built Distribution

generatorepiva-1.0.2-py3-none-any.whl (184.7 kB view details)

Uploaded Python 3

File details

Details for the file generatorepiva-1.0.2.tar.gz.

File metadata

  • Download URL: generatorepiva-1.0.2.tar.gz
  • Upload date:
  • Size: 182.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for generatorepiva-1.0.2.tar.gz
Algorithm Hash digest
SHA256 71ec83eb13857df9d532da2bb6e6e3dd64670c099d87ae8f9875237943f6cb8e
MD5 6dc6ee440f558a72cc1c176f8b56c571
BLAKE2b-256 ef30ddbe514fa78af9659c12a05cb336bf14f19f638bf75b2f05c12ad50ad61f

See more details on using hashes here.

File details

Details for the file generatorepiva-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for generatorepiva-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 657c4616f8d9f4e7cd6d76a5249a122020681ff92bfc77e63e9099e9410c6a6a
MD5 c431a9504105095f46fa9c64510b1603
BLAKE2b-256 20c781f176ca40ef430470c5d222049fde437ee2b1a7934624016b304dde358c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page