Metadata-Version: 2.1
Name: generallibrary
Version: 1.8.4
Summary: Random useful code made by me, categorized into modules to be imported seperately.
Home-page: https://github.com/Mandera/generallibrary
Author: Rickard "Mandera" Abraham
License: UNKNOWN
Description: # Package: generallibrary
        Random useful code made by me, categorized into modules to be imported seperately.
        
        ## Installation
        ```
        pip install generallibrary
        ```
        
        ## Usage example
        ```python
        from generallibrary.values import clamp
        print(clamp(-3.2, -1, 1))
        # >>> -1
        ```
Platform: UNKNOWN
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
