Skip to content

g4wjs/numpy.distutils-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numpy.distutils-example

Small project to expore the numpy.distutils module to call Fortran from Python

To build:

python3 setup.py build_ext -i

To test:

python3
>>> import fmod
>>> print (fmod.fmod.fib (8))

To package:

pyinstaller main.py

To test packaged executable:

./dist/main/main

That's all folks!

About

Small project to expore the numpy.distutils module to call Fortran from Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published