Metadata-Version: 2.1
Name: nwisepy
Version: 1.0.0
Summary: A simple tool to generate pairwise testing set
Project-URL: Homepage, https://github.com/Oliver-242/ipo
Author-email: Oliver Cai <cjz210oliver@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
  <h1>How To Use This Tool</h1>

  <p>This project has already been published on PYPI so just follow the tutorial below. <b>In terminal</b></p>

  <code>pip install nwisepy</code>

  <p>and then in your <b>python file</b></p>

  <code>from nwisepy import Pairwise</code>
</body>
</html>