Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add publiccode.yml #220

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/publiccode-yml-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [pull_request]

jobs:
publiccode_yml_validation:
runs-on: ubuntu-latest
name: publiccode.yml validation
steps:
- uses: actions/checkout@v2
- uses: italia/publiccode-parser-action@v1
with:
publiccode: 'publiccode.yml'
comment-on-pr: true
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64 changes: 64 additions & 0 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/publiccodeyml/publiccode.yml

publiccodeYmlVersion: '0.3'
categories:
- data-collection
description:
it:
apiDocumentation: 'https://developers.italia.it/it/api/developers-italia'
features:
- RESTful API Design
- Can use either SQLite or PostgreSQL
- Optional rate limiting to manage the number of requests per minute.
- Containerization support
- Helm chart available
longDescription: |
**developers-italia-api** is a RESTful API for the free and open-source
software catalog aimed at Italian public administrations. This API serves
as a crucial tool in managing and accessing the software catalog,
providing a streamlined and efficient way for public administrations and
developers to interact with the repository. It's built with a focus on
ease of use and reliability, ensuring that users can effectively leverage
the catalog for their software needs.
shortDescription: |-
RESTful API for the free and open-source software catalog aimed at Italian
public administrations. This API serves
developmentStatus: beta
it:
conforme:
gdpr: false
lineeGuidaDesign: false
misureMinimeSicurezza: true
modelloInteroperabilita: true
countryExtensionVersion: '0.2'
piattaforme:
anpr: false
cie: false
pagopa: false
spid: false
riuso:
codiceIPA: pcm
legal:
license: AGPL-3.0-or-later
localisation:
availableLanguages:
- en
localisationReady: false
logo: .github/logo.png
maintenance:
contacts:
- name: Fabio Bonelli
type: community
name: developers-italia-api
platforms:
- web
dependsOn:
open:
- name: PostgreSQL
optional: true
releaseDate: '2023-11-04'
softwareType: standalone/backend
softwareVersion: v0.10.1
url: 'https://github.com/italia/developers-italia-api'
Loading