Skip to main content

Simple Fizz Buzz Game

Project description

Yogendra/FizzBuzz Module

This is a simple demo module to understand python module publishing system.

This module uses

  • Python 3.x
  • Poetry
  • Pytest

Getting Started

  1. Add library to your project

    pip install yogendra_fizzbuzz
    
  2. Use in your program. Following is an example in repl:

    >>> from yogendra_fizzbuzz import fizzbuzz_to
    >>> print(fizzbuzz_to(16))
    [ '1', '2', 'Fizz', '4', 'Buzz', 'Fizz', '7', '8', 'Fizz', 'Buzz', '11', 'Fizz', '13', '14', 'FizzBuzz', '16']
    

How to build

  1. Clone the project

    git clone https://github.com/yogendra/pypi-yogendra_fizzbuzz.git yogendra_fizzbuzz
    cd yogendra_fizzbuzz
    
  2. Install dependencies

    poetry install 
    
  3. Build project

    poetry build
    
  4. (Optional) Publish to Test PyPI

    poetry publish -r testpypi
    
  5. Publish to PyPI

    poetry publish
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yogendra_fizzbuzz-0.4.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

yogendra_fizzbuzz-0.4.0-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page