Skip to content

Imaginary-Biolabs/grumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grumpy

Minimal Python package ready to publish to PyPI.

Install (after publishing)

pip install grumpy

Usage

import grumpy
print(grumpy.__version__)

Development

Recommended: use a virtual environment (python -m venv .venv && source .venv/bin/activate).

Build the distribution

python -m pip install --upgrade build
python -m build

This creates files in dist/ (a wheel and an sdist).

Upload to TestPyPI first

python -m pip install --upgrade twine
twine upload --repository testpypi dist/*

Verify install from TestPyPI:

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple grumpy

Upload to PyPI

twine upload dist/*

Makefile shortcuts

make build
make publish-test
make publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors