{"id":26870936,"url":"https://github.com/btbytes/pywsd","last_synced_at":"2025-03-31T07:17:54.664Z","repository":{"id":5335543,"uuid":"6520963","full_name":"btbytes/pywsd","owner":"btbytes","description":"Python script to create UML sequence diagrams using websequencediagrams.com API.","archived":false,"fork":false,"pushed_at":"2012-11-03T15:42:34.000Z","size":116,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T03:53:36.271Z","etag":null,"topics":["python","uml-sequence-diagram"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btbytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-03T15:33:07.000Z","updated_at":"2022-08-08T14:47:37.000Z","dependencies_parsed_at":"2022-07-05T23:30:50.956Z","dependency_job_id":null,"html_url":"https://github.com/btbytes/pywsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fpywsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fpywsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fpywsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fpywsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btbytes","download_url":"https://codeload.github.com/btbytes/pywsd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429499,"owners_count":20775809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","uml-sequence-diagram"],"created_at":"2025-03-31T07:17:54.043Z","updated_at":"2025-03-31T07:17:54.658Z","avatar_url":"https://github.com/btbytes.png","language":"Python","readme":"pywsd.py\n--------\n\nThis is a utility script to create UML sequence diagrams using a plain-text\nnotation. That is, this program converts\n\n\talice-\u003ebob: authentication request\n\tbob--\u003ealice: response\n\nto \n\n![example.png](https://raw.github.com/btbytes/pywsd/master/example.png)\n\n\n## Typical Usage\n\nSimplest:\n\n\t$ ./pywsd.py example.txt\n\t$ ls\n\texample.png\n\n\nSomething fancy:\n\n\t$ ./pywsd.py example.txt -s napkin\n\t$ ls\n\texample.png\n\nThe sequnce diagram should look like something you drew on a napkin.\n\nNote: `./pywsd.py -h` for a list of available styles.\n\n\nIf you want to get rid of the water marking at the bottom, use `convert`:\n\n\t$ convert example.png -gravity South -chop 0x14 example.png\n\n\nWith a `Makefile` (because makefiles rock):\n\n\tSOURCES = $(wildcard *.txt)\n\tINTER = $(patsubst %.txt, %.png1, $(SOURCES))\n\tPNGS = $(patsubst %.txt, %.png, $(SOURCES))\n\n\tall: $(PNGS)\n\n\t%.png1: %.txt\n\t\t./pywsd.py $\u003c -o $@\n\n\t%.png: %.png1\n\t\tconvert $\u003c -gravity South -chop 0x14 $@\n\n\tclean:\n\t\trm -f $(INTER)\n\n\tclean-all:\n\t\trm -f $(PNGS)\n\t\t\n\t.PHONY: clean-all\n\n\nThanks to [WebSequnceDiagrams.com](http://www.websequencediagrams.com/) for making such a handy and intuitive tool available for free on the web. \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtbytes%2Fpywsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtbytes%2Fpywsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtbytes%2Fpywsd/lists"}