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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file generatorepiva-1.0.3.tar.gz.
File metadata
- Download URL: generatorepiva-1.0.3.tar.gz
- Upload date:
- Size: 182.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22ea429aaa5385200e4a73f190f7fd59784a7e899af94a1877d3e8720ead4c28
|
|
| MD5 |
c870089d98ddfc300efd6633f6c61fa2
|
|
| BLAKE2b-256 |
0e228c13cc2d5f0db3475eb1e580f1febd423c71bd68d7632420b4e198ba31d0
|
File details
Details for the file generatorepiva-1.0.3-py3-none-any.whl.
File metadata
- Download URL: generatorepiva-1.0.3-py3-none-any.whl
- Upload date:
- Size: 184.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a663c2466a9a876486e1ee11df57341c599987a50a6268ae2e87d27388f11007
|
|
| MD5 |
f057484dd31003a08eb67fd34298ee17
|
|
| BLAKE2b-256 |
2dea7f6436860670f008299771cacb8727be224853758a88bdeed2ba8bb91108
|