cadojo / dimples

An experiment in improved Python package distribution and environment resolution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

😊 dimples

Distribute and manage your Python packages with dimples!

Vision

Command Line

python -m pip install --upgrade dimples

python -m dimples generate my-new-package
python -m dimples activate my-new-package
python -m dimples add numpy
python -m dimples status

python -m dimples activate 

Python

import dimples as dmp

dmp.generate("my-new-package")
dmp.activate("my-new-package")

dmp.add("numpy")
dmp.status()

dmp.activate()

Notes

The Path of the Crab

Indirect Dependencies With Same Name

About

An experiment in improved Python package distribution and environment resolution.

License:MIT License


Languages

Language:Python 96.9%Language:TeX 3.1%