Skip to content

HashLDash/photon-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photon-lang

Import Photon libraries on Python

Installation

$ pip install photon-lang

Usage

Just import the library before any photon imports. Suppose you want to import test.so, created with photon. Then:

import photon_lang
import test

# now you can use any function in test
test.hello()
``

About

Import Photon libraries on Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages