Code samples regarding the module Pytools from DevPro Platform
Project description
pytools
Code samples regarding the module Pytools from DevPro Platform
Supported Python version 3
Implemented Libs:
- Requests: HTTP for Humans™
Installing
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
Check for Code Quality following PEP8, execute:
flake8
Useful Python commands
Create and activate venv
python3 -m venv .venv
source .venv/bin/activate
Install PyPi local Lib[^1]
pip install -e "path to setup.py inside the lib"
E.g. pip install -e ./pytools
Validate installation
python3
from libhttprequests.github_api import get_github_avatar
get_github_avatar('mauriciodoerr')
Publish at PyPi
python3 setup.py sdist
pip install twine
twine upload dist/*
[^1]: List Classifiers for PyPi can be found at https://pypi.org/pypi?%3Aaction=list_classifiers
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
libhttprequests-0.2.tar.gz
(41.0 kB
view details)
File details
Details for the file libhttprequests-0.2.tar.gz
.
File metadata
- Download URL: libhttprequests-0.2.tar.gz
- Upload date:
- Size: 41.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54d15163c0a18800d797ab55889d8fc8bb51b20088a4a774033136052db3488e |
|
MD5 | 63b1c13dd7e5b693aa034e1bd7d1e676 |
|
BLAKE2b-256 | 272ef603c6ce68f10525bcaee093b550dc21552d1459a974d8c9a5bcf8efcae2 |