Metadata-Version: 2.1
Name: import_01
Version: 1.2
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: prnjl
Author-email: author@example.com
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

this has been created for college lab exams.

# this version - for 5th sem DL lab



<p style="color:#346EB0; font-family: Arial; font-size: 30px; font-weight: light"><em>dl_01 or dl-01 has been deleted by ddcrpf due it being circulated out to people of non authority. new module will be created.</em></p>

<span style="color:red"> new module name -- import_01</span>


use - 

``` py
pip install dl_01
from import_01 import main 
```

this will generate a list of all the codes available. copy the exact name of the corresponding code that you want to use.

```py
from import_01 import name_you_copied
```

this will print the code with target output in  output of your screen




### for next attempt  or to make changes - 
1. first delete folders - 1. dist  2. src/dl_01.engg-info
2. update - 
in steup.cfg update version no.

then run cmd - 
1. activate venv - 
 ```py
source venv/bin/activate
```
2. python3 -m build
3.
 ```py

twine upload -u __token__ -p pypi-AgEIcHlwaS5vcmcCJDUxN2YxZjdlLTc3MTQtNDY5Ny1hNmE5LTg5YjY1YTUzZTQ0ZQACKlszLCIyNDQ3YWE1ZS05YjFkLTRlZjctOTFlZS03OGExZDk4Mjk2ODgiXQAABiAkkYlXkYbXou2tfB8WEqZjlJuaAFhK_hG5sXzpoiV2xA dist/*
```
or 

2. twine upload dist/*   ## some times this cmd not work. so use other option.


### if trying to use this code new module - 
1. follow above steps plus
2. change dl_01 name in src directory
3. update name in steup.cfg
4. run cmds' listed above
