Skip to content

A list of >10000 Arduino libraries and relevant metadata

License

Notifications You must be signed in to change notification settings

per1234/inoliblist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An list of thousands of Arduino library GitHub repositories with relevant metadata.

Available list formats

List Sources

List Columns

  • Repository URL
  • Owner
  • Repo Name
  • Default Branch: Default branch of the repository.
  • Library Path: The folder of the repository where a library was detected. The script only scans the repository root, and one subfolder down. If a library is not found at those locations then the field will be left empty.
  • Archived: Whether the repository is archived. Archived repositories are read-only.
  • Fork: Whether the repository is a fork.
  • Fork Of: If the repository is a fork, the name of the parent.
  • Last Push: Timestamp of the last push to the repository.
  • #Forks: Number of forks of the repository. Note: This is forks of the repository specifically, as opposed to the "Fork" number shown on a repository's GitHub homepage, which is the total number of forks in the repository's network.
  • #Stars: Number of people who have "starred" the repository.
  • #Contributors: Number of people who have committed to the repository. Note: This doesn't always match the contributor count shown on the home page of GitHub repositories. It may be that number includes the contributors with private email addresses.
  • Status: Combined status of the latest commit to the default branch. Status will typically indicate the result of continuous integration checks.
  • License: Repository license as detected by GitHub from a license file in the root of the repository. Note: This does not necessarily guarantee all content in the repository has that license.
    • none: There is no license file.
    • `unrecognized: There is a license file but it did not match a standard license type.
  • Language: The primary programming language of the repository, as detected by GitHub.
  • Repo Description: The repository description, as shown at the top of its home page.
  • GitHub Topics: The repository's topics.
  • In Library Manager: Whether the repository is listed in the Arduino Library manager index.
  • LM name: Value of the name field found in the library.properties metadata file used by the Arduino IDE. Note: These values are taken from the tip of the repository's default branch, not from the Arduino Library Manager index file, which populates them only from tagged versions. You can find more information on these fields in the Arduino Library Specification.
  • LM version
  • LM author
  • LM maintainer
  • LM sentence
  • LM paragraph
  • LM category
  • LM url
  • LM architectures
  • PIO name: Value of the name field found in the library.json metadata file used by PlatformIO. Note: These values are taken from the tip of the repository's default branch, not from the PlatformIO Library Registry. You can find more information on these fields in the library.json documentation.
  • PIO description
  • PIO keywords
  • PIO authors
  • PIO repository
  • PIO version
  • PIO license
  • PIO downloadUrl
  • PIO homepage
  • PIO frameworks
  • PIO platforms

List generation

The list is generated by a Python script: inoliblist.py

Script command line options

--help: Display available command line options for the script.
--ghtoken: GitHub Personal Access Token. The GitHub API does less strict rate limiting for authenticated requests. You can create a token by at this GitHub settings page: https://github.com/settings/tokens
--verbose: Enable verbose output, for debugging.

Contributing

Pull requests or issue reports are welcome! Please see the contribution rules for instructions.

If this list would be more useful to you with some additional data field then feel free to open an issue report with your request and I'll see if it can be accommodated.

About

A list of >10000 Arduino libraries and relevant metadata

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages