Metadata-Version: 2.3
Name: comp1010
Version: 25.1.5
Summary: The COMP1010 metapackage, used to specify dependencies required for UNSW's COMP1010 course.
License: # MIT License
         
         Copyright 2025 COMP1010 UNSW
         
         Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Author: COMP1010 UNSW
Author-email: cs1010@cse.unsw.edu.au
Requires-Python: >=3.12
Classifier: License :: Other/Proprietary License
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: mypy (>=1.15.0,<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.2.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.2,<2.0.0)
Requires-Dist: types-colorama (>=0.4.15.20240311,<0.5.0.0)
Requires-Dist: types-requests (>=2.32.0.20241016,<3.0.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 --user 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.

