Skip to content

AlessioMarinelli/italian-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Italian Toolkit

Lint Code Base CodeQL NuGet Nuget License: MIT

A collection of helper methods and classes for .NET for common Italy-related data management packed in a single library to avoid code duplication.

Installation

The library is available on NuGet. Just search for ItalianToolkit in the Package Manager GUI or run the following command in the .NET CLI:

dotnet add package ItalianToolkit

Roadmap

  • Fiscal codes management
    • Formal validation
    • Calculation from person master data
    • Homocodies calculation from base fiscal code
    • Homocody validation
    • Birthplace validation
  • ANPR Identifier (ID ANPR)
    • Formal validation (EXPERIMENTAL)
    • Check character calculation (EXPERIMENTAL)
  • Transports
    • Car plates validation (pre 1994)
    • Car plates validation (post 1994)
  • Places
    • Regions
    • Provinces
    • Municipalities and metropolitan areas
  • Other? - File an issue!

ANPR Identifier support (EXPERIMENTAL)

The validation methods for ANPR Identifier are released as EXPERIMENTAL because the official technical specification is not yet available, and it was written reverse engineering the available technical information (and a bit of try & guess).

Contributing

Contributions are welcome. Feel free to file issues and pull requests on the repo and we'll address them as we can. This repo uses Project Template's issue templates, but feel free to open a blank issue if you don't find a template that fits your needs.

Warning Always use the developizza branch for your Pull Requests, don't target the maindolino branch directly.

Blog

Changelog

You can find a detailed changelog here.

Thanks

Special thanks to Marco Minerva for his continuous and tireless work in favor of the community, and for this video in particular from which I practically copied & pasted the version management.

GitHub + DEV 2023 Hackathon

This repo participates to the GitHub + DEV 2023 Hackathon, and shows how to use the following Github Actions:

License

MIT © Alessio Marinelli

About

A collection of helper methods and classes for .NET for common Italy-related data management packed in a single library to avoid code duplication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%