- Fix case duplicates (guide→Guide, project→Project, etc.) - Consolidate single-post tags into broader categories - Add technology tags (Python, AWS, Salt, Docker, Kubernetes) to 93 posts - Add lib/tag_stats.py tool for checking tag usage - Update CLAUDE.md with tag guidelines
29 lines
697 B
ReStructuredText
29 lines
697 B
ReStructuredText
miniuri parser and ago human timedelta
|
|
######################################
|
|
:date: 2012-06-29 21:30
|
|
:author: Russell Ballestrini
|
|
:tags: Code, Project, Python
|
|
: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::
|