Metadata-Version: 2.1
Name: C99
Version: 1.0.0
Summary: C99 headers and libraries that are missing from the C compilers for Python2.
Home-page: https://pypi.org/project/C99/
Author: Adam Karpierz
Author-email: adam@karpierz.net
Maintainer: Adam Karpierz
Maintainer-email: adam@karpierz.net
License: zlib/libpng License ; https://opensource.org/licenses/Zlib
Download-URL: https://pypi.org/project/C99/
Project-URL: Documentation, https://C99.readthedocs.io/
Project-URL: Source, https://github.com/karpierz/C99/
Description: C99
        ===
        
        C99 headers and libraries that are missing from the C compilers for Python2.
        
        Overview
        ========
        
        TODO...
        
        Installation
        ============
        
        Prerequisites:
        
        + Python 2.7
        
          * https://www.python.org/
        
        + pip and setuptools
        
          * https://pypi.org/project/pip/
          * https://pypi.org/project/setuptools/
        
        To install run:
        
        .. parsed-literal::
        
            python -m pip install --upgrade |package|
        
        Development
        ===========
        
        Prerequisites:
        
        + Development is strictly based on *tox*. To install it run::
        
            python -m pip install --upgrade tox
        
        Visit `development page`_.
        
        Installation from sources:
        
        clone the sources:
        
        .. parsed-literal::
        
            git clone |respository| |package|
        
        and run:
        
        .. parsed-literal::
        
            python -m pip install ./|package|
        
        or on development mode:
        
        .. parsed-literal::
        
            python -m pip install --editable ./|package|
        
        License
        =======
        
          | Copyright (c) 2018-2020 Adam Karpierz
          |
          | Licensed under the zlib/libpng License
          | https://opensource.org/licenses/Zlib
          | Please refer to the accompanying LICENSE file.
        
        Authors
        =======
        
        * Adam Karpierz <adam@karpierz.net>
        
        .. |package| replace:: C99
        .. |package_bold| replace:: **C99**
        .. |respository| replace:: https://github.com/karpierz/C99.git
        .. _development page: https://github.com/karpierz/C99/
        
        Changelog
        =========
        
        1.0.0 (2020-09-16)
        ------------------
        - Final release.
        - Setup update and cleanup.
        
        1.0.0b2 (2019-11-13)
        --------------------
        - Setup update and cleanup.
        
        1.0.0b1 (2019-05-19)
        --------------------
        - First public release.
        
Keywords: C99,C,C++
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Polish
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ==2.7.*
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: doc
Provides-Extra: test
