Metadata-Version: 2.1
Name: and-or-not
Version: 1.3.0
Summary: Python 3+ version and, or, not for python beginners
Home-page: https://github.com/Harvard90873/data_structures
Author: Harvard90873
Author-email: harvard90873@gmail.com
License: MIT
Description: # Python And-Or-Not Concept Helper for beginners
        
        The **and-or-not** is a python package that teaches you the basic concepts of the most basic logical operators(and, or and not). The package would keep updating as python itself updates to higher versions.
        
        Contains the following logical operators:
        
        - And
        - Or
        - Not
        
        
        # Installation
        If not already, [install pip](https://pip.pypa.io/en/stable/installing/)
        
        Repl.it users, just go over to the "shell" and follow the instructions below.
        
        Install the package with `pip` or `pip3`:
        
        ```bash
        pip install and-or-not
        ```
        
        # Usage
        ## See more examples at [My Docs](https://harvard90873.readthedocs.io/en/latest/andornot.html)
        
        #### SO yeah, I don't want to write anything here, cos I'm lazy:)... Just follow that link if interested :)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
