Исполняемый пакет для управления пользователями и заказами в онлайн-магазине
Project description
The project is designed for convenient store management. It offers two algorithms to manage orders, as well as keep a report on customers.
Package Assembly Steps:
Make sure everything is set up: You must have a pyproject.toml file in the root directory of the project, which contains all the necessary dependencies and build settings.
Install the build tool: If you don't have the build tool installed yet, install it using pip:
pip install build Assemble the package: Run the command to build the package:
python -m build This command will create two types of packages in the dist directory:
Source Distribution (sdist) is an archive with the source files of the project (for example .tar.gz ). Wheel Distribution (wheel) is an assembled and ready—to-install package (.whl). Check: In the dist directory you will see the files that have been created. Example of output files:
dist/ my_package-0.1.0-py3-none-any.whl
my_package-0.1.0.tar.gz
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 online_store_rv-0.1.0.tar.gz.
File metadata
- Download URL: online_store_rv-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58607b4d66b48d290ccd4caad0ca970028f95c0f9ef2ba2876e415f31e2ebafa
|
|
| MD5 |
0df9bdafd969f57a23283fad292e07af
|
|
| BLAKE2b-256 |
86f378668c9d913f7dd8b2ef644fe33b71f2883be44463828d9c63382abb0fae
|
File details
Details for the file online_store_rv-0.1.0-py3-none-any.whl.
File metadata
- Download URL: online_store_rv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2434264921b49ad6f9b942d721796a8b354717e9000593943aad661dddcda55
|
|
| MD5 |
1ea34e91b1abae7ae44d5b705039f101
|
|
| BLAKE2b-256 |
6f8d1fc19b0026da95e364a6308f3b65f26719f69cd0dd4c0d500ed32f3668a6
|