Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
docx2txt is a Perl based command line utility to convert Microsoft Office .docx documents to equivalent text documents. Latest version supports following features during text extraction.
Character conversions; currency characters are converted to respective names like Euro.
Capitalisation of text blocks.
Center and right justification of text fitting in a line of (configurable) 80 columns.
Horizontal ruler, line breaks, paragraphs separation, tabs.
Indicating hyperlinked text along with the hyperlink (configurable).
Handling (bullet, decimal, letter, roman) lists along with (attempt at) indentation.
Libconfig is a simple library for manipulating structured configuration files. This file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code.
ack is a tool for finding text inside files. It is designed for hackers and programmers by being fast, ignoring VCS directories, letting a user easily specify file types, match highlighting, Perl-Compatible Regular Expressions, and being faster to type than grep.
Libchardet is a universal charset detector C/C++ API.
dos2unix is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
Open Chinese Convert (OpenCC) converts between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion, and regional idioms among Mainland China, Taiwan, and Hong-Kong.
utf-8-lineseparator provides a tool to efficiently check text files for valid UTF-8 use and to report which line endings they use.
This is a python package for looking up the corresponding timezone for given coordinates on earth entirely offline.
This library brings the Olson tz database into Python. It allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time. Almost all of the Olson timezones are supported.
This package provides functionality for utilizing the relativedelta feature from the dateutil library, ensuring calendar precision with aniso8601.
Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.
This library provides a timezone database for Python.
Python library for generating and parsing RFC 3339-compliant timestamps.
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
The package ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects.
This package provides a data type for representing time slots with a start and end. It completes the datetime Python module, which can represent a time, a duration, a timezone, but not a range or interval.
The strict_rfc3339 Python module provides strict, simple, lightweight RFC3339 (Date and Time on the Internet: Timestamps) procedures.
It enables or aims to:
Convert UNIX timestamps to and from RFC3339.
Produce RFC3339 strings with a UTC offset (Z) or with the offset that the C time module reports is the local timezone offset.
Be simple with minimal dependencies/libraries.
Avoid timezones as much as possible.
Be very strict and follow RFC3339.
The dateutil module provides powerful extensions to the standard datetime module, available in Python 2.3+.
Pendulum is a drop-in replacement for the standard datetime class, providing an alternative API. As it inherits from the standard datetime all datetime instances can be replaced by Pendulum instances.
This package provides a thin Python wrapper around tzdata.
tz helps you schedule things across time zones. It is an interactive TUI program that displays time across a few time zones of your choosing.
Utility that fakes the system time by pre-loading a small library that modifies the time, gettimeofday and clock_gettime system calls.
Python-isodate is a python module for parsing and formatting ISO 8601 dates, time and duration.
This small Python module parses various kinds of time expressions.