Metadata-Version: 2.1
Name: BlockOL
Version: 1.0.1
Summary: The library which will be used by most of my scripts
Home-page: https://github.com/BlockOG/BlockOL
Author: BlockOG
Author-email: blockofgamingreal@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/BlockOG/BlockOL/issues
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
License-File: LICENSE

# BlockOL

The library which will be used by most of my scripts. This library has the things I use really often, for example:

* Check if num is prime
* Prime factorisation
* Getting divisors of num
* Fibbonaci sequence
* And more...


