Skip to main content

Contraptions is a collection of algorithms and utilities used in my personal py-projects.

Project description

https://img.shields.io/pypi/v/contraptions.svg https://github.com/RyanFleck/Contraptions/workflows/Workflow/badge.svg?branch=master Documentation Status Updates Python 3

Contraptions is a collection of algorithms and utilities used in my personal py-projects.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

  • feat: A new feature

  • fix: A bug fix

  • docs: Documentation only changes

  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

  • refactor: A code change that neither fixes a bug nor adds a feature

  • perf: A code change that improves performance

  • test: Adding missing or correcting existing tests

  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation

# Changelog

<!–next-version-placeholder–>

## v3.10.3 (2020-11-05) ### Fix * Change pointer to history file. ([715c6ee](https://github.com/RyanFleck/Contraptions/commit/715c6eed9d13aadeddd90ab62e575bebe7832fc1))

## v3.10.2 (2020-11-05) ### Fix * Fix version reference in setup.py ([c6f1588](https://github.com/RyanFleck/Contraptions/commit/c6f1588b2e3b0a968adee94ffe7f56d740217c3c))

## v3.10.1 (2020-11-05) ### Fix * Update README. ([1296f4b](https://github.com/RyanFleck/Contraptions/commit/1296f4b0f0a3631f033df218ffed13b97098202b))

## v3.10.0 (2020-11-05) ### Feature * Add scramble function. ([486dc7d](https://github.com/RyanFleck/Contraptions/commit/486dc7de21db465d8747f481b8a06a8274e01e69))

### Fix * Change how functions are called ([b73fb76](https://github.com/RyanFleck/Contraptions/commit/b73fb76a1b983fb4bd13155bea6e6ae780c89da7))

## v3.9.0 (2020-11-04) ### Feature * Don’t check builds on non-building cmts ([8dece0f](https://github.com/RyanFleck/Contraptions/commit/8dece0f4d2e8f5b8dd4bc92ded7e5e167908a330)) * Add ‘d’ function. ([60e886c](https://github.com/RyanFleck/Contraptions/commit/60e886cbb1a677b57e132983f60bed818fb51a6d)) * Add ‘b’ and ‘c’ functions. ([526bea4](https://github.com/RyanFleck/Contraptions/commit/526bea416b76181872677055c3954658e0f81734)) * Update fetch depth, add ‘a’ function ([e77fe6a](https://github.com/RyanFleck/Contraptions/commit/e77fe6aff9bc005e2930ecf7dcfb4f6f6fe1d25c))

## v3.8.0 (2020-11-04) ### Feature * Remove ‘a’ function. ([64b0d10](https://github.com/RyanFleck/Contraptions/commit/64b0d10aec6edaca2fe60fad830c219a78cafbf1))

## v3.7.0 (2020-11-04) ### Feature * Complete incredibly complex ‘f’ func ([59544ae](https://github.com/RyanFleck/Contraptions/commit/59544aeb4f4acb743f2ba99f1b9bddf36fd1bf91))

## v3.6.0 (2020-11-04) ### Feature * Ensure version is set to semver ([d8254dc](https://github.com/RyanFleck/Contraptions/commit/d8254dca326a31f9c34cb8ba3c06c8ef7fc73f97))

## v3.5.0 (2020-11-04) ### Feature * Merge branch ‘test-branch’ ([e6a1a2b](https://github.com/RyanFleck/Contraptions/commit/e6a1a2bf2e7662b805319d090d1fffab483c7566))

## v3.4.0 (2020-11-04) ### Feature * Remove multiplication function ([b3dd99e](https://github.com/RyanFleck/Contraptions/commit/b3dd99ef8b55e667c55f108821788d8fac593f07))

## v3.3.0 (2020-11-04) ### Feature * Add git config stuff. ([2abdd81](https://github.com/RyanFleck/Contraptions/commit/2abdd816ad03efca7ec81cd61b08bd75ce474e57))

## v3.2.0 (2020-11-04) ### Feature * Remove colon from workflow step name ([2733b5d](https://github.com/RyanFleck/Contraptions/commit/2733b5dad4f8d8abd4fbfd66992c9477a5e122dc)) * Use correct semantic release action. ([8398ac6](https://github.com/RyanFleck/Contraptions/commit/8398ac69e5a1eed73b7cca845216f759e92cec8e)) * Update workflow file with environment vars ([7470e08](https://github.com/RyanFleck/Contraptions/commit/7470e088fea098ab390a4a7def78df49d5c79bb0)) * Add new operation. ([c74889a](https://github.com/RyanFleck/Contraptions/commit/c74889aa1e7c63e8f83de9da952f1150fdbb3108)) * Use python semantic release workflow ([4f81873](https://github.com/RyanFleck/Contraptions/commit/4f81873dbf6b78a052aa4c1cde77a9d4ec1ed084)) * Remove semver job. ([6c1ead6](https://github.com/RyanFleck/Contraptions/commit/6c1ead6b16c66db6d4a5e27c4330c2b561fc28e3))

## v3.1.0 (2020-11-04) ### Feature * Add Semver to workflows. ([7edd1c3](https://github.com/RyanFleck/Contraptions/commit/7edd1c366398e45821df51318d8dc2f0f24120ec))

## v3.0.0 (2020-11-04)

## v2.0.0 (2020-11-04)

## v1.0.0 (2020-11-04)

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

contraptions-3.10.3.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

contraptions-3.10.3-py2.py3-none-any.whl (5.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file contraptions-3.10.3.tar.gz.

File metadata

  • Download URL: contraptions-3.10.3.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for contraptions-3.10.3.tar.gz
Algorithm Hash digest
SHA256 3a01c33d2e3ace51e2fe5c7d38668480e1fcf0fa515c21b8e4e4971d07c4a862
MD5 e21afb267df934ac1c56ca96cf0fda64
BLAKE2b-256 0936953c2162ca562d4440ce01a7ca040a5d01bb5816e099c1c9fe293ae2bbf8

See more details on using hashes here.

File details

Details for the file contraptions-3.10.3-py2.py3-none-any.whl.

File metadata

  • Download URL: contraptions-3.10.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for contraptions-3.10.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ff4d25f14b09a2b455a3deadb95056db1d4e290f91376d8bdd755895b6cc7bbc
MD5 0f825b07d5b42e897005c8ce7c4a093c
BLAKE2b-256 49991fff3fe18394d12dbb576d7d1d1c35784769b6921bbde5eaa132f0a59fef

See more details on using hashes here.

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