Metadata-Version: 2.1
Name: abqos
Version: 1.0.0
Summary: Extract lines external file
Home-page: UNKNOWN
Author: Abraham Pérez
Author-email: abraham1798@gmail.com
License: UNKNOWN
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: pynput

# Print line

Setup wheel.exe/twine.exe as your environment path (d:\Python39\Scripts)

## Upload package
```bash
python setup.py sdist bdist_wheel
twine upload dist/*
```

## Examples of how to use

Set configuration

```python
from abqos import set

#set(<file>)
set("1.txt")

```


