Metadata-Version: 2.4
Name: netscript_grey.liedtke
Version: 0.0.3
Summary: A small example package
Author: Grey Liedtke
Author-email: Grey Liedtke <grey.liedtke@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file

# Net Script

First python library to understand creating pip installable packages.

### File Structure

- netscript
  - __init__.py
  - __main__.py
  - __version__.py
  - cli.py
  - config.py
  - utils.py
  - requirements.txt
  - [app](netscript/app.py)


### Build steps

1. Navigate to the root directory of the project.
2. Local install
   1. pip install .
3. Pip install
   1. account information

### TODO

- Include html file for serving system
