python helper functions/methods
Project description
django filter
Requirments
Use the package manager pip to install all the requirements. Just follow the commands below:
Upgrade Setuptoos:
python -m pip install --upgrade twine setuptools
Install Wheel:
pip install wheel
Make a build for your Library/Package:
python setup.py sdist bdist_wheel
Install twine:
pip install twine
Upload Your Library:
twine upload dist/*
If the above command fail to upload:
python -m twine upload dist/*
If you want to upload through Git repo, Add this code after import statements
here = os.path.abspath(os.path.dirname(__file__))
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()
After add this code you have to add an Readme.md file and the just follow the commands above.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sakib_helpers-0.0.3.tar.gz.
File metadata
- Download URL: sakib_helpers-0.0.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3941f06e267f06b28075c33a6eb21cab0f13624e2ebc455aa4def1ea3c757e4
|
|
| MD5 |
4a2552878daf4a3381573ce02d4c954c
|
|
| BLAKE2b-256 |
2982c6b13fb9a2def54e73242c31c698cb26ad232ddddfcb8d62fd75063d32dc
|
File details
Details for the file sakib_helpers-0.0.3-py3-none-any.whl.
File metadata
- Download URL: sakib_helpers-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3a8e58e698fd500d85ebecc022043a9e921332ab19a491f8b238af087a84836
|
|
| MD5 |
0f6a6ff54ed91d789f3c65c3e8618481
|
|
| BLAKE2b-256 |
8fcdcb84fd16c9ed51cd6ef22918048cc686925caf7d86fff5cfec579e9cca4f
|