Metadata-Version: 2.1
Name: nfiniity_utils
Version: 0.0.4
Summary:  Diverse python utils by nfiniity GmbH
Home-page: https://github.com/apgeorg/nfiniity_utils.git
Author: Apostolos Georgiadis
Author-email: apostolos.georgiadis@nfiniity.com
License: UNKNOWN
Description: # nfiniity-utils
        Diverse python utils by http://www.nfiniity.com
        
        ## Installation
        ### There are two ways to install nfiniity-utils:
        
        Install nfiniity-utils from PyPI (recommended):
        ```
        sudo pip install nfiniity-utils
        ```
        If you are using a virtualenv, you may want to avoid using sudo:
        ```
        pip install nfiniity-utils
        ```
        ### Alternatively: install nfiniity-utils from the GitHub source:
        First, clone nfiniity-utils using `git`:
        ```
        git clone https://github.com/apgeorg/nfiniity_utils.git
        ```
        Then, cd to the nfiniity_utils folder and run the install command:
        ```
        cd nfiniity_utils
        sudo python setup.py install
        ```
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
