Skip to content

bryborge/sandbox-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Sandbox (Python Edition)

A portable Python Development Environment for experimentation and glory.

βš™οΈ Dependencies

πŸ”§ Up and Running

These instructions assume you have the above dependencies installed, configured, and running.

  1. Build and run the container.

    podman compose up -d

    That's it. If you want to drop into the container at a shell, run:

    podman compose exec sandbox-py bash
  2. Install dependencies (inside the container):

    pip install -e .[dev]

βš™οΈ Build System

This project uses setuptools for the build backend.

βœ… Testing

This project uses the pytest testing framework.

To run the test suite, simply run the command pytest.

πŸ”Œ Spinning Down

To spin the container down, run:

podman compose down

To clean up all the cache and generated files created during development:

make clean

πŸ“š Resources

About

πŸ’Ό 🐍 A portable Python Development Environment for experimentation and glory.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors