Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Asset Management](#asset-management)
- [Audio](#audio)
- [Authentication](#authentication)
- [Boolean Manipulation and Satisfiability](#boolean-manipulation-and-satisfiability)
- [Build Tools](#build-tools)
- [Caching](#caching)
- [ChatOps Tools](#chatops-tools)
Expand Down Expand Up @@ -183,6 +184,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [python-jws](https://github.com/brianloveswords/python-jws) - Implementation of JSON Web Signatures draft 02.
* [python-jwt](https://github.com/davedoesdev/python-jwt) - Module for generating and verifying JSON Web Tokens.

## Boolean Manipulation and Satisfiability

*Interact with Boolean expressions, electronic designs, and solve satisfiability problems.*

* [tt](http://tt.bwel.ch) - A library for working with Boolean expressions and truth tables.

## Build Tools

*Compile software from source code.*
Expand Down