machine-readable list of transport API endpoints. Contribute to public-transport/transport-apis development by creating an account on GitHub.| GitHub
RSS Namespace Extension for Podcasting (Tag Specification)| podcastindex.org
This PEP defines a specification how licenses are documented in the Python projects.| Python Enhancement Proposals (PEPs)
A Dependency Manager for PHP| getcomposer.org
We make licensing easy for humans and machines alike. REUSE solves a fundamental issue that Free Software licensing has at the very source. Adopting our recommendations is as easy as one-two-three!| reuse.software
Functions| mesonbuild.com
Learn about SPDX License Identifiers and License Expressions, and see how you can use them to communicate licensing information in an SBOM.| Dependency Heaven
The pyproject.toml file In package mode, the only required fields are name and version (either in the project section or in the tool.poetry section). Other fields are optional. In non-package mode, the name and version fields are required if using the project section. Note Run poetry check to print warnings about deprecated fields. The project section The project section of the pyproject.toml file according to the specification of the PyPA. name The name of the package. Always required when t...| python-poetry.org
A wrapper around NumPy and other array libraries to make them compatible with the Array API standard| PyPI
NuGet pack and restore can work directly as MSBuild targets with NuGet 4.0+.| learn.microsoft.com
A catalog of ready-to-use Ada libraries| alire.ada.dev
Related articles| wiki.archlinux.org
git.sr.ht is a service for hosting git repositories on| man.sr.ht
We’re on a journey to advance and democratize artificial intelligence through open source and open science.| huggingface.co
I recently went through the trouble of distributing a Rust package. I wished that there was a simple guide on distributing one package to many platforms, so I wrote this guide. Follow me as we publish my package, RustScan, to multiple distributions. Semantic Versioning Semantic Versioning is a system defining| Skerritt.blog
I’m (still) thinking a bit more about software licenses (previously). In order to learn more, I read Open (Source) for Business: A Practical Guide to Open Source Software Licensing by Heather Meeker, which was pretty close to the more thorough explanation of key concepts that I was looking for. (Tired...| Prevent Default
The OpenAPI Specification defines a standard interface to RESTful APIs which allows both humans and computers to understand service capabilities without access to source code, documentation, or network traffic inspection.| swagger.io
The ecosystem around delivering ECMAScript modules via packages is slowly maturing. This blog post explains how the various pieces fit together: Packages – JavaScript’s units for software distribution The three kinds of ECMAScript module specifiers Providing and using packages via module specifiers in Node.js, Deno and web browsers| 2ality.com