Ports Search

Results 7,3917,400 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
textproc/Version-Next-1.000 (Score: 1.607039E-4)
Increment module version numbers simply and correctly
This module provides a simple, correct way to increment a Perl module version number. It does not attempt to guess what the original version number author intended, it simply increments in the smallest possible fashion. Decimals are incremented like an odometer. Dotted decimals are incremented piecewise and presented in a standardized way.
textproc/XML-Parser-Lite-Tree-0.14 (Score: 1.607039E-4)
Lightweight XML tree builder
This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile any C.
textproc/XML-TreePP-0.43 (Score: 1.607039E-4)
Pure Perl implementation for parsing/writing xml files
XML::TreePP module parses XML file and expands it for a hash tree. And also generate XML file from a hash tree. This is a pure Perl implementation. You can also download XML from remote web server like XMLHttpRequest object at JavaScript language.
textproc/pod2mdoc-0.2 (Score: 1.607039E-4)
Convert POD data to mdoc input
The pod2mdoc utility is a converter from POD into mdoc. It's meant to operate like pod2man; however, it doesn't require a Perl installation: pod2mdoc is a standalone ISC-licensed ISO C utility and should compile on any modern UNIX system.
textproc/enchant-1.6.5 (Score: 1.607039E-4)
Spellchecking library for Python based on the Enchant library
PyEnchant is a set of language bindings and some wrapper classes to make the excellent Enchant spellchecker available as a Python module. The bindings are generated using SWIG. It includes all the functionality of Enchant with the flexibility of Python and a nice 'Pythonic' object-oriented interface. It also aims to provide some higher-level functionality than is available in the C API.
textproc/mysqlviz-0.3 (Score: 1.607039E-4)
MySQL and SQLite Database Visualisation Tool
Render a graphical representation of a MySQL or SQLite database from a mysqldump or sqlite3 .dump file. Features: - Can infer foreign key relationships if you do not have them defined - Handles partial dumps (FK to tables that are not defined within the dump) - Fast! Uses sed and grep for data extraction (MySQL only)
textproc/markdown2-2.3.1 (Score: 1.607039E-4)
Fast and complete Python implementation of Markdown
py-markdown2 provides a converter written in Python that closely matches the behaviour of the original Perl-implemented Markdown.pl. There is another Python markdown.py , but markdown2.py is faster and, to my knowledge, more correct. Markdown is a light text markup format and a processor to convert that to HTML.
textproc/pyelasticsearch-1.4 (Score: 1.607039E-4)
Flexible, high-scale API to elasticsearch
pyelasticsearch is a clean, future-proof, high-scale API to elasticsearch. It provides features like... * Transparent conversion of Python data types to and from JSON * Translating HTTP status codes representing failure into exceptions * Connection pooling * Load-balancing of requests across nodes in a cluster * Failed-node marking to avoid downed nodes for a period * Optional automatic retrying of failed requests
textproc/Chameleon-2.25 (Score: 1.607039E-4)
Fast HTML/XML Template Compiler
Chameleon is an HTML/XML template engine for Python. It uses the page templates language. It’s designed to generate the document output of a web application, typicay HTML markup or XML. The language used is page templates, originally a Zope invention, but available here as a standalone library that you can use in any script or application running Python.
textproc/fldiff-1.1 (Score: 1.607039E-4)
Graphical diff program using FLTK
Fldiff is a graphical diff program that shows the differences between two files/directories, or a file/directory and a CVS or Subversion repository. It is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of GUI toolkit has hampered their portability to many of the systems I work with.