Skip to main content

A simple package to manage environment variables with command-line interface

Project description

Mike Package

A simple Python package to manage environment variables in your .env file with command-line interface.

Installation

From PyPI

pip install mike

From Source

git clone https://github.com/yourusername/mike-package.git
cd mike-package
pip install -e .

Usage

In Python Scripts

# Import all variables
from mike import *

# Use variables directly
print(API_KEY)
print(DATABASE_URL)

# Or import specific variables
from mike import API_KEY, DATABASE_URL

Command Line Interface

  1. Print a variable's value:
mike API_KEY
  1. Add or update a variable:
mike NEW_KEY=value
mike "KEY_WITH_SPACES=value with spaces"
  1. Delete a variable:
mike delete VARIABLE_NAME
  1. View all variables:
mike

Features

  • Automatically loads variables from .env file
  • Type hints support with auto-generated .pyi stub file
  • Command-line interface for managing variables
  • Preserves comments and formatting in .env file
  • Handles values with spaces and special characters
  • Works from any directory

File Structure

  • .env: Your environment variables file (created in your home directory)
  • mike/__init__.py: Main package code
  • mike/__init__.pyi: Auto-generated type stubs

Dependencies

  • python-dotenv

Notes

  • The package creates and uses a .env file in your home directory
  • Variables are automatically reloaded when modified through the CLI
  • Type stubs are automatically updated when variables change
  • Perfect for managing API keys, database URLs, and other configuration variables

License

MIT License - feel free to use this package in your projects!

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

mydotenv-0.1.5.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

mydotenv-0.1.5-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file mydotenv-0.1.5.tar.gz.

File metadata

  • Download URL: mydotenv-0.1.5.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for mydotenv-0.1.5.tar.gz
Algorithm Hash digest
SHA256 7c19ef9face1d25bc9d9b211eacfafbb8fa2a249912cb9bf703c121fc29e8bf2
MD5 1a7c6008cfa354de74461f6b749cbcc5
BLAKE2b-256 40a0bd93deb56daa67473fef7de77400666f85226289f033494c547f76534a22

See more details on using hashes here.

File details

Details for the file mydotenv-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: mydotenv-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for mydotenv-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f4121b8b87454c8e5a1e268b9f72f3f62c06e871da4078ecb7b2ce5467c3e88f
MD5 c03bcb9554975c635bfc89262189e91f
BLAKE2b-256 3fe9bb82d40832cc2ed80037df4ee8b2360db617f0e9eba4eb86d4781a9c2e48

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