https://github.com/playpauseandstop/ralc
Rate Calculator
https://github.com/playpauseandstop/ralc
Last synced: 12 months ago
JSON representation
Rate Calculator
- Host: GitHub
- URL: https://github.com/playpauseandstop/ralc
- Owner: playpauseandstop
- License: bsd-2-clause
- Created: 2014-01-16T15:27:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T13:34:01.000Z (over 8 years ago)
- Last Synced: 2025-06-30T15:04:25.178Z (12 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
====
ralc
====
.. image:: https://travis-ci.org/playpauseandstop/ralc.png?branch=master
:target: https://travis-ci.org/playpauseandstop/ralc
.. image:: https://img.shields.io/pypi/v/ralc.svg
:target: https://pypi.python.org/pypi/ralc
Rate Calculator for multiplicate spent hours with rate per hour to find out how
many money you earned.
Requirements
============
* `Python `_ 2.6+
Installation
============
As easy as::
# pip install ralc
License
=======
``ralc`` is licensed under the terms of `BSD License
`_
Usage
=====
::
usage: ralc [-h] HH[:MM[:SS]] RATE
Rate Calculator
positional arguments:
HH[:MM[:SS]] Spent hours, e.g.: "30", "120:40", "10:55:30"
RATE Rate per hour. Should be decimal value.
optional arguments:
-h, --help show this help message and exit
Changelog
=========
0.1 (2014-01-16)
----------------
+ Initial release