Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vborovikov/pantry
Custom data types for working with fractions, measurements, and money
https://github.com/vborovikov/pantry
csharp currency currency-converter customary dotnet fractional fractions imperial measurement-units measurements mesure metric money
Last synced: about 2 months ago
JSON representation
Custom data types for working with fractions, measurements, and money
- Host: GitHub
- URL: https://github.com/vborovikov/pantry
- Owner: vborovikov
- License: mit
- Created: 2023-05-19T05:27:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T05:55:03.000Z (3 months ago)
- Last Synced: 2024-10-28T17:43:43.085Z (2 months ago)
- Topics: csharp, currency, currency-converter, customary, dotnet, fractional, fractions, imperial, measurement-units, measurements, mesure, metric, money
- Language: C#
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pantry Library
[![Downloads](https://img.shields.io/nuget/dt/PantryLib.svg)](https://www.nuget.org/packages/PantryLib)
[![NuGet](https://img.shields.io/nuget/v/PantryLib.svg)](https://www.nuget.org/packages/PantryLib)
[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vborovikov/pantry/blob/main/LICENSE)Pantry is a utility library that provides custom data types to work with various types of values. The `Fractional` data type can be used to represent and perform operations on fractions, while the `Measure` data type can be used to work with measurements and quantities, and the `Money` and `Currency` data types can be used to handle sums of money and currency conversions. This library could be useful in a variety of applications where these types of values need to be handled and manipulated.