Metadata-Version: 2.1
Name: pickprimes
Version: 2.1
Summary: A tool to pick prime numbers between 1 and n and to indicate whether an integer is prime or not
Author: Marcial Mosqueda
Author-email: marcial.mosqueda@gmail.com
License: GNU GPLv3
Keywords: pickprimes prime numbers
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
License-File: LICENSE

PICK PRIMES
==============

This is an example of a very simple Python package. Inside there is only one function - 'pickprimes(n)' to print prime numbers found until the upper threshold passed as an argument (n)
This program is free software: You can redistribute it and/or modify it under the terms of license by the Free Software Foundation, either version 3 of the License(at your option) any other version.



