An open API service indexing awesome lists of open source software.

https://github.com/pykit3/k3str

k3str is a collection of string utilities.
https://github.com/pykit3/k3str

bytes str

Last synced: 5 months ago
JSON representation

k3str is a collection of string utilities.

Awesome Lists containing this project

README

          

# k3str

[![Build Status](https://github.com/pykit3/k3str/actions/workflows/python-package.yml/badge.svg)](https://github.com/pykit3/k3str/actions/workflows/python-package.yml)
[![Documentation Status](https://readthedocs.org/projects/k3str/badge/?version=stable)](https://k3str.readthedocs.io/en/stable/?badge=stable)
[![Package](https://img.shields.io/pypi/pyversions/k3str)](https://pypi.org/project/k3str)

k3str is a collection of string utilities.

k3str is a component of [pykit3] project: a python3 toolkit set.

# Install

```
pip install k3str
```

# Synopsis

```python
>>> repr(to_bytes('我'))
"b'\\xe6\\x88\\x91'"
```

# Author

Zhang Yanpo (张炎泼)

# Copyright and License

The MIT License (MIT)

Copyright (c) 2015 Zhang Yanpo (张炎泼)

[pykit3]: https://github.com/pykit3