Skip to main content

A lightweight Python package which supplies simple math functions.

Project description

 __   __  _______  _______  __   __  _______  ___      __   __  _______ 
|  |_|  ||   _   ||       ||  | |  ||       ||   |    |  | |  ||       |
|       ||  |_|  ||_     _||  |_|  ||    _  ||   |    |  | |  ||    ___|
|       ||       |  |   |  |       ||   |_| ||   |    |  |_|  ||   | __ 
|       ||       |  |   |  |       ||    ___||   |___ |       ||   ||  |
| ||_|| ||   _   |  |   |  |   _   ||   |    |       ||       ||   |_| |
|_|   |_||__| |__|  |___|  |__| |__||___|    |_______||_______||_______|

PyPI GitHub GitHub last commit GitHub pull requests GitHub followers

Overview

mathplug is a lightweight Python package which supplies simple math functions. It was primarily designed as an excuse to learn how to publish a Python package. Secondarily, this will give me an opportunity to learn some of the more complicated mathematical equations since I somehow skipped that part. In the future, you'll be able to install and import this software into your notebook or Python file and use it to add some numbers together. How exciting!

Install & use

  1. From terminal: shell pip install mathplug
  2. From python environment: import mathplug

Test

  1. Clone repository: git clone https://github.com/JordanWelsman/mathplug.git
  2. Build module: <python | python3> setup.py bdist_wheel
  3. Install module locally: pip install -e . dev
  4. Run tests with PyTest: pytest

Table of contents

Objectives

  • Learn how to publish a Python package
  • Learn some more complicated math functions

History

0.0.1

  • Simple math functions defined
  • Package files created
  • Created test files & tested with pytest
  • Package published to PyPI

Credits

mathplug was created, developed, and is currently maintained by Jordan Welsman.

License

mathplug is developed and distributed under the MIT license.

See LICENSE.md for more details.

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

mathplug-0.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

mathplug-0.0.1-py3-none-any.whl (4.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