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 details)

Uploaded Python 3

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

Hashes for dotgen-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5d1566a2e553e4eb57756d9118a29b3ac49a6b2e363f42ba283aec1c47f6c605
MD5 63bdb9029aa8d69506d5e7ffa7d75bef
BLAKE2b-256 0563192ce3cd5b6358047ebff6f05df5c8c3b47a24ead1712bcdd192789d910b

See more details on using hashes here.

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