Metadata-Version: 2.1
Name: pyinfraformat
Version: 19.12.17
Summary: Python library for Finnish Infraformat
Home-page: UNKNOWN
Author: Ari Hartikainen, Taavi Dettenborn, Martti Hallipelto
License: Apache-2.0
Description: [![Build Status](https://travis-ci.org/ahartikainen/pyinfraformat.svg?branch=master)](https://travis-ci.org/ahartikainen/pyinfraformat) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Coverage Status](https://coveralls.io/repos/github/ahartikainen/pyinfraformat/badge.svg?branch=master)](https://coveralls.io/github/ahartikainen/pyinfraformat?branch=master)
        
        # pyinfraformat
        Python library for Finnish Infraformat (version 2.5)
        
        ## Installation
        
        Latest (stable) `pyinfraformat` can be installed with pip
        
            python -m pip install pyinfraformat
        
        The latest (unstable) version can be installed from git with pip (needs git-tools).
        
            python -m pip install git+https://github.com/ahartikainen/pyinfraformat
        
        Library can be installed also by `git clone` / downloading zip.
        
            git clone https://github.com/ahartikainen/pyinfraformat
            cd pyinfraformat
            python -m pip install .
        
        To install inplace for decelopment work, use `-e` command.
        
            python -m pip install -e .
        
Keywords: infraformat
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
