kepi is a Django-based microblogging system, implemented in Python. It uses the ActivityPub protocol to communicate with other servers, and the Mastodon protocol to communicate with clients.
 
 
 
 
Go to file
Marnanel Thurman 0d8017ac5e added url_identifier to test ThingUser model 2018-08-19 17:47:46 +01:00
django_kepi recursive serializer; foo_as_url methods 2018-08-19 17:47:11 +01:00
tests renamed activity_fields() to serialize() throughout. rm old call to register_type which no longer exists 2018-08-19 16:49:48 +01:00
things_for_testing added url_identifier to test ThingUser model 2018-08-19 17:47:46 +01:00
.gitignore Python packaging gubbins 2018-08-06 22:17:40 +01:00
LICENSE.txt Initial commit 2018-08-06 14:44:35 +01:00
MANIFEST.in Python packaging gubbins 2018-08-06 22:17:40 +01:00
README.md README.rst -> README.md, using Markdown 2018-08-06 22:16:59 +01:00
manage.py simple manage.py for reusable apps 2018-08-11 17:21:35 +01:00
requirements.txt rm d-r-f from requirements 2018-08-11 17:24:37 +01:00
runtests.py changed location of test_settings 2018-08-16 18:51:24 +01:00
setup.py a very basic sketch 2018-08-11 17:01:54 +01:00
test_settings.py one-to-one links from ActivityObject 2018-08-12 14:06:26 +01:00
test_urls.py further intermediate work 2018-08-11 17:21:56 +01:00

README.md