Skip to content

Commit e067174

Browse files
committed
deepwiki
1 parent d3a35aa commit e067174

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
[![Versione PyPI](https://img.shields.io/pypi/v/normattiva2md.svg)](https://pypi.org/project/normattiva2md/)
44
[![Versione Python](https://img.shields.io/badge/python-3.7+-blue.svg)](https://python.org)
55
[![Licenza](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
6+
[![DeepWiki](https://img.shields.io/badge/deepwiki-ondata%2Fnormattiva__2__md-blue.svg)](https://deepwiki.com/ondata/normattiva_2_md)
67

78
**Normattiva2MD** è uno strumento da riga di comando progettato per convertire documenti XML in formato **Akoma Ntoso** (in particolare le norme pubblicate su `normattiva.it`) in documenti **Markdown** leggibili e ben formattati. L'obiettivo principale è offrire un formato compatto e immediatamente riutilizzabile quando le norme devono essere fornite come contesto a un **Large Language Model (LLM)** o elaborate in pipeline di Intelligenza Artificiale.
89

10+
---
11+
912
## ⚠️ Avvertenza legale
1013

1114
**I testi presenti nella banca dati "Normattiva" non hanno carattere di ufficialità.**
@@ -16,6 +19,10 @@ Gli utenti di questo strumento devono essere consapevoli che i documenti convert
1619

1720
---
1821

22+
👉 Se vuoi una **panoramica eccellente** di normattiva2md leggi [**questo wiki**](https://deepwiki.com/ondata/normattiva_2_md) generato dall'AI.
23+
24+
---
25+
1926
## 🎯 Perché Markdown per le norme?
2027

2128
Convertire le norme legali da XML Akoma Ntoso a Markdown offre vantaggi significativi:

site/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ title: Converti leggi italiane in Markdown AI-ready
2525
Vedi su GitHub
2626
</span>
2727
</a>
28+
<a href="https://deepwiki.com/ondata/normattiva_2_md" target="_blank" class="bg-blue-500 bg-opacity-30 backdrop-blur-sm border-2 border-white text-white px-8 py-4 rounded-lg font-semibold hover:bg-opacity-40 transition">
29+
<span class="flex items-center gap-2">
30+
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
31+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
32+
</svg>
33+
DeepWiki
34+
</span>
35+
</a>
2836
</div>
2937
<div class="bg-gray-900 bg-opacity-50 backdrop-blur-sm rounded-lg p-6 max-w-2xl mx-auto">
3038
<div class="text-left">

0 commit comments

Comments
 (0)