My personal utilities library.
Project description
qwertypy
My personal utilities library.
Virtual Environment
# Create new venv
py -m venv ./venv
# Activate venv
## In Windows git bash
source ./venv/Scrips/activate
To See which venv:
import sys
print(sys.prefix)
Install required packages
pip install -r requirements.txt
Testing
py -m unittest
Release
Steps
- Update
setup.py
with version no. - Update `CHANGELOG.md``.
py release.py
Resources
Setup and configurations
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
qwertypy-0.3.2.tar.gz
(3.8 kB
view details)
File details
Details for the file qwertypy-0.3.2.tar.gz
.
File metadata
- Download URL: qwertypy-0.3.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 545ef830c96a195942fc3fef91ccecf5feb32b168c6baa61885061c079b15a9d |
|
MD5 | 31646c3816f190027df1a1ce62273d53 |
|
BLAKE2b-256 | c5e29ece473f329fe98817bccd8cb60334ebe1066364f1f0d5af42999ec2e0b1 |