Browse Source
While here, run these files through a spell-checker and wrap some overly long lines and/or dangling prepositions (when appropriate).

28 changed files with 82 additions and 80 deletions
@ -1,10 +1,10 @@ |
|||
This is the Microsoft Azure Batch Client Library. |
|||
|
|||
Batch processing began with mainframe computers and punch cards. Today, it still |
|||
plays a central role in business, engineering, science, and other areas that |
|||
require running lots of automated tasks—processing bills and payroll, |
|||
calculating portfolio risk, designing new products, rendering animated films, |
|||
testing software, searching for energy, predicting the weather, and finding new |
|||
cures for disease. Previously, few people had access to the computing power for |
|||
these scenarios. With Azure Batch, that power is available to you when you need |
|||
it, without any capital investment. |
|||
Batch processing began with mainframe computers and punch cards. Today, it |
|||
still plays a central role in business, engineering, science, and other |
|||
areas that require running lots of automated tasks-processing bills and |
|||
payroll, calculating portfolio risk, designing new products, rendering |
|||
animated films, testing software, searching for energy, predicting the |
|||
weather, and finding new cures for disease. Previously, few people had |
|||
access to the computing power for these scenarios. With Azure Batch, that |
|||
power is available to you when you need it, without any capital investment. |
|||
|
@ -1,14 +1,15 @@ |
|||
CLI Helpers is a Python package that makes it easy to perform common tasks when |
|||
building command-line apps. It’s a helper library for command-line interfaces. |
|||
CLI Helpers is a Python package that makes it easy to perform common tasks |
|||
when building command-line apps. It's a helper library for command-line |
|||
interfaces. |
|||
|
|||
Libraries like Click and Python Prompt Toolkit are amazing tools that help you |
|||
create quality apps. CLI Helpers complements these libraries by wrapping up |
|||
common tasks in simple interfaces. |
|||
Libraries like Click and Python Prompt Toolkit are amazing tools that help |
|||
you create quality apps. CLI Helpers complements these libraries by wrapping |
|||
up common tasks in simple interfaces. |
|||
|
|||
CLI Helpers is not focused on your app’s design pattern or framework – you can |
|||
use it on its own or in combination with other libraries. It’s lightweight and |
|||
easy to extend. |
|||
CLI Helpers is not focused on your app's design pattern or framework -- you |
|||
can use it on its own or in combination with other libraries. It is |
|||
lightweight and easy to extend. |
|||
|
|||
What’s included in CLI Helpers? |
|||
What's included in CLI Helpers? |
|||
- Prettyprinting of tabular data with custom pre-processing |
|||
- [in progress] config file reading/writing |
|||
|
@ -1,3 +1,2 @@ |
|||
This is a virtual package, its whole purpose is to install enum34 |
|||
on Python older than 3.4. |
|||
On Python 3.4+ it’s a no-op. |
|||
on Python older than 3.4. On Python 3.4+ it's a no-op. |
|||
|
@ -1,4 +1,4 @@ |
|||
first is an MIT licensed Python package with a simple function that returns the |
|||
first true value from an iterable, or None if there is none. If you need more |
|||
power, you can also supply a key function that is used to judge the truth value |
|||
of the element or a default value if None doesn’t fit your use case. |
|||
of the element or a default value if None doesn't fit your use case. |
|||
|
@ -1,2 +1,2 @@ |
|||
python-editor is a library that provides the editor module for programmatically |
|||
interfacing with your system’s $EDITOR. |
|||
python-editor is a library that provides the editor module for |
|||
programmatically interfacing with your system's $EDITOR. |
|||
|
@ -1,4 +1,4 @@ |
|||
This is a Python package containing zic-compiled binaries for the IANA time |
|||
zone database. It is intended to be a fallback for systems that do not have |
|||
system time zone data installed (or don’t have it installed in a standard |
|||
system time zone data installed (or don't have it installed in a standard |
|||
location), as a part of PEP 615. |
|||
|
@ -1,7 +1,7 @@ |
|||
OpenBOR is a royalty free sprite-based side scrolling gaming |
|||
engine. From humble beginnings in 2004, it has since grown into the |
|||
most versatile, easy to use, and powerful engine of its type you will |
|||
find anywhere. OpenBOR is optimized for side scrolling beat em’ up |
|||
find anywhere. OpenBOR is optimized for side-scrolling "beat 'em up" |
|||
style games (Double Dragon, Streets of Rage, Final Fight), but easily |
|||
accommodates any sort of gameplay style and feature set you can |
|||
imagine. |
|||
|
@ -1,7 +1,7 @@ |
|||
Ren'Py is a visual novel engine – used by thousands of creators from |
|||
around the world – that helps you use words, images, and sounds to |
|||
tell interactive stories that run on computers and mobile |
|||
devices. These can be both visual novels and life simulation |
|||
games. The easy to learn script language allows anyone to efficiently |
|||
write large visual novels, while its Python scripting is enough for |
|||
complex simulation games. |
|||
Ren'Py is a visual novel engine -- used by thousands of creators from |
|||
around the world -- that helps you use words, images, and sounds to |
|||
tell interactive stories that run on computers and mobile devices. |
|||
These can be both visual novels and life simulation games. The easy |
|||
to learn script language allows anyone to efficiently write large |
|||
visual novels, while its Python scripting is enough for complex |
|||
simulation games. |
|||
|
@ -1,3 +1,3 @@ |
|||
With this library you can use YARA from your Python programs. It covers all |
|||
YARA’s features, from compiling, saving and loading rules to scanning files, |
|||
YARA's features, from compiling, saving and loading rules to scanning files, |
|||
strings and processes. |
|||
|
@ -1,4 +1,4 @@ |
|||
Text::Unaccent::PurePerl is a module for “unaccenting” characters, i.e., |
|||
Text::Unaccent::PurePerl is a module for "unaccenting" characters, i.e., |
|||
removing accents and other diacritic marks from characters. Here, the term |
|||
unaccenting has a rather loose meaning, since this module does a lot more than |
|||
just removing accents. |
|||
unaccenting has a rather loose meaning, since this module does a lot more |
|||
than just removing accents. |
|||
|
@ -1,7 +1,7 @@ |
|||
Chameleon is an HTML/XML template engine for Python. It uses the page templates |
|||
language. |
|||
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. |
|||
It is designed to generate the document output of a web application, |
|||
typical 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. |
|||
|
@ -1,3 +1,3 @@ |
|||
Iosevka is an open-source, sans-serif + slab-serif, monospace + |
|||
quasi‑proportional typeface family, designed for writing code, using in |
|||
terminals, and preparing technical documents. |
|||
quasi-proportional typeface family, designed for writing code, using |
|||
in terminals, and preparing technical documents. |
|||
|
Loading…
Reference in new issue