Metadata-Version: 2.1
Name: nativecommon
Version: 10
Summary: Common code of projects with native parts
Home-page: https://github.com/combatopera/nativecommon
Author: Andrzej Cichocki
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: COPYING

# nativecommon
Common code of projects with native parts

## Install
These are generic installation instructions.

### To use, permanently
The quickest way to get started is to install the current release from PyPI:
```
pip3 install --user nativecommon
```

### To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
```
python3 -m venv venvname
venvname/bin/pip install nativecommon
. venvname/bin/activate
```


