Socket
Socket
Sign inDemoInstall

strypy

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    strypy

Powerful and fundamental string manipulation package


Maintainers
1

Readme

====== StryPy

.. image:: ./logo.png :width: 600 :alt: StryPy logo

StryPy is a Python package to help developers work with strings quickly and effectively. It provides a huge range of functions and objects that can be used to manipulate strings in almost any way you want. The package also simplifies advanced string functions making them more accessable for the average programmer. To check out the full documentation visit the link near the bottom of this page.

Features: - Basics such as concatenation. - String generators. - Advanced Unicode conversions. - Colouring strings. - Random string capabilities - And more!

Installation:

Using pip::

pip install strypy

Or::

pip3 install strypy

Basic Usage

Code::

import strypy as sp

print(sp.add("Hello", "World", spaces=True))

Returns::

Hello World

For full guides and examples, visit the documentation (link below)

- `Github <https://github.com/TomTheCodingGuy/StryPy>`_
- `Bug tracker <https://github.com/TomTheCodingGuy/StryPy/issues>`_
- `Pypi page <https://pypi.org/project/strypy>`_
- `Documentation <https://strypy.readthedocs.io>`_

.. note:: StryPy is standardly imported as sp: >>> import strypy as sp >>> . . .

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc