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.4.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file cwmath-0.0.4.tar.gz
.
File metadata
- Download URL: cwmath-0.0.4.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 | 2f4ef70335120517fddce21db0f91986fcea2c1bf67bac10ab27c18e280da222 |
|
MD5 | 6c54c37d81ef004be49522d0f5a514bd |
|
BLAKE2b-256 | 9283a0ad7f8ba5f5b310c19fed47d6d4b882e5aebaaede36fe31f0033a02b09b |
File details
Details for the file cwmath-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: cwmath-0.0.4-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 | 06e510c482f6a68ded5b96a1b34ee3ed25febf73d4b14ba94abc2b5eb9e130bf |
|
MD5 | 2653196484123ee3a9888a9972d3211d |
|
BLAKE2b-256 | e53d1ddb0aa506753307e87e295034a425a5d52d09002c558f8826cc11bc3cf4 |