Skip to content

ceddlyburge/python_use_hello_world_from_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Use Hello World From Server

This is some example code that is part of a blog post on using GitHub (or other providers) as a PyPy Server.

This repository defines a dependency to a python_hello, which in turn has a dependency to python_world. This is defined in requirements.txt so you can create a Virtualenv, and an environment.yml, so you can create a Conda environment.

The "--extra-index-url" parameter is defined for the dependency, which specifies the PyPy server at which this dependency can be found.

If has one module which can print "hello world" using this dependency

About

Companion repository to "using GitHub (or other providers) as a PyPy Server"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages