Skip to main content

A CLI tool to automate Python project environment setup

Project description

PyKickstart 🚀

A powerful CLI tool that automates Python project environment setup for developers.

Features

  • 🔧 Automatic virtual environment creation and activation
  • 📦 Smart dependency management
  • 🤖 AI-powered package inference
  • 🎨 Beautiful CLI interface
  • 🛠️ Optional project structure generation
  • 🔍 Unused dependency detection
  • 💡 Developer tool suggestions

Installation

pip install pykickstart

Configuration

Google Gemini API Key

For AI-powered package inference, you'll need a Google Gemini API key:

  1. Get your API key from Google AI Studio
  2. Set the API key in one of these ways:
    # Option 1: Environment variable
    export GOOGLE_API_KEY="your-api-key-here"  # Unix/Linux/macOS
    set GOOGLE_API_KEY=your-api-key-here       # Windows CMD
    $env:GOOGLE_API_KEY="your-api-key-here"    # Windows PowerShell
    
    # Option 2: Create a .env file in your project root
    echo "GOOGLE_API_KEY=your-api-key-here" > .env
    

Usage

# Run as a module
python -m pykickstart

# Or use the CLI command
pykickstart

Development

  1. Clone the repository
  2. Install development dependencies:
    pip install -e ".[dev]"
    
  3. Run tests:
    pytest
    

Publishing

To publish this package to PyPI:

  1. Install build tools:

    pip install build twine
    
  2. Build the package:

    python -m build
    
  3. Upload to PyPI:

    # Test upload to TestPyPI first
    python -m twine upload --repository testpypi dist/*
    
    # Upload to real PyPI
    python -m twine upload dist/*
    

License

MIT License - feel free to use this project for any purpose.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pykickstart_cli-0.2.6.tar.gz (39.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pykickstart_cli-0.2.6-py3-none-any.whl (22.5 kB view details)

Uploaded Python 3

File details

Details for the file pykickstart_cli-0.2.6.tar.gz.

File metadata

  • Download URL: pykickstart_cli-0.2.6.tar.gz
  • Upload date:
  • Size: 39.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for pykickstart_cli-0.2.6.tar.gz
Algorithm Hash digest
SHA256 7a4d7fa22f81dc210817faea98a1f8767290cd2cc2029b63752bb5514c19ad17
MD5 68e6ae5a1f030f11f5d29970f12868c0
BLAKE2b-256 fe04425482522bcbcf93210dc13270806e9aa64b8396600135114cbd7c33a834

See more details on using hashes here.

File details

Details for the file pykickstart_cli-0.2.6-py3-none-any.whl.

File metadata

File hashes

Hashes for pykickstart_cli-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6472b85bc261578238038f5f6cb28b51b40247b44084c6292121ad044665e2a2
MD5 f4d80c98873394cee7aafc810fceb290
BLAKE2b-256 b068a3d0dfe47442b7a433c974b98f52930db463b1c4dd281e9e098860638ddb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page