Metadata-Version: 2.1
Name: ganesha-experimental
Version: 2.0.1
Summary: Prime number calculator
Home-page: https://github.com/awakzdev/CICD-PyPi-Artifact
Author: Elazar Chodjayev
Author-email: zenmyx@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## A packaged PyPi application (Artifactory)
 Will create a random number between 2, 100 and calculate all Prime numbers that come before it. package and push to a private PyPi registry (Artifactory)


### Functions
* You'll be able to generate a random number (random.randint) and call `printPrime(number).`
* Otherwise you can call `Prime()` to print an automatically generated number (2, 100)

<hr>

# Usage 
`pip install Optimus-Prime==2.0.1`


