Metadata-Version: 2.1
Name: elanwriter
Version: 0.0.0.dev2
Summary: A tool to write out Elan (.eaf) files using python.
Home-page: https://github.com/emrecdem/elanwriter
Author: B.L. de Vries
Author-email: b.devries@esciencecenter.nl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# elanwriter

A tool to write out Elan (.eaf) files using python.

Author: B.L. de Vries (Netherlands eScience Center)

## Introduction
This package allows to write out Elan (a video annotation tool, https://tla.mpi.nl/tools/tla-tools/elan/) files. 

## Installation (from the command-line)
1. Please follow the general guidelines for installing python packages and use a virtual environment:
	- Instructions for installing python packages with pip: https://packaging.python.org/tutorials/installing-packages/
	- You can also consider using conda to manage your environments: https://conda.io/docs/

2. When you are in your command-line console and optionally, your virtual environment, install exploface by typing: 
```
pip install elanwriter
```

3. Test the installation by starting the python shell (type ```python``` in your command-line). And then test by running 
```
import elanwriter
```



