Code Monkey home page Code Monkey logo

argp's Introduction

Taco de Wolff

A collection of integrated tools and libraries using the Go programming language.

  • prompt: Command line prompting by scanning into any variable type using a text, select, or checkbox input prompt.
  • argp: Command line argument parsing, including parsing lists and maps and configuration files.
  • font: Font parsing and manipulation for TTF, OTF, TTC, WOFF, WOFF2, and EOT file types.
    • cmd/fontinfo: Show font information and draw glyphs in terminal or as image.
    • cmd/fontsubset: Subset a font by selecting the given glyph IDs, glyph names, or literal characters.
  • locale: Handling of locale-specific parsing of dates, date intervals, currencies, etc using the CLDR dataset.
  • mail: Mail related utilities, including parsing DMARC and SMTP TLS reports and the milter protocol.
    • milter: A mail filter to prevent e-mail spoofing, use Sender Rewriting Scheme (SRS), and parse SMTP TLS/DMARC reports.
  • parse: Parsing utilities with parsers for (mainly) web formats, such as HTML, CSS, JS, JSON, and XML.
  • minify: High-performance minifiers for web file formats, such as HTML, CSS, JS, JSON, and XML.
  • canvas: Vector graphics library that can output raster images, SVGs, PDFs, HTML Canvas, TeX, PostScript, etc. file formats.

argp's People

Contributors

tdewolff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

argp's Issues

Some tests do not pass

What I get with fa6c548 and Go 1.21.3 is:

--- FAIL: TestArgpTypes (0.00s)
    --- FAIL: TestArgpTypes/[--slice_foo_,_bar] (0.00s)
    argp_test.go:91: { false 0 0 0 0 0 0 0 0 0 0 0 0 [0 0 0] [foo] map[] {false {0}}} != { false 0 0 0 0 0 0 0 0 0 0 0 0 [0 0 0] [foo bar] map[] {false {0}}}
    --- FAIL: TestArgpTypes/[--slice_foo,_bar] (0.00s)
    argp_test.go:91: { false 0 0 0 0 0 0 0 0 0 0 0 0 [0 0 0] [foo ] map[] {false {0}}} != { false 0 0 0 0 0 0 0 0 0 0 0 0 [0 0 0] [foo bar] map[] {false {0}}}
    --- FAIL: TestArgpTypes/[--slice_foo_,bar] (0.00s)
    argp_test.go:91: { false 0 0 0 0 0 0 0 0 0 0 0 0 [0 0 0] [foo] map[] {false {0}}} != { false 0 0 0 0 0 0 0 0 0 0 0 0 [0 0 0] [foo bar] map[] {false {0}}}
FAIL

But there's no CI here, so I'm not sure if these are intended to be passing yet?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.