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
-
Add library to your project
pip install yogendra_fizzbuzz
-
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
-
Clone the project
git clone https://github.com/yogendra/pypi-yogendra_fizzbuzz.git yogendra_fizzbuzz cd yogendra_fizzbuzz
-
Install dependencies
poetry install
-
Build project
poetry build -
(Optional) Publish to Test PyPI
poetry publish -r testpypi
-
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yogendra_fizzbuzz-0.4.0.tar.gz.
File metadata
- Download URL: yogendra_fizzbuzz-0.4.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.5 Darwin/20.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76a15409a76e29e178f2f1095dcd760becb9e127aece58d43fe42a315b04f5e1
|
|
| MD5 |
14fd5047a3a27e12a19e61bb4319dadb
|
|
| BLAKE2b-256 |
c43a472f63387dede714d2734c2dfe4566b576e043091f277bd2e61cebb113fd
|
File details
Details for the file yogendra_fizzbuzz-0.4.0-py3-none-any.whl.
File metadata
- Download URL: yogendra_fizzbuzz-0.4.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.5 Darwin/20.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efc3df23c4ae83b78443fa8097795170ef8aef0a286b6e53cde652b7cf0eff75
|
|
| MD5 |
52c77c058d212d832b6798f901eb03b9
|
|
| BLAKE2b-256 |
988242b5aa8cb70e6b5c976102aae2860529eadce6f8d7180dbbae5f5d5365a6
|