Metadata-Version: 2.1
Name: scienlib
Version: 1.1
Summary: scienlib is a scientific python library that adds math functions and adds other functions such as physics
Home-page: https://github.com/dylan14567/scienlib
Author: dylan14567
Author-email: 
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/dylan14567/scienlib/issues
Project-URL: Documentation, https://dylan14567.github.io/2021/04/28/scienlib-documentation.html
Description: # scienlib
        [![Build Status](https://img.shields.io/github/stars/dylan14567/scienlib.svg)](https://github.com/dylan14567/scienlib)
        [![License](https://img.shields.io/github/license/dylan14567/scienlib.svg)](https://github.com/dylan14567/scienlib/blob/main/.github/LICENSE)
        [![dylan14567](https://img.shields.io/badge/author-dylan14567-green.svg)](https://github.com/dylan14567)
        [![bug_report](https://img.shields.io/badge/bug-report-red.svg)](https://github.com/dylan14567/scienlib/blob/main/.github/ISSUE_TEMPLATE/bug_report.md)
        [![security_policy](https://img.shields.io/badge/security-policy-cyan.svg)](https://github.com/dylan14567/scienlib/blob/main/.github/SECURITY.md)
        [![Python](https://img.shields.io/badge/language-Python%20-yellow.svg)](https://www.python.org)
        
        Scienlib is a scientific Python library that adds mathematical functions and adds other functions like physics, but also has cybersecurity and other functions.
        
        ## Pre-requirements
        
        The requirements to use the system is to have the following python modules installed:
        
        ```
        wheel
        requests
        python-nmap
        speedtest-cli
        ```
        
        ## Installation
        
        To install scienlib on linux run these commands on your Linux Terminal.
        
        ```shell
        
        pip3 install scienlib
        
        ```
        
        Once done, it begins to install.
        
        Ready
        
        ## Authors
        
        * **Dylan Meca** - *Initial Work* - [dylan14567](https://github.com/dylan14567)
        
        You can also look at the list of all [contributors](https://github.com/dylan14567/scienlib/contributors) who have participated in this project.
        
        
        ## Contributing
        
        Please read [CONTRIBUTING.md](https://github.com/dylan14567/scienlib/blob/main/.github/CONTRIBUTING.md) for details of our code of conduct, and the process for submitting pull requests.
        
        ## License
        
        The license for this project is [MIT](https://github.com/dylan14567/scienlib/blob/main/LICENSE)
        
Keywords: scienlib
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
