Skip to main content

A simple cli christmas tree, made just for christmas mood :)

Project description

made-with-python Code style: black Build Status Coverage Status License GitHub version

PyPI version shields.io PyPI pyversions

Christmas tree

This tool will launch christmas tree right in your terminal, use it just for fun :)

Tools

Usage

Please run following script to obtain latest package from PYPI:

 pip install christmas-tree

Then please execute instructions below to launch game from your environment:

from christmas.tree import Tree, ChristmasTree

tree: Tree = ChristmasTree(name="awesome", type_to="real")
tree.launch(speed=.2)

Development notes

Launch source code

To be able to run source code please execute command below:

 python -m christmas -h
➜ python -m christmas tree awesome real .2

CI

Project has Travis CI integration thus code analysis (black, pylint) and unittests (pytest) will be run automatically after every made change to the repository.

To be able to run code analysis, please execute command below:

 ./run-code-analysis.sh

Release notes

  • 0.3.0
    • Introduce christmas tree package
  • 0.2.1
    • Apply code analysis
  • 0.2.0
    • Add PYPI package
  • 0.1.0
    • Introduce initial app version

Meta

Author – Volodymyr Yahello

Distributed under the MIT license. See LICENSE for more information.

You can reach out me at:

Contributing

  1. clone the repository
  2. configure Git for the first time after cloning with your name and email
  3. pip install -r requirements.txt to install all project dependencies
  4. pip install -r requirements-dev.txt to install all development project dependencies

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

christmas-tree-0.3.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

christmas_tree-0.3.0-py3-none-any.whl (5.6 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