russell.ballestrini.net/content/2012-06-29-miniuri-parser-and-ago-human-timedelta.rst
russell@unturf.com 137d65cc65 Consolidate blog tags: 57 → 23 unique tags
- 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
2026-01-26 09:09:53 -05:00

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::