You can follow my open source activity on this website or GitHub.

Here is a partial list of open source projects I authored:

C#

  • FatturaElettronica.NET. Validation and de/serialization of electronic invoices adhering to the standard defined by the Italian “Agenzia delle Entrate”.

Python

  • Eve. Effortlessly build and deploy highly customizable, fully featured RESTful Web Services. Powered by Flask, MongoDB and good intentions.

  • Cerberus. Lightweight and extensible data validation library for Python. It provides type checking and other base functionality out of the box and is designed to be easily extensible, allowing for easy custom validation.

  • Events. Bringing the elegance of C# EventHanlder to Python. Here is a handy class that encapsulates the core to event subscription and event firing and feels like a “natural” part of the language.

  • Flask-Sentinel. OAuth2 Server bundled as a Flask extension. Add OAuth2 capabilities to an existing or brand new Flask application.

  • Eve-Swagger. Swagger extension for Eve powered RESTful APIs.

  • Flask-MimeRender. Python module for RESTful resource representation using MIME Media-Types and the Flask Microframework.

Other