quietecstacy

https://img.shields.io/pypi/v/quietecstacy.svg https://img.shields.io/travis/Siddharths8212376/quietecstacy.svg Documentation Status Updates

A basic implementation of a distributable python package

Installation

python -m pip install --index-url https://test.pypi.org/simple/ --no-deps quietecstacy

Basic Usage & Functionalities

Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32

Type "help", "copyright", "credits" or "license" for more information.

>>> import quietecstacy
>>> from quietecstacy.save_name import log_in
>>> log_in()

Enter Username: Siddharth

Enter Password:

invalid username, please create an account..

do you want to create an account? y/ny

Username: Mid

Password:

Account created successfully!!

>>> log_in()

Enter Username: Mid

Enter Password:

logged in successfully!!

>>> from quietecstacy.prime_list import prime_list
>>> prime_list(150)

[2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149]

Features

  • Does basic fuctionalities of a test package, and soon will be updated with more functionalities

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.