Metadata-Version: 2.1
Name: snakehouse
Version: 1.0.0
Summary: Utilities for packing multiple pyx files into a single Cython extension
Home-page: https://github.com/smok-serwis/snakehouse
Author: Piotr Maślanka
Author-email: piotrm@smok.co
License: UNKNOWN
Project-URL: Code, https://github.com/smok-serwis/snakehouse
Project-URL: Issue tracker, https://github.com/smok-serwis/snakehouse/issues
Description: snakehouse
        ==========
        [![Build Status](https://travis-ci.org/smok-serwis/snakehouse.svg)](https://travis-ci.org/smok-serwis/snakehouse)
        [![PyPI](https://img.shields.io/pypi/pyversions/snakehouse.svg)](https://pypi.python.org/pypi/snakehouse)
        [![PyPI version](https://badge.fury.io/py/snakehouse.svg)](https://badge.fury.io/py/snakehouse)
        [![PyPI](https://img.shields.io/pypi/implementation/snakehouse.svg)](https://pypi.python.org/pypi/snakehouse)
        
        snakehouse is a tool to pack mutiple .pyx files
        into a single extension.
        
        Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension).
        
        Tested and works on CPython 3.8 and CPython 3.7, 
        both Windows and Linux.
        
        Usage
        -----
        Take a look at [example](example/) on how to multi-build your Cython extensions.
        
        Limitations
        -----------
        
        * Two modules with the same name cannot be mentioned in a single Multibuild (issue #1).
        
        
Keywords: cython,extension,multiple,pyx
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Requires-Python: !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*
Description-Content-Type: text/markdown; charset=UTF-8
