https://github.com/eclipse-keyple/keyple-plugin-storagecard-java-api
Eclipse Keyple™ Project - Storage Card Plugin API
https://github.com/eclipse-keyple/keyple-plugin-storagecard-java-api
Last synced: 5 months ago
JSON representation
Eclipse Keyple™ Project - Storage Card Plugin API
- Host: GitHub
- URL: https://github.com/eclipse-keyple/keyple-plugin-storagecard-java-api
- Owner: eclipse-keyple
- License: mit
- Created: 2025-03-03T17:00:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-12T15:45:55.000Z (5 months ago)
- Last Synced: 2026-01-12T21:38:53.088Z (5 months ago)
- Language: Java
- Homepage: https://keyple.org/
- Size: 287 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Notice: NOTICE.md
Awesome Lists containing this project
README
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
# Keyple Plugin Storage Card API
## Overview
The **Keyple Plugin Storage Card API** is dedicated to the development of specific Keyple plugins able to handle Storage
Cards. It normalizes the interactions between a Keyple plugin and an APDU interpreter implementation dedicated to
Storage Cards processing.
## Documentation & Contribution Guide
The full documentation, including the **user guide**, **download information** and **contribution guide**, is available
on the Keyple website [keyple.org](https://keyple.org).
## API documentation
API documentation & class diagram is available online: [docs.keyple.org/keyple-plugin-storagecard-java-api](https://docs.keyple.org/keyple-plugin-storagecard-java-api)
## About the source code
The code is built with **Gradle** and is compliant with **Java 1.8** in order to address a wide range of applications.
## Continuous Integration
This project uses **GitHub Actions** for continuous integration. Every push and pull request triggers automated builds
and checks to ensure code quality and maintain compatibility with the defined specifications.