Metadata-Version: 2.1
Name: smarsy
Version: 0.0.14
Summary: Python REST API wrapper for smarsy.ua website
Home-page: https://github.com/dkultasev/smarsy-py
Author: KulZu
Author-email: dkultasev@gmail.com
License: UNKNOWN
Description: # Python REST API wrapper for smarsy.ua website
        
        This package provides REST API endpoints to work with smarsy.ua database.
        
        # Run from sources
        
        In order to run this app from sources you need following initial setup:
        * Create new environment variable `SMARSY_PYTHON_INTERPRETER_PATH` with the path of the Python environment (venv). In windows you use something like `myvenv\Scripts\python.exe`
        * Create `cfg/login.json` file and add `username`, `password` and `language` settings
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
