All Projects → JeffFerguson → gepsio

JeffFerguson / gepsio

Licence: MIT license
Gepsio is a document object model for XBRL documents based on .NET 6.

Programming Languages

C#
18002 projects
XSLT
1337 projects

Projects that are alternatives of or similar to gepsio

py-xbrl
Python-based parser for parsing XBRL and iXBRL files
Stars: ✭ 47 (-6%)
Mutual labels:  xbrl, xbrl-parser
FastEndpoints
A light-weight REST API development framework for ASP.Net 6 and newer.
Stars: ✭ 2,386 (+4672%)
Mutual labels:  dotnet6
Huxley2
A cross-platform JSON proxy for the GB railway Live Departure Boards SOAP API
Stars: ✭ 22 (-56%)
Mutual labels:  dotnet6
python api client
A Python client for Calcbench's API.
Stars: ✭ 16 (-68%)
Mutual labels:  xbrl
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+110%)
Mutual labels:  dotnet6
LinqBuilder
LinqBuilder is an advanced implementation of the specification pattern specifically targeting LINQ query generation.
Stars: ✭ 34 (-32%)
Mutual labels:  dotnet6
TelephoneDirectory
microservices-> .net 6, golang - Docker, Ocelot, RabbitMq, MassTransit, mssql, postgresql, elasticsearch, kibana, jwt
Stars: ✭ 40 (-20%)
Mutual labels:  dotnet6
CellReport
CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源,通过内置的集合函数组织数据,以类excel界面设计最终呈现结果。
Stars: ✭ 196 (+292%)
Mutual labels:  dotnet6
Xoxo
reading, writing and comparing XBRL reports
Stars: ✭ 19 (-62%)
Mutual labels:  xbrl
edgarWebR
R package for interacting with the SEC's EDGAR filing search and retrieval system
Stars: ✭ 63 (+26%)
Mutual labels:  xbrl
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+4470%)
Mutual labels:  dotnet6
ErogeHelper
A visual novel tool for win-tablet based on Textractor
Stars: ✭ 68 (+36%)
Mutual labels:  dotnet6
DynamicRun
Dynamically run code using .NET 7, Roslyn and AssemblyLoadContext
Stars: ✭ 83 (+66%)
Mutual labels:  dotnet6
pnpcore
The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
Stars: ✭ 169 (+238%)
Mutual labels:  dotnet6
mbill blazor admin
基于Blazor + Ant Blazor搭建个人记账后台管系统,采用.NET 6搭建后台服务,采用uni-app搭建个人记账微信小程序,采用Xamarin搭建移动客户端App
Stars: ✭ 19 (-62%)
Mutual labels:  dotnet6
smart-blazor
Blazor UI Components & Examples
Stars: ✭ 32 (-36%)
Mutual labels:  dotnet6
vscode-npm-gui
vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui
Stars: ✭ 36 (-28%)
Mutual labels:  dotnet6
XBRL
Classes that implement the XBRL 2.1, XDT, Formulas, Generics, XFI and other XBRL specifications
Stars: ✭ 29 (-42%)
Mutual labels:  xbrl
Fastreport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
Stars: ✭ 1,688 (+3276%)
Mutual labels:  dotnet6
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+256%)
Mutual labels:  dotnet6

What is Gepsio?

Gepsio is a document object model for XBRL documents. The object model is built using .NET 6 and will work with any software development platform that can consume .NET 6 assemblies.

Load your XBRL document with the XbrlDocument class and work with your XBRL document exposed as a set of .NET 6 classes with a variety of properties and methods. Loaded XBRL documents are automatically validated against the information against the XBRL specification, and exceptions are thrown when invalid XBRL documents are loaded. The Gepsio code base is unit tested using the XBRL Conformance Suite designed by the XBRL organization.

The Wiki includes a section called "Working with Gepsio" that describes how to use Gepsio to work with XBRL document instances.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].