Skip to main content

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

sakib_helpers-0.0.3.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

sakib_helpers-0.0.3-py3-none-any.whl (6.7 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