This commit is contained in:
Rowan 2025-10-06 16:12:26 -04:00
parent 698ed22f72
commit d73d2d0e15
6 changed files with 1 additions and 23 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
__pycache__/
.venv
puppygirl.egg-info
*.html

View file

@ -1,4 +0,0 @@
Metadata-Version: 2.4
Name: puppygirl
Version: 0.0.0
Requires-Dist: beautifulsoup4~=4.14.2

View file

@ -1,16 +0,0 @@
pyproject.toml
puppygirl/__init__.py
puppygirl/__main__.py
puppygirl/protocols.py
puppygirl/puppygirl.py
puppygirl/puppytype.py
puppygirl/renderer.py
puppygirl.egg-info/PKG-INFO
puppygirl.egg-info/SOURCES.txt
puppygirl.egg-info/dependency_links.txt
puppygirl.egg-info/requires.txt
puppygirl.egg-info/top_level.txt
puppygirl/elements/__init__.py
puppygirl/elements/constants.py
puppygirl/elements/domme.py
puppygirl/elements/shadow_root.py

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@
beautifulsoup4~=4.14.2

View file

@ -1 +0,0 @@
puppygirl