Metadata-Version: 2.1
Name: pyworks-medialibrary
Version: 0.1.0
Summary: Provide awsome tools for manage images and documents.
Home-page: https://github.com/pyworksasia/pyworks-medialibrary
License: MIT
Keywords: packaging,poetry
Author: PyWorks Asia Team
Author-email: opensource@pyworks.asia
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3 (>=1.17.17,<2.0.0)
Requires-Dist: pytest (>=6.2.2,<7.0.0)
Requires-Dist: pytest-cov (>=2.11.1,<3.0.0)
Requires-Dist: python-dotenv (>=0.15.0,<0.16.0)
Project-URL: Repository, https://github.com/pyworksasia/pyworks-medialibrary
Description-Content-Type: text/markdown

# PyWorks Medialibrary

Pyworks Medialibrary provide awsome tools for manage image and document files.

## Pre-Requisites

- Python 3+
- Poetry 1.1.4+

Setup environment

```shell
poetry init
```

## Test package locally

To run tests for project run this command:

```
make test
make test-cov
```

Results

====================== test session starts ==============================
platform linux -- Python 3.7.9, pytest-6.2.2, py-1.10.0, pluggy-0.13.1
rootdir: *********/pyworks-medialibrary, configfile: pytest.ini
collected 10 items          

tests/test_config.py .                                              [ 50%]
tests/test_send_mail.py .                                           [100%]

======================= 2 passed in 3.18s ================================
