Ultra-fast, zero-dependency dotenv alternative with type casting
Project description
Atikin Env ■
Ultra-fast, zero-dependency .env loader for Python with automatic type casting.
■ Features
- ■ Faster than python-dotenv
- ■ Zero Dependencies
- ■ Auto Type Casting (bool, int, float, None)
- ■ Simple API
■ Installation
pip install atikin-env
■ Usage
from atikin_env import load_env, get
# Load environment variables
load_env(".env")
print(get("NAME")) # str -> "Atikin"
print(get("AGE")) # int -> 25
print(get("DEBUG")) # bool -> True
print(get("PI")) # float -> 3.1416
■ Run Tests
pytest
■ Publishing to PyPI (Step-by-Step)
- Install tools
pip install build twine
- Build package
python -m build
- Upload to PyPI
twine upload dist/*
■ License
MIT License © 2025 Atikin Verse
FOLLOW US ON For more information:
Join our social media for exciting updates, news, and insights! Follow us on :
| ACCOUNTS | USERNAME |
|---|---|
| atikinverse | |
| atikinverse | |
| atikinverse | |
| TWITTER (X) | atikinverse |
| THREADS | atikinverse |
| PINTREST | atikinverse |
| QUORA | atikinverse |
| atikinverse | |
| TUMBLR | atikinverse |
| SNAPCHAT | atikinverse |
| SKYPE | atikinverse |
| GITHUB | atikinverse |
Feel free to reach out if you have any questions or suggestions!
Happy Coding! 🚀
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file atikin_env-1.0.0.tar.gz.
File metadata
- Download URL: atikin_env-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66bfb095015f3bdbe2a97e5390382124dd42413958664eeb48d3aff666a4e8f0
|
|
| MD5 |
ff44a4ef088775c7a174273dad09f045
|
|
| BLAKE2b-256 |
2adda30a1309adf935045c4c8a6531a5d5da98935ccbde5f4b63dab291b14834
|
File details
Details for the file atikin_env-1.0.0-py3-none-any.whl.
File metadata
- Download URL: atikin_env-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25faf8e5db9491d054d0fd03e0c7083e43cbd45e921c3261e5adb2084e0b9c53
|
|
| MD5 |
0068bc12011d49c133ef36a11da77af8
|
|
| BLAKE2b-256 |
f6076d22b1fa34c520dcb3e9546f59d2e80686c0483ca08040bba619a1b5ab34
|