Skip to content

Generate a Python package and publish it to PyPI in less than 1 minute.

Notifications You must be signed in to change notification settings

mateuszklimek/genpypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genpypi

Generate a Python package and publish it to PyPI in less than 1 minute.

Installation

You can install genpypi using pip:

pip install genpypi

Usage

Create a new Python package with all necessary files:

genpypi create my_package_name

This will generate:

  • Basic package structure
  • setup.py
  • GitHub Actions workflow for PyPI publishing
  • .gitignore
  • README.md

Publishing to PyPI

  1. Create a repository on GitHub
  2. Push your code to GitHub
  3. Add your PyPI credentials as GitHub secrets:
    • PYPI_PASSWORD
  4. The GitHub Action will automatically publish your package when you push to main

License

MIT

About

Generate a Python package and publish it to PyPI in less than 1 minute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages