Metadata-Version: 2.1
Name: darthvader
Version: 0.1.0
Summary: 
Author: Zaf4
Author-email: zafermolbio@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# DarthVader

## To understand how packaging works

I am gonna:

1. create module within folder `core`
2. create shell scripts inside `shell`

## To understand system args

I am gonna:

1. experiment with the scope of args
2. understand how `sys.argv` works
3. check the possiblity of switching to `argparse`

