Metadata-Version: 2.1
Name: pyAnimals_ejh
Version: 0.1.0
Summary: A fun package that displays animals on the terminal with movement and messages.
Home-page: https://github.com/software-students-fall2024/3-python-package-ejh
Author: Emma Zhu, Haley Hobbs, Jason Tran, Jenna Han
Author-email: egz2006@nyu.edu, hkh9725@nyu.edu, ht2354@nyu.edu, jh7765@nyu.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<!-- Need to finish badge -->
![Build Status](https://github.com/software-students-fall2024/3-python-package-ejh/actions/workflows/build.yml/badge.svg)

# Python Package Exercise

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

## Installation

Install `pyanimals` with pip:

```console
pip3 install pyanimals
```

### Python

Import `pyanimals` to your own project:
'''pycon
>>> import pyanimals
'''

## Team members

[Haley Hobbs](https://github.com/haleyhobbs) \
[Emma Zhu](https://github.com/ez106) \
[Jason Tran](https://github.com/huyy422) \
[Jenna Han](https://github.com/jnahan)
