Skip to content

AustinMatherne/libxbrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libxbrl

libxbrl is an experimental project that aims to provide a free and open-source library for processing XBRL.

Goals

The primary goals for libxbrl are as follows:

  • Achieve 100% compliance with XBRL specifications that are at recommendation status.
  • Provide best-in-class performance while minimizing memory usage.
  • Offer an easy-to-use library API for querying XBRL data.
  • Ensure compatibility with any language or runtime that supports C interop/FFI, such as C#, C++, Go, Java, Node.js, Python, Rust, Swift, and more.
  • Support cross-platform usage on Linux, macOS, and Windows operating systems.

Non-Goals

libxbrl is focused on creating a powerful XBRL processing library within the scope of the XBRL specifications. As such, it does not include functionality beyond those specifications, such as jurisdiction validations, taxonomy editors, renderers, or similar features. Instead, applications built with libxbrl should provide these types of features.

License

libxbrl is licensed under both the MIT License and the Apache License (Version 2.0).

Please refer to LICENSE-MIT and LICENSE-APACHE for further details.

About

XBRL processor library

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages