Metadata-Version: 2.1
Name: prime_gen
Version: 1.0.2
Summary: A prime generator and checker
Home-page: UNKNOWN
Author: Makonede
License: MIT
Description: A package for generating and checking prime numbers.
        Functions:
        
        `g(m)` - Generates prime numbers up to `m`, returns [`list`](https://docs.python.org/3.8/library/functions.html#func-list).
        
        `p(x)` - Checks if `x` is prime, returns [`bool`](https://docs.python.org/3.8/library/functions.html#bool).
Keywords: python prime math
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
