Skip to content

piisa/piisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

piisa

PIISA stands for a Personal Identifiable Information Standard Architecture. This standard is designed to allow seamless interoperability between various PII processing frameworks.

Rationale

Our mission statement stems from these facts:

  • Proper PII management is hard, and has many facets.
  • There are solutions available for PII processing, both open source and commercial
  • We might want to combine several solutions to achieve better results, or to adapt to specific use cases
  • However there is no practical way of achieving such combination, or of customizing solutions

Our approach has been let's define an architecture that decomposes the PII problem into blocks, and let's define interfaces between those blocks

Therefore the PIISA specification, and its reference implementation, tries to follow the approach of independent components that pass data between them to compose a full solution

Specification

Click here for the latest specification document.

Usage

We are developing a reference software of this specification, delivered as a set of Python packages that implement each block in the architecture. Check a description of those packages and an introductory usage document to find out how it has been structured and how to use it.

Who are we

We are a team of privacy enthusiasts who are interested in improving PII management across multiple domains.

Contributing

We are happy to accept contributions from anyone interested in shaping out PIISA. To contribute:

  • Make sure you have a GitHub account.
  • Check if a Github issue already exists. If not, create one.
  • Clearly describe the issue.
  • Fork the repository on GitHub.
  • If your contribution contains code, please make sure you have unit tests added.
  • Optional but recommended: Run flake8 and black on your code prior to publishing your pull request.
  • Run all tests locally before publishing your pull request.
  • Push your changes to a topic branch in your fork of the repository.
  • Submit a pull request to the repository.

License

About

Personal information identification standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published