Astatide [Audrey MP] Astatide
  • Brooklyn, NY
  • Meow for now.

  • Joined on 2023年05月09日
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 07:29:32 +02:00
3048bc976c Remove last accidental print statement from test_query
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 07:25:17 +02:00
4c31a0a45d Move print statements from query, remove outdated code, turn print statements into tests
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 07:10:06 +02:00
d6efa6bf14 slight cleanup in query
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 07:08:21 +02:00
7b4297b202 Change Query from pydantic to dataclass
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 06:49:17 +02:00
7d946cad86 Turn Host into a dataclass
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 06:47:10 +02:00
d8a1da6a34 Fix default initialization of tags in Website class
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 06:45:37 +02:00
af802f8337 Fix syntax error (extra comma) in database construction
644b1f345b Add some dataclasses for tags and actual content, plus some helper methods
Compare 2 commits »
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 06:24:56 +02:00
34d971f911 Add some initial indices for use in database queries
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月10日 06:19:44 +02:00
64700e0a3d Add tags and some new SQL tables; add foreign keys, and content
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月04日 07:28:34 +02:00
a87a61ad0b Add some quick methods for handling access schemes/protocols; add TODO
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月04日 07:22:11 +02:00
3998a998b4 Add abstract methods for database classes to override; add initial table creation for SQLite3
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月03日 07:15:18 +02:00
e3f0d3bc70 Adding initial basic sqlite3 database handler
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月03日 06:38:24 +02:00
98e5cd0107 Adding converted, partially finished website model
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年06月03日 06:19:16 +02:00
94e0243388 Cleaning up + adding tests for ActivityStreams, APEncoder, APDecoder, Eilistraee, Lolth, SpiderNest
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年05月29日 04:15:45 +02:00
48695c377a Add missing __init__ files
0c7c8a9edd Remove some outdated dependencies; fix deserialization for Eilistraee's context object; re-arrange for proper imports
Compare 2 commits »
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年05月29日 02:17:48 +02:00
ed81795aed Add example ActivityStreams Link, fix slight bugs in JSON decoder
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年05月25日 23:38:33 +02:00
9616b3495b Wire up initialization for Context objects and decoding for Actor/Application types; create child class of APDecoder for crawler objects
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年05月25日 08:59:34 +02:00
032f20828a Cleanup on activitystreams; add stub for APDecoder, add some TODOs, identify where to add deserialization functions, etc
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年05月25日 08:06:50 +02:00
f40dfdd0c0 Cleanup APEncoder; address TODO items, do some simplification.
Astatide pushed to asta/twisted-rewrite at Astatide/balsalm 2026年05月25日 07:58:33 +02:00
9cc6d703e8 _key is now serialized as key, and merely returns a bool if the value is set. Add TODOs to not re-use loop variables.