Metadata-Version: 2.3
Name: comp1010
Version: 1.0.0
Summary: The COMP1010 metapackage, used to specify dependencies required for UNSW's COMP1010 course.
Author: COMP1010 UNSW
Author-email: cs1010@cse.unsw.edu.au
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: flask (>=3.1.0,<4.0.0)
Requires-Dist: ipykernel (>=6.29.5,<7.0.0)
Requires-Dist: jestspectation (>=1.4.3,<2.0.0)
Requires-Dist: numpy (>=2.2.2,<3.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pillow (>=11.1.0,<12.0.0)
Requires-Dist: pyhtml-enhanced (>=2.1.0,<3.0.0)
Requires-Dist: pytest (>=8.3.4,<9.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: subtask (>=1.1.1,<2.0.0)
Requires-Dist: types-colorama (>=0.4.15.20240311,<0.5.0.0)
Description-Content-Type: text/markdown

# COMP1010 Metapackage

The COMP1010 metapackage, used to specify dependencies required for UNSW's
COMP1010 course.

## Installing

Windows, Linux

```sh
pip install comp1010
```

MacOS

```sh
pip3 install comp1010
```

## Troubleshooting

If you get an error warning that your Python version is unsupported, you may
need to install a newer version of Python.

On Windows and MacOS, you can download the latest version from
<https://python.org/downloads>, and on Linux, you should install it using your
system package manager.

