Skip to main content

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


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

dotgen-0.2.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page