Skip to main content

Mirroclock example

Project description

mirrorclock

This is an example repository for flask-restful usage, and packaging it for pypi. The logic used is the mirrored wallclock. Apart from the REST endpoint, there is a command line tool which uses the same logic to test the functionality.

The mirrorclock.wsgi:app entrypoint can be supplied to uwsgi for publication over HTTP.

Installation

You can build it from the repo, or simply get it from pypi:

pip install mirrorclock-gczuczy

Usage

Using the command line client: $ date Tue Oct 4 09:35:10 UTC 2022 $ mirrorclock 02:25

From python: `` $ python3 Python 3.8.13 (default, Jul 22 2022, 15:16:53) [Clang 14.0.3 (https://github.com/llvm/llvm-project.git llvmorg-14.0.3-0-g1f914 on freebsd13 Type "help", "copyright", "credits" or "license" for more information.

import mirrorclock.bi mirrorclock.bi.mirrorClock() (2, 24) mirrorclock.bi.mirrorTime(4, 20) (7, 40) mirrorclock.bi.mirrorTime(5, 25) (6, 35) mirrorclock.bi.mirrorTime(11, 58) (12, 2) print(mirrorclock.bi.mirrorTime.doc)

Mirrors the time visually as it would seen on a wallclock.
    Returns a tuple as (hour, minute).

Parameters are hour and minute, 1<=hour<13, 0<=minute<60

``

Over the REST API, there is a single endpoint. Using GET, it mirrors the current system clock, using POST, a supplied time will be mirrored (set the host envvar accordingly): $ curl -XGET http://$host/api/v1/mirrortime {"status": "success", "string": "02:22", "hour": 2, "minute": 22} $ curl -XPOST -H 'Content-type: application/json' -d '{"hour": 4, "minute": 20}' http://$host/api/v1/mirrortime {"status": "success", "string": "07:40", "hour": 7, "minute": 40}

TODO

Add unit tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mirrorclock-gczuczy-0.4.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mirrorclock_gczuczy-0.4-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file mirrorclock-gczuczy-0.4.tar.gz.

File metadata

  • Download URL: mirrorclock-gczuczy-0.4.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for mirrorclock-gczuczy-0.4.tar.gz
Algorithm Hash digest
SHA256 b9ce1a5a2caef98776311be35de16116b28aa67f838e54451476a5d1e5120df3
MD5 a4047a1b0d419e481832246c5f96e842
BLAKE2b-256 7c1598dfca4719313f8c62d5441589d02cb337ebae5b5e04d585a8900ffad4da

See more details on using hashes here.

File details

Details for the file mirrorclock_gczuczy-0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for mirrorclock_gczuczy-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d956212c7ac92cf1b0dbb6029e564ddd1c8b430444d2797aa3256cb550105b09
MD5 4cf9ffec4c2f4922800873da5b958db4
BLAKE2b-256 aa0ff2a748a208c0a8787cf564e79103573bbacf074083526f02b6204406e16d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page