https://github.com/happycod3r/python-modules
A collection of useful modules that I wrote and use frequently.
https://github.com/happycod3r/python-modules
python-modules python3
Last synced: 9 months ago
JSON representation
A collection of useful modules that I wrote and use frequently.
- Host: GitHub
- URL: https://github.com/happycod3r/python-modules
- Owner: happycod3r
- License: mit
- Created: 2023-07-30T18:28:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T18:26:27.000Z (over 2 years ago)
- Last Synced: 2025-02-07T16:16:54.894Z (11 months ago)
- Topics: python-modules, python3
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Python3 Modules
This is a collection of Python 3 modules that I have written for use in my own projects and
that I found useful and reusable.
## Persistence
> Documentation for the persistence module can be found here: [persistence](./docs/PERSISTENCE.md)
The `persistence` module contains a class that wraps the configparser module.
## Stdops
> Documentation for the stdops module can be found here: [stdops](./docs/STDOPS.md)
The `stdops` module provides functions for dealing with files and directories.
## YouTube API Tools
> Documentation for the youtube_api_tools module can be found here: [youtube_api_tools](./docs/YOUTUBE_API_TOOLS.md)
The `youtube_api_tools` module houses the `YouTubeAPIClient` class which
contains methods for interacting with the YouTube API such as working with
playlists or videos.
The YouTubeAPIClient class sets up the OAuth 2.0 flow using your client_secret.json
file, and will handle user authentication and token retrieval.
## [Contributing](#contributing)
If you have any feature requests, suggestions or general questions you can reach me via any of the
methods listed below in the [Contacts](#contacts) section.
## [Security](#security)
### Reporting a vulnerability or bug?
**Do not submit an issue or pull request**: A general rule of thumb is to never publicly report bugs or vulnerabilities because you might inadvertently reveal it to unethical people who may use it for bad. Instead, you can email me directly at: [paulmccarthy676@gmail.com](mailto:paulmccarthy676@gmail.com). I will deal with the issue privately and submit a patch as soon as possible.
## [Contacts](#contacts)
**Author:** Paul M.
- Email: [paulmccarthy676@gmail.com](mailto:paulmccarthy676@gmail.com)
- Github: [https://github.com/happycod3r](https://github.com/happycod3r)
- Linkedin: [https://www.linkedin.com/in/paul-mccarthy-89165a269/]( https://www.linkedin.com/in/paul-mccarthy-89165a269/)
- Facebook: [https://www.facebook.com/paulebeatz]( https://www.facebook.com/paulebeatz)
---