Inventory Control
Project description
InvCtrl
InvCtrl adalah aplikasi web berbasis FastAPI untuk kebutuhan manajemen inventaris seperti permintaan barang dari toko/karyawan, pengelolaan stok, dan tampilan dashboard sederhana.
Persyaratan
- Python 3.8 atau lebih baru
- Internet connection (untuk install package dari PyPI)
Cara Instalasi & Menjalankan Aplikasi
1. Install Python
Unduh dan install Python dari https://www.python.org/downloads/
Pastikan saat install:
-
Checklist "Add Python to PATH"
-
Setelah selesai, cek versi:
python --version -
Buat Virtual Environment
python -m venv venv -
Aktifkan environment:
Windows
venv\Scripts\activateLinux/MacOS
source venv/bin/activate
2. Install InvCtrl dari PyPI
pip install invctrl
3. Jalankan Aplikasi
invctrl
Aplikasi berjalan di http://localhost:8000/dashboard
4. Fitur
- Form permintaan barang
- Penyimpanan menggunakan TinyDB (NoSQL, ringan, berbasis file)
- Template HTML dengan Jinja2
- Routing modular (FastAPI)
- CLI command siap pakai: invctrl
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
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 invctrl-0.1.2.tar.gz.
File metadata
- Download URL: invctrl-0.1.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ac0d725ce3c0278bcc6a4239f87986cee16813f64a9afb54b741eed64ca1c78
|
|
| MD5 |
62b2862ad6fb0e06386569c08a9378fd
|
|
| BLAKE2b-256 |
df9a70cc3802a2a9fccf2515fd7e579d0dee6f59ace2bf783ad30d7951770960
|
File details
Details for the file invctrl-0.1.2-py3-none-any.whl.
File metadata
- Download URL: invctrl-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27dcbf6603e6a5032b4aca1fbec5c36ed42b15a90939ed2737ab9f5bb158cc57
|
|
| MD5 |
479c2b243ad3ce7be0297a70b77fabd1
|
|
| BLAKE2b-256 |
26f1d755285cd664ade70e471d011ffaf738a3f8a4cd541e4805f4941a368827
|