foxy interface library, entity balancing core, and shared parser
Project description
foxypack
Foxy interface library, entity balancing core, and shared parser
Basic usage
Add a module to the FoxyPack controller for analyzing a set of social media links and getting analytics by link
from foxypack import FoxyPack
from foxypack_youtube_pytubefix import FoxyYouTubeAnalysis
parser = FoxyPack().with_foxy_analysis(FoxyYouTubeAnalysis())
parser.get_analysis("https://youtu.be/-3eMzaP9XOM")
Add a module to the FoxyPack controller to collect statistics on a set of social media links and getting analytics by link and getting statistics by link by link
from foxypack import FoxyPack
from foxypack_youtube_pytubefix import FoxyYouTubeStat
parser = FoxyPack().with_foxy_stat(
FoxyYouTubeStat()
)
parser.get_statistics("https://youtu.be/-3eMzaP9XOM")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
foxypack-0.0.10.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file foxypack-0.0.10.tar.gz.
File metadata
- Download URL: foxypack-0.0.10.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.2 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bb432b286172df15875e60ad06ec4f7f3dbac0a72859bbe31040d9bb7bb5d7f
|
|
| MD5 |
f5c0f662447f45689d7f5a41ad764cae
|
|
| BLAKE2b-256 |
f95d8e749087daae2715a38d5b2f460bd12792da85df6de3d11b797c10cb3567
|
File details
Details for the file foxypack-0.0.10-py3-none-any.whl.
File metadata
- Download URL: foxypack-0.0.10-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.2 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b08150f2977cdcee8759d66bb3e0c4992193211ba062f8df2733ccb2e981938c
|
|
| MD5 |
07d7ecae55b8a9356a1d8e4cd45c47e5
|
|
| BLAKE2b-256 |
fe00f4988e9a192860c3e2ef40c2dc136f8d920aa5412086820bd02f43316af9
|