Skip to main content

A python package for using basic math algorithm

Project description

pymeth

A python package for basic algorithms

INSTALLATION

Installing from source code on GitHub

You can clone this repository locally and install package from the source code.

git clone https://github.com/saurabhmehta1601/pymeth.git
cd pymeth
python setup.py install

Installing directly with pip

You can use pip to install pymeth with

pip install pymeth

Publishing package to PyPI

  1. Firstly, check the package version and metadata in setup.py.
  2. Create the binary distribution wheel file for the package with
python setup.py bdist_wheel
  1. We will be using twine to upload package to PyPI, so if you have not installed it already install it with command :
pip install twine==4.0.2
  1. Now, we will use twine to upload package to PyPI

NOTE: In order to upload python package you will need an account on PyPI with 2Factor Authentication enabled.

twine upload --repository-url https://upload.pypi.org/legacy/ -u __token__ -p YOUR_ACCESS_TOKEN dist/*

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

pymeth-1.0.1-py3-none-any.whl (4.1 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