Skip to main content

Set of tools used in internal Rokubun projects

Project description

pyrok-tools

Python tools used in internal Rokubun projects. This repository contains the following modules:

  • logger, a module that extends basic Python logging
  • geodetic, to perform basic geodetic transformation (Cartesian to Geodetic, Cartesian to Local Tangential Plane, ...)

Installation

pip install roktools

Modules

Logger

Example of how to use the logger module:

>>> from roktools import logger
>>> logger.set_level("DEBUG")
>>> logger.debug("Debug message")
2020-05-05 18:23:55,688 - DEBUG    - Debug message
>>> logger.warning("Warning message")
2020-05-05 18:24:11,327 - WARNING  - Warning message
>>> logger.info("Info message")
2020-05-05 18:24:26,021 - INFO     - Info message
>>> logger.error("Error message")
2020-05-05 18:24:36,090 - ERROR    - Error message
>>> logger.critical("Critical message")
2020-05-05 18:24:43,562 - CRITICAL - Critical message
>>> logger.exception("Exception message", ValueError("Exception message")
2020-05-05 18:25:11,360 - CRITICAL - Exception message
ValueError: Exception message
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/alexlopez/Work/00.General/01.Software/py-roktools/roktools/logger.py", line 46, in exception
    raise exception
ValueError: Exception message

Deployment to PyPi

The project is published automatically using Github Actions on each commit to master to PyPi repository roktools

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

roktools-1.4.0.post11.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

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

roktools-1.4.0.post11-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file roktools-1.4.0.post11.tar.gz.

File metadata

  • Download URL: roktools-1.4.0.post11.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8

File hashes

Hashes for roktools-1.4.0.post11.tar.gz
Algorithm Hash digest
SHA256 848cab84afbe845006ac31d2074a90ddad7e710aa5fb8a0b922c9b43cea8c402
MD5 cd02f08e403e0d19cd9c033c60596f1b
BLAKE2b-256 bbb1ccbf8b19488a15a96c0104dfadee3bdc87edd7876a4578bfe32d78116332

See more details on using hashes here.

File details

Details for the file roktools-1.4.0.post11-py3-none-any.whl.

File metadata

  • Download URL: roktools-1.4.0.post11-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8

File hashes

Hashes for roktools-1.4.0.post11-py3-none-any.whl
Algorithm Hash digest
SHA256 ab3b2cee890704ea3528cc9b9293c3a8ed29da228eff50200b6ffc7aca7802df
MD5 6e7bdb66e463458f8b2ffb7542e69ff9
BLAKE2b-256 9b623d6806ba6c2e95378296dd0dbbda7aa0f46a907a30be65b35ed81756b7a7

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