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.11.tar.gz
(7.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.11.tar.gz.
File metadata
- Download URL: foxypack-0.0.11.tar.gz
- Upload date:
- Size: 7.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 |
c0e5d54261e48e8e4ca9d612cb96ed0d72d0c44317bc45cf21e850f674ca35a6
|
|
| MD5 |
3227d895515fdde020a5e3ebaab2abfa
|
|
| BLAKE2b-256 |
4bd6464635baf4259603ba85d2593e9ddbcff8cb173a256336acc712d96598c8
|
File details
Details for the file foxypack-0.0.11-py3-none-any.whl.
File metadata
- Download URL: foxypack-0.0.11-py3-none-any.whl
- Upload date:
- Size: 5.8 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 |
636c4b824f742e9b9047c2eb07736cb2df2fe76c03ae84da3388dace28ade11d
|
|
| MD5 |
a5e958f0e4db735aebcffd63116dfe26
|
|
| BLAKE2b-256 |
3860def371b08b41573f4bbc3a9948e326065c04b7566d6f22ca1217ebf21712
|