Skip to content

AsciiShell/cython-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cython-example

Simple project with c++/cython usage in a python.

The main goal of this project - demonstrate how c++ code could be build and used with python together.

hello

Demo methods in c++/cython/python languages are used together.

Build

pip install -U pip setuptools Cython wheel
python setup.py sdist bdist_wheel

Install distribution:

pip install hello-0.0.1.zip
hello

License

MIT License

Copyright (c) 2020 AsciiShell

About

A simple project with c++ code called from python via cython.

Topics

Resources

License

Stars

Watchers

Forks

Contributors