Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalapy/scalapy
Use the world of Python from the comfort of Scala!
https://github.com/scalapy/scalapy
python scala scala-native
Last synced: 3 months ago
JSON representation
Use the world of Python from the comfort of Scala!
- Host: GitHub
- URL: https://github.com/scalapy/scalapy
- Owner: scalapy
- License: mit
- Created: 2016-12-31T22:22:31.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T01:38:19.000Z (6 months ago)
- Last Synced: 2024-06-18T13:51:55.479Z (5 months ago)
- Topics: python, scala, scala-native
- Language: Scala
- Homepage:
- Size: 1.25 MB
- Stars: 539
- Watchers: 23
- Forks: 42
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Use the world of Python from the comfort of Scala!
ScalaPy allows you to use any Python library from your Scala code with an intuitive API.
# Get Started at [scalapy.dev](https://scalapy.dev)
## Building
To run the unit tests for ScalaPy, run `sbt coreJVM/test`. To run unit tests for Scala Native, run `sbt coreNative/test`.## Static Facades
+ NumPy: https://github.com/shadaj/scalapy-numpy
+ TensorFlow: https://github.com/shadaj/scalapy-tensorflow## Credits
Logo based on https://github.com/OlegIlyenko/scala-icon with modifications to use the Python color palette.