Code Monkey home page Code Monkey logo

jungle's Introduction

A tool to setup a basal development environment for all projects using a single line command

How To

  1. Create directory for you project using a name of your choosing.
  2. Include your python requirements.txt or poetry.lock file.
  3. Within the directory do something like: curl shell_scrhttps://raw.githubusercontent.com/<MAGIC_SHELL_SCRIPT>
  4. Creates a docker env with the necessary modules installed (if included). *~ Fin ~*

Under the hood

...

Requirements

  1. Docker
  2. poetry

Enviornment

  1. poetry ...

Pre included modules

  1. The "bear necessities": "mowgli"

  2. Dates and Times: Pendulum

    poetry add pendulum
    
  3. Visualization: plotnine, Ploty

    poetry add plotly
    poetry add plotnine[extra]
    
  4. Tabular data: itables

    poetry add itables
    
  5. Interactive Web Apps: Shiny for Python

    poetry add shiny
    

...

TODO:

...

  1. Put mowgli in the jungle.
  2. Remove references to poetry.
  3. Install direnv

FAQ by ME:

  1. How to export requirements from the pdm managed lock file to requirements.txt.
    Use this: pdm export --without-hashes -o requirements.txt
  2. Docker cheat sheet

〜 Fin 〜

jungle

jungle's People

Contributors

karthikskumar avatar

Stargazers

Andrew Schonfeld avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.