Skip to content

[DOCUMENTATION] Reword heading to "Multicast Python Module" #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ copies or substantial portions of the Software.

## Included Licenses and additional Acknowledgments included with package

### Files: `tests/context.py`, `tests/test_basic.py`, and `tests/test_usage.py`
### Files in `tests/`: `profiling.py`, `test_basic.py`, `test_usage.py` and parts of `context.py`

***
Copyright (c) 2017-2022, Python Test Repo Template
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env make -f

Check notice on line 1 in Makefile

View workflow job for this annotation

GitHub Actions / makefile-lint

LINT

OK - No lint errors.

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Multicast Python Repo
# Multicast Python Module

![Mcast Logo](Logo.svg)

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Multicast Repo docs req file
# Multicast Python Module docs req file
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
2 changes: 1 addition & 1 deletion multicast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
2 changes: 1 addition & 1 deletion multicast/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
2 changes: 1 addition & 1 deletion multicast/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
4 changes: 2 additions & 2 deletions multicast/hear.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions multicast/recv.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions multicast/send.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# https://www.github.com/reactive-firewall/multicast/LICENSE
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion multicast/skt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Multicast Repo req file
# Multicast Python Module req file
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = multicast
version = 2.0.3-rc-1
author = Mr. Walls
author_email = [email protected]
description = Python Multicast Repo for Send/Recv Stubs.
description = Multicast Python Module for Send/Recv Stubs.
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/reactive-firewall/multicast
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down Expand Up @@ -71,7 +71,7 @@ def readFile(filename):
"""
theResult = None
try:
expected_files = ["""E.md""", """requirements.txt"""]
expected_files = {"""E.md""", """requirements.txt"""}
if not any(aexpected_file in filename for aexpected_file in expected_files):
raise ValueError(f"[CWE-706] Access to the file {filename} was not expected.") from None
with open(f"./{filename}") as f:
Expand Down
4 changes: 2 additions & 2 deletions tests/MulticastUDPClient.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions tests/context.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -168,7 +168,7 @@
else: # pragma: no branch
multicast = sys.modules["""multicast"""] # pylint: disable=cyclic-import
except Exception as err: # pragma: no branch
raise ImportError("[CWE-440] Python Multicast Repo Failed to import.") from err
raise ImportError("[CWE-440] Multicast Python Module Failed to import.") from err


try:
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Multicast Repo test req file
# Multicast Python Module test req file
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
4 changes: 2 additions & 2 deletions tests/test_deps.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_exceptions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Multicast Repo
# Multicast Python Module
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
Expand Down
4 changes: 2 additions & 2 deletions tests/test_fuzz.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions tests/test_hear_cleanup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions tests/test_hear_data_processing.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions tests/test_hear_keyboard_interrupt.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions tests/test_hear_server.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions tests/test_hear_server_activate.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Python Test Repo Template
# Multicast Python Module (Testing)
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/python-repo/LICENSE.md
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
Loading