snakehouse
==========
![Build status](https://github.com/smok-serwis/snakehouse/actions/workflows/ci.yml/badge.svg)
[![Code Climate](https://codeclimate.com/github/smok-serwis/snakehouse/badges/gpa.svg)](https://codeclimate.com/github/smok-serwis/snakehouse)
[![Issue Count](https://codeclimate.com/github/smok-serwis/snakehouse/badges/issue_count.svg)](https://codeclimate.com/github/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)
[![PyPI](https://img.shields.io/pypi/wheel/snakehouse.svg)]()
[![Documentation Status](https://readthedocs.org/projects/snakehouse/badge/?version=latest)](http://snakehouse.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/pypi/l/snakehouse)](https://github.com/smok-serwis/snakehouse)
Docs are [here](https://smokserwis.docs.smok.co/snakehouse)..
**IMPORTANT!**
Since for now we've lost our PyPI access, please install the packages in a following way:
```
pip wheel --extra-index-url https://www.piwheels.org/simple snakehouse
```
The software works all the way from Python 3.5 to Python 3.12.
snakehouse is a tool to pack mutiple .pyx files
into a single extension so that they are importable as separate
Python modules inside Python.
Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension).
Tested and works on CPython 3.5-3.12,
both Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse).
It doesn't work on PyPy due to lack of
`PyModule_FromDefAndSpec` symbol.
READ BEFORE YOU USE
===================
Be sure to read the [docs](http://snakehouse.readthedocs.io/en/latest/)
before you start using it.
Raw data
{
"_id": null,
"home_page": "https://git.dms-serwis.com.pl/smokserwis/snakehouse",
"name": "snakehouse",
"maintainer": null,
"docs_url": null,
"requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
"maintainer_email": null,
"keywords": "cython, extension, multiple, pyx",
"author": "Piotr Ma\u015blanka",
"author_email": "pmaslanka@smok.co",
"download_url": "https://files.pythonhosted.org/packages/7e/ec/8ca2dee552ac0366d80640038ab4ea9a6b2be38b9a2c2e8840fe06eb98ca/snakehouse-2.3.tar.gz",
"platform": null,
"description": "snakehouse\r\n==========\r\n![Build status](https://github.com/smok-serwis/snakehouse/actions/workflows/ci.yml/badge.svg)\r\n[![Code Climate](https://codeclimate.com/github/smok-serwis/snakehouse/badges/gpa.svg)](https://codeclimate.com/github/smok-serwis/snakehouse)\r\n[![Issue Count](https://codeclimate.com/github/smok-serwis/snakehouse/badges/issue_count.svg)](https://codeclimate.com/github/smok-serwis/snakehouse)\r\n[![PyPI](https://img.shields.io/pypi/pyversions/snakehouse.svg)](https://pypi.python.org/pypi/snakehouse)\r\n[![PyPI version](https://badge.fury.io/py/snakehouse.svg)](https://badge.fury.io/py/snakehouse)\r\n[![PyPI](https://img.shields.io/pypi/implementation/snakehouse.svg)](https://pypi.python.org/pypi/snakehouse)\r\n[![PyPI](https://img.shields.io/pypi/wheel/snakehouse.svg)]()\r\n[![Documentation Status](https://readthedocs.org/projects/snakehouse/badge/?version=latest)](http://snakehouse.readthedocs.io/en/latest/?badge=latest)\r\n[![License](https://img.shields.io/pypi/l/snakehouse)](https://github.com/smok-serwis/snakehouse)\r\n\r\nDocs are [here](https://smokserwis.docs.smok.co/snakehouse)..\r\n\r\n**IMPORTANT!**\r\n\r\nSince for now we've lost our PyPI access, please install the packages in a following way:\r\n\r\n```\r\npip wheel --extra-index-url https://www.piwheels.org/simple snakehouse\r\n```\r\n\r\nThe software works all the way from Python 3.5 to Python 3.12.\r\n\r\nsnakehouse is a tool to pack mutiple .pyx files\r\ninto a single extension so that they are importable as separate\r\nPython modules inside Python.\r\n\r\nInspired by [this StackOverflow discussion](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension).\r\n\r\nTested and works on CPython 3.5-3.12, \r\nboth Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse).\r\n\r\nIt doesn't work on PyPy due to lack of\r\n`PyModule_FromDefAndSpec` symbol.\r\n\r\nREAD BEFORE YOU USE\r\n===================\r\n\r\nBe sure to read the [docs](http://snakehouse.readthedocs.io/en/latest/) \r\nbefore you start using it.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Utilities for packing multiple pyx files into a single Cython extension",
"version": "2.3",
"project_urls": {
"Code": "https://git.dms-serwis.com.pl/smokserwis/snakehouse",
"Homepage": "https://git.dms-serwis.com.pl/smokserwis/snakehouse",
"Issue tracker": "https://git.dms-serwis.com.pl/smokserwis/snakehouse/-/issues"
},
"split_keywords": [
"cython",
" extension",
" multiple",
" pyx"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e3f87ca2891a69af0ebca2566a97ed94a839327042e6786ea664e9d19bfdb345",
"md5": "f5dc7b99cb4c4ec5c902abdb342d416b",
"sha256": "6e136bbe45eb9edf32addc7235807d91efaa823eeb9dd9cf2a072c59d3a76435"
},
"downloads": -1,
"filename": "snakehouse-2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f5dc7b99cb4c4ec5c902abdb342d416b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
"size": 12072,
"upload_time": "2024-09-30T09:02:21",
"upload_time_iso_8601": "2024-09-30T09:02:21.724722Z",
"url": "https://files.pythonhosted.org/packages/e3/f8/7ca2891a69af0ebca2566a97ed94a839327042e6786ea664e9d19bfdb345/snakehouse-2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7eec8ca2dee552ac0366d80640038ab4ea9a6b2be38b9a2c2e8840fe06eb98ca",
"md5": "13ccad26239928ac5490ffc93c2b7fce",
"sha256": "7d587fcadafa4c4c28c933bf8069064b0ce525389d6b02377e9f10ea2a4eb4f8"
},
"downloads": -1,
"filename": "snakehouse-2.3.tar.gz",
"has_sig": false,
"md5_digest": "13ccad26239928ac5490ffc93c2b7fce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
"size": 11170,
"upload_time": "2024-09-30T09:02:23",
"upload_time_iso_8601": "2024-09-30T09:02:23.131107Z",
"url": "https://files.pythonhosted.org/packages/7e/ec/8ca2dee552ac0366d80640038ab4ea9a6b2be38b9a2c2e8840fe06eb98ca/snakehouse-2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-30 09:02:23",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "snakehouse"
}