Metadata-Version: 2.1
Name: byteparsing
Version: 0.1.0
Summary: Parser for mixed ASCII/binary data
Home-page: https://github.com/parallelwindfarms/byteparsing
Author: Johan Hidding
Author-email: j.hidding@esciencecenter.nl
License: Apache Software License 2.0
Description: ################################################################################
        byteparsing
        ################################################################################
        .. image:: https://github.com/parallelwindfarms/byteparsing/workflows/Python%20package/badge.svg
          :alt: Python package
        
        Parser for mixed ASCII/binary data
        
        
        The project setup is documented in `a separate document <project_setup.rst>`_. Feel free to remove this document (and/or the link to this document) if you don't need it.
        
        Installation
        ------------
        
        To install byteparsing, do:
        
        .. code-block:: console
        
          git clone https://github.com/parallelwindfarms/byteparsing.git
          cd byteparsing
          pip install .
        
        
        Run tests (including coverage) with:
        
        .. code-block:: console
        
          python setup.py test
        
        
        Documentation
        *************
        
        .. _README:
        
        Full documentation `here <https://parallelwindfarms.github.io/byteparsing/functional.html>`_.
        
        Contributing
        ************
        
        If you want to contribute to the development of byteparsing,
        have a look at the `contribution guidelines <CONTRIBUTING.rst>`_.
        
        License
        *******
        
        Copyright (c) 2019, Netherlands eScience Center, University of Groningen
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
        http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
        
        
        Credits
        *******
        
        This package was created with `Cookiecutter <https://github.com/audreyr/cookiecutter>`_ and the `NLeSC/python-template <https://github.com/NLeSC/python-template>`_.
        
        
        
Keywords: byteparsing
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: test
