Metadata-Version: 2.3
Name: Ascii_Art_TNH
Version: 0.0.1
Summary: A small silly package which prints ASCII art based on certain inputs. Watch out for the interrupting cow
Project-URL: Homepage, https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help?tab=readme-ov-file
Author-email: Hugo Bray <hwb4547@nyu.edu>, Tamara Bueno <tb2803@nyu.edu>, Nuzhat Bushra <ntb5562@nyu.edu>, Melanie Zhang <mz3138@nyu.edu>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Python Package Exercise

[![Run Moo Test](https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help/actions/workflows/test_one.yaml/badge.svg)](https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help/actions/workflows/test_one.yaml)
[![Run input_parse_test](https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help/actions/workflows/test_two.yaml/badge.svg)](https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help/actions/workflows/test_two.yaml)
[![Run wrong_test](https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help/actions/workflows/test_three.yaml/badge.svg)](https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help/actions/workflows/test_three.yaml)
[![Run get_noise_test](https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help/actions/workflows/test_four.yaml/badge.svg)](https://github.com/software-students-fall2024/3-python-package-tnh-tnh-needs-help/actions/workflows/test_four.yaml)

An exercise to create a Python package, build it, test it, distribute it, and use it. See [instructions](./instructions.md) for details.

## How this package was created

1. [Install pipenv]...

## How to install and use this package
...

## How to run unit tests
Test are included within the 'test' directory. To run these test...
1. Install pytest in a virtual enviorment
2. Run the test from the main project directory: 'python3 -m pytest'.

## Pro tip

...

## Continuous integration

This project uses a continuous integration workflow that builds and runs unit tests automatically with every _push_ of the code to GitHub.
