29 lines
689 B
ReStructuredText
29 lines
689 B
ReStructuredText
miniuri parser and ago human timedelta
|
|
######################################
|
|
:date: 2012-06-29 21:30
|
|
:author: Russell Ballestrini
|
|
:tags: Code, Project
|
|
:slug: miniuri-parser-and-ago-human-timedelta
|
|
:status: published
|
|
|
|
I just packaged and published a couple of python modules to pypi:
|
|
|
|
* `ago <https://pypi.python.org/pypi/ago>`__
|
|
* `miniuri <https://pypi.python.org/pypi/miniuri>`__
|
|
|
|
To install them, run:
|
|
|
|
*Install:*
|
|
|
|
.. code-block:: bash
|
|
|
|
pip install --upgrade ago miniuri
|
|
|
|
If you want to view their source code, look here:
|
|
|
|
* `miniuri <https://bitbucket.org/russellballestrini/miniuri>`__
|
|
* `ago <https://bitbucket.org/russellballestrini/ago>`__
|
|
|
|
I hope you enjoy them.
|
|
|
|
.. contents::
|