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!

Table of contents

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 for testing: python3 setup.py bdist_wheel
  3. Install module locally: pip install -e . dev
  4. Run tests with PyTest: pytest

Build

  1. Build module for distribution: python3 setup.py bdist_wheel sdist
  2. Push to PyPI: pip install twine twine upload dist/*

Objectives

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

History

0.0.0 (10.21.2022)

  • GitHub repositiry created
  • Project created
    • Basic README.md written

0.0.1 (10.25.2022)

  • Simple math functions defined
    • add(), divide(), hello_world(), multiply, square_root(), square(), and subtract()
  • Package files created
    • setup.py and LICENSE.md
  • Created test files & tested with pytest
    • test_add.py, test_divide.py, test_hello_world.py, test_multiply.py, test_square_root.py, test_square.py, and test_subtract.py
  • Package published to PyPI

0.0.2 (10.25.2022)

  • Aggregated all functions into one file
    • Functions should be optionally imported with import mathplug, not strictly from mathplug import function
    • Functions should be accessed with mathplug.function(), not mathplug.file.function
  • Agregated all test files into one file containing all tests
    • Done for ease of use and to clean up file tree
  • Incremented version number

0.0.3 (10.26.2020)

  • More math functions defined
    • absolute(), cube(), and exponent()
  • Created tests for new functions & tested with PyTest
    • absolute(), cube(), and exponent()
  • Incremented version number

0.1.0 (Planned)

  • Stable release
  • Improve Python accessability

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.

Links

:file_folder: See this project on GitHub

:gift: See this project on PyPI

:cat: Follow me on GitHub

:briefcase: Connect with me on Linkedin

:email: Send me an email

:clapper: Followed tutorial by Mark Smith (@judy2k)

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.3.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

mathplug-0.0.3-py3-none-any.whl (5.5 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