Metadata-Version: 2.1
Name: primeutility
Version: 1.0
Summary: A tool to find and list the prime numbers between one and n (user input)
Home-page: UNKNOWN
Author: Santiago Movilla
Author-email: s.movilla82@gmail.com
License: GNU GPLv3
Keywords: pyprimeutulity mathematical prime
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

PRIME UTILITY
==============

Este paquete contiene el código necesario para buscar y listar todos los números primos entre 1 y n.
Donde n es un parámetro suministrado por el usuario. 
El código regresa una lista con los números primos hasta 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.



