Module Documentation

This page summarizes the projects mentioned and recommended in the original post on /r/rakulang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Raku-Math-Matrix

    Bundle for all matrix math related

  • One example of a README.md file (or even an aggregated Pod) would look like the one from Math::Matrix (https://github.com/lichtkind/Raku-Math-Matrix). Truth be told, there's a Pod file (https://github.com/lichtkind/Raku-Math-Matrix/blob/master/lib/Math/Matrix.pod) that simply gets converted to the README.md file, however ideally all that documentation would be extracted right from the Pod-documented source code, thus doing away with the hassle of having code in one place and documentation somewhere else. Information such as name, version, authors, contributors, license, see also contribution, etc. This information could be fed into a single Pod file named after the module's name, which would dictate the documentation's structure. For example, the /doc/Math/Geometry.rakumod could look as follows:

  • DateTimeTimezones

    A module to add time zone support to Raku's built-in DateTime class

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • IntlLanguageTagSimple

    An extremely simplistic and lightweight class implementing LanguageTaggish

  • I posted a bit more of my thoughts on the mailing list, but I think the above is more or less the way to go. I did a proper multilanguage version for Intl::LanguageTag::Simple. I just need to build a POD parser script to read the relevant META6.json entries (it sets which file is used for README) and generate the docs accordingly, potentially with "read this in [lang]" links.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Stability

    14 projects | dev.to | 7 Mar 2024
  • Using Openpyxl - keep min date, handle line breaks, handle duplicates

    1 project | /r/learnpython | 1 May 2023
  • [python] dateutil exception handling making zero sense

    1 project | /r/learnprogramming | 10 Jun 2021
  • what does this expression mean in regex?

    1 project | /r/learnpython | 19 Feb 2021
  • Mastering Time: State-of-the-Art Date Handling in JavaScript

    2 projects | dev.to | 29 Apr 2024