Metadata-Version: 1.2
Name: Patient-Ward-Automation
Version: 0.1.0
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/CassandraDacha/Automation
Author: Cassandra Dacha
Author-email: cassie.dacha@gmail.com
License: MIT license
Download-URL: https://github.com/CassandraDacha/Automation/archive/v_01.tar.gz
Description: ==============================
        Patient Ward Automation_System
        ==============================
        
        
        .. image:: https://img.shields.io/pypi/v/Automation.svg
                :target: https://pypi.python.org/pypi/Automation
        
        .. image:: https://img.shields.io/travis/CassandraDacha/Automation.svg
                :target: https://travis-ci.com/CassandraDacha/Automation
        
        .. image:: https://readthedocs.org/projects/wardautomation/badge/?version=main
                :target: https://wardautomation.readthedocs.io/en/latest/?badge=main
                :alt: Documentation Status
             
        * Github repo: Automation
        * Free software: MIT license
        * Documentation: https://wardautomation.readthedocs.io.
        
        Patient ward automation system. This automation system  will allow patients to be able to control
        the temperature, lighting, TV settings and the door of the ward they are in using a user-friendly
        web application on their phone.
        The hardware used is a combination of Raspberry Pi ,a Relay Module, a light bulb, A motor to represent the door and a fan.
        
        
        Features
        --------
        
        The following features were used for this project. I have attached the links to the specific devices
        
        * RPI Zero       https://za.rs-online.com/web/p/raspberry-pi/1812039/
        * Relay Module   https://za.rs-online.com/web/p/power-motor-robotics-development-tools/1845099//
        * Light Bulb     Any light bulb
        * Axial fan      https://za.rs-online.com/web/p/axial-fans/6688808/
        * DC motor       https://za.rs-online.com/web/p/dc-motors/2389715/
        
        Installation
        -------------
        Read the installation process from the Documentation link above.
        
        After completing the connections, you need to download the requirements.txt file from  the Automation folder and install the requirements using the following command.
        
           $ pip3 install -r requirements.txt
        
        Note that this command is dependant on the python version. The Python version used in this project was Python 3.8.5.
        
        
        Testing
        --------
        To test the API use the following command.
        
           $ python3 Automation.py
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2020-09-10)
        ------------------
        
        * First release on PyPI.
        
Keywords: Automation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
