Created Python library
Project description
How to Create your Own Data Structures Library
Create a virtual environment:
python3 -m venv venv
Activate the environment by using:
source venv/bin/activate
Utility our Python library:
pip3 install wheel
pip3 install setuptools
pip3 install twine
Run test-runner:
python3 setup.py pytest
Build Library:
python3 setup.py bdist_wheel
Wheel file is stored in the “dist” folder that is now created. You can install your library by using:
pip3 install dist/*.whl
Test your import 🚀:
from dotstruct import Stack
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file dotgen-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: dotgen-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d1566a2e553e4eb57756d9118a29b3ac49a6b2e363f42ba283aec1c47f6c605 |
|
MD5 | 63bdb9029aa8d69506d5e7ffa7d75bef |
|
BLAKE2b-256 | 0563192ce3cd5b6358047ebff6f05df5c8c3b47a24ead1712bcdd192789d910b |