Cadwork Math Utilities
Project description
Cadwork Math Utilities
This is the Cadwork Math Utilities library in Python.
Installation
Install with pip:
pip install cwmath
Contributing
Contributions are always welcome! Before contributing, please check contributing agreement.
Roadmap
- Guides
- Examples
- API Documentation
Authors
License
Style Guide
Please follow the style guide below when adding functions. Guidelines
# imports:
import math
import sys
from myclass import MyClass
# example function
def add_one(number:int) -> int:
"""Increase number by one.
Function written by John Doe.
Args:
number (int): a number
Returns:
int: number increased by one
"""
return number + 1
# Aligned with opening delimiter.
foo = long_function_name(var_one, var_two,
var_three, var_four)
if foo == 'blah':
do_blah_thing()
do_one()
do_two()
do_three()
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
cwmath-0.0.3.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file cwmath-0.0.3.tar.gz
.
File metadata
- Download URL: cwmath-0.0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30d8f607fe58c5d8138a1a172e59c6f508d08c4f2c08a1a6ad8f6fed4a4c2542 |
|
MD5 | f640394a2917d486c07ec5df160ba812 |
|
BLAKE2b-256 | 63f599e267f6d96d403b4932743ba8f53a188123e536f0aae2edef4093fb176b |
File details
Details for the file cwmath-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: cwmath-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2d1ebc6c6190acfaf605bb00a5b3a4bc57300b85e65f5157f1aa7fbb74df08c |
|
MD5 | bdd2051113723dfaab9ed4cc2948693d |
|
BLAKE2b-256 | d09d3b1c48b04dda34e6b4019143b91656472aff05140c3f95bd6f5f78bb41a1 |