Skip to content

General & useful python utilities – at one place! Supporting synchronous and asynchronous designs.

License

Notifications You must be signed in to change notification settings

xRedCrystalx/xRedUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xRedUtils

General useful python functions

This is a simple library with many functions and modules that I normally use in my projects. It supports sync and async functions!

Instalation

pip install xRedUtils

Usage

import xRedUtils
xRedUtils.main_test()

... or ...

import xRedUtilsAsync, asyncio
asyncio.run(xRedUtilsAsync.main_test())

Output:

All tests complete.

Documentation

WIP - Still trying to figure this out, for now, every function has docstring.

License

MIT License - Here!

About

General & useful python utilities – at one place! Supporting synchronous and asynchronous designs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages