Metadata-Version: 2.1
Name: ChemistryTool
Version: 0.0.1
Summary: A module that express chemistry phenomenas interms of algoritihms.
Home-page: https://github.com/Besufikad17/ChemistryTool/Python
Author: Besufikad M. Tilahun
Author-email: besumicheal@gmail.com
License: UNKNOWN
Description: # ChemistryTool (Python)
        
        Tested on both Python 3.6.7 and Python 3.7.4
        
        ChemistryTool is a library used for calculating common mathematical problems in chemistry, 
        getting basic information about elements and IUPAC Naming.
        
        ## Setup
        
        1. Create a virtual environment
        
        ## Getting started
        
        In your library add the following import:
        
        ```Java
        import chemistrytool.*;
        ```
        # Checklist
        
        - [x] Expressing Concentration
        - [x] Gas Laws
        - [x] Periodic Table
        - [x] IUPAC Naming
        
        
        ## Contributors
        
        Thanks to the following people who have contributed to this project:
        
        * [@Besufikad](https://github.com/Besufikad17) 📖
        
        ## Contact
        
        If you want to contact me you can reach me at <besumicheal@gmail.com>.
        
        ## License
        
        Copyright 2020 Besufikad Micheal
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
           http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
