Skip to content

A simple tool to add make-like functionality to Python projects

License

Notifications You must be signed in to change notification settings

ShyAssassin/PyMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymake

A simple tool to add make-like functionality to Python projects.

Installation

Currently PyMake does not have its own package on pypi so for the time being if you want to use PyMake you will need to add it as a github dependecincy in poetry/anaconda.

Usage

To use PyMake all you need to do is edit you pyproject.toml and added a [tools.pymake] section where you will put all of your custom targets.

[tools.pymake]
HelloWorld = "echo Hello World!"
run = "poetry run `Your python file`"

Once you have added targets to your pyproject.toml to execute them you simpley run pymake <Target>

About

A simple tool to add make-like functionality to Python projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages