Metadata-Version: 2.4
Name: kstandard
Version: 1.0.1
Summary: Library with common Python code and modules I share in my projects.
Project-URL: Homepage, https://karsh.me/
Project-URL: Issues, https://github.com/karshPrime/kstandardpy
Author-email: Utkarsh Ranjan <utkarsh@cyberfear.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown


# kstandard

kstandard is a personal Python package I, [karsh](https://karsh.me), have created to hold the common
code I use across my projects. It includes things like type aliases and helpful functions.


### Features
- Type Aliases: A selection of custom type aliases for better code clarity.
- Debugging Function: My debug_print() function for easy debugging.
- Useful Utilities: Various general-purpose functions to make life easier.


### Installation
This package can be installed like any other pip package with:
```sh
$ pip install kstandard
```

