Skip to content

hai-pilgrim/python-template

 
 

Repository files navigation

python-template

This project uses uv, which can be installed in one line:

# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh

To get started with the project:

git clone https://github.com/marksverdhei/python-template.git
cd python-template

Then install project with

uv sync --dev
source .venv/bin/activate

For development, make sure to install the project with the -e flag so the source code isn't distributed to .venv:

uv pip install -e .

Then you can run the default cli, which can be customized in cli.py and pyproject.toml

$ python-template
Hello from python-template

How to install:

pip install git+https://github.com/marksverdhei/python-template.git

About

My python template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%