Metadata-Version: 2.1
Name: in_container
Version: 0.3
Summary: Check if running inside a Docker container
Home-page: https://github.com/ZiggerZZ/in_container
Author: Zigfrid Zvezdin
Author-email: ziggerzz@gmail.com
License: UNKNOWN
Description: # in-container [![Build Status](https://travis-ci.com/ZiggerZZ/in_container.svg?branch=master)](https://travis-ci.com/ZiggerZZ/in_container)
        
        > Allows you to check if you program is running inside a Docker container
        
        ## Install
        
        ```
        $ pip install in-container
        ```
        
        ## Usage
        
        ```python
        from in_container import in_container
        print(in_container()) # True or False
        ```
        
        ## License
        
        [MIT](https://github.com/ZiggerZZ/in_container/blob/master/LICENSE)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
