Skip to main content

A small until for my needs.

Project description

My Python Utils. TODO

IF you dont have time.

>>> import pylaxz
>>> help(pylaxz)

ELSE

python3 -m pylaxz help
  1. logxs
>>> from pylaxz.utils.logxs import *
>>> printf(anything) 
  1. check
>>> from pylaxz.utils.check import *
>>> speed()
>>> internet()
>>> ip()
  1. alternative
>>> from pylaxz.utils import check as ck
>>> ck.speed()
>>> ck.internet()
>>> ck.ip()
  1. is equvalient with
>>> import pylaxz
>>> pylaxz.internet()

so on

  • printf is logger function and works well with python's data types
  • and also with numpy's data shapes.

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

py-laxz-0.1.4.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

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