Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raku-community-modules/form
A Raku implementation of Perl-style text formatting
https://github.com/raku-community-modules/form
raku
Last synced: about 1 month ago
JSON representation
A Raku implementation of Perl-style text formatting
- Host: GitHub
- URL: https://github.com/raku-community-modules/form
- Owner: raku-community-modules
- License: artistic-2.0
- Created: 2014-09-09T20:19:52.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T18:57:06.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T05:07:36.813Z (almost 2 years ago)
- Topics: raku
- Language: Raku
- Homepage:
- Size: 90.8 KB
- Stars: 5
- Watchers: 166
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/raku-community-modules/Form/workflows/test/badge.svg)](https://github.com/raku-community-modules/Form/actions)
NAME
====Form - A Raku implementation of Perl-style string formatting
SYNOPSIS
========```raku
use Form;
```DESCRIPTION
===========An implementation of Perl's Form module, as described by Exegesis 7 and Damian Conway's Perl6::Form module.
This is a WORK IN PROGRESS and most likely doesn't work at any given time.
AUTHOR
======Matthew Walton
Source can be located at: https://github.com/raku-community-modules/Form . Comments and Pull Requests are welcome.
TODO
====* DOCUMENTATION
* Data specified as lists
* Numeric fields with decimal separator and justification
* Numeric fields with thousands separators and justification
* Currencies
* Rendering of Complex numbers (currently restricted to Real)
* Everything else
COPYRIGHT AND LICENSE
=====================Copyright 2009 - 2012 Matthew Walton
Copyright 2013 - 2022 Raku Community
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.