Metadata-Version: 2.1
Name: nowyou-grafis-script-python
Version: 1.1.38
Summary: Nowyou Grafis script python
Home-page: https://bitbucket.org/inventilabs/nowyou-grafis-script-python/
Author: Alex Mensak
Author-email: alexander.mensak@ilabs.cz
License: proprietary
Keywords: nowyou python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyautogui
Requires-Dist: pypiwin32
Requires-Dist: opencv-python

# NowYou Grafits script python

## Create new version to Pypi
1. Increase version in `setup.py` file
1. Build: `python setup.py sdist bdist_wheel`
2. Upload: `python -m twine upload --skip-existing dist/*`

### Virtualenv
You can use `pipenv` tool for development: 
 - create virtualenv: `pipenv --python /path/to/python`
 - install dependencies: `pipenv lock && pipenv install`
 - open virtualenv shell: `pipenv shell` (optional)

