picata 0.0.2__tar.gz → 0.0.3__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. picata-0.0.3/PKG-INFO +102 -0
  2. picata-0.0.3/README.md +51 -0
  3. {picata-0.0.2 → picata-0.0.3}/pyproject.toml +3 -3
  4. picata-0.0.2/PKG-INFO +0 -37
  5. picata-0.0.2/README.md +0 -9
  6. {picata-0.0.2 → picata-0.0.3}/.gitignore +0 -0
  7. {picata-0.0.2 → picata-0.0.3}/LICENSE.md +0 -0
  8. {picata-0.0.2 → picata-0.0.3}/components/HelloWorld.tsx +0 -0
  9. {picata-0.0.2 → picata-0.0.3}/entrypoint.tsx +0 -0
  10. {picata-0.0.2 → picata-0.0.3}/manage.py +0 -0
  11. {picata-0.0.2 → picata-0.0.3}/picata/__init__.py +0 -0
  12. {picata-0.0.2 → picata-0.0.3}/picata/apps.py +0 -0
  13. {picata-0.0.2 → picata-0.0.3}/picata/blocks.py +0 -0
  14. {picata-0.0.2 → picata-0.0.3}/picata/helpers/__init__.py +0 -0
  15. {picata-0.0.2 → picata-0.0.3}/picata/helpers/wagtail.py +0 -0
  16. {picata-0.0.2 → picata-0.0.3}/picata/log_utils.py +0 -0
  17. {picata-0.0.2 → picata-0.0.3}/picata/middleware.py +0 -0
  18. {picata-0.0.2 → picata-0.0.3}/picata/migrations/0001_initial.py +0 -0
  19. {picata-0.0.2 → picata-0.0.3}/picata/migrations/__init__.py +0 -0
  20. {picata-0.0.2 → picata-0.0.3}/picata/models.py +0 -0
  21. {picata-0.0.2 → picata-0.0.3}/picata/settings/__init__.py +0 -0
  22. {picata-0.0.2 → picata-0.0.3}/picata/settings/base.py +0 -0
  23. {picata-0.0.2 → picata-0.0.3}/picata/settings/dev.py +0 -0
  24. {picata-0.0.2 → picata-0.0.3}/picata/settings/mypy.py +0 -0
  25. {picata-0.0.2 → picata-0.0.3}/picata/settings/prod.py +0 -0
  26. {picata-0.0.2 → picata-0.0.3}/picata/settings/test.py +0 -0
  27. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/ada-profile.jpg +0 -0
  28. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/ada-social-bear.jpg +0 -0
  29. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/favicon.ico +0 -0
  30. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/Bitter-Light.ttf +0 -0
  31. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/Bitter-LightItalic.ttf +0 -0
  32. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/FiraCode-Light.ttf +0 -0
  33. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/FiraCode-SemiBold.ttf +0 -0
  34. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/Sacramento-Regular.ttf +0 -0
  35. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/ZillaSlab-Bold.ttf +0 -0
  36. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/ZillaSlab-BoldItalic.ttf +0 -0
  37. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/ZillaSlab-Light.ttf +0 -0
  38. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/ZillaSlab-LightItalic.ttf +0 -0
  39. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/fonts/ZillaSlabHighlight-Bold.ttf +0 -0
  40. {picata-0.0.2 → picata-0.0.3}/picata/static/picata/icons.svg +0 -0
  41. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/3_column.html +0 -0
  42. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/404.html +0 -0
  43. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/500.html +0 -0
  44. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/_post_list.html +0 -0
  45. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/article.html +0 -0
  46. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/base.html +0 -0
  47. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/basic_page.html +0 -0
  48. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/blocks/icon_link_item.html +0 -0
  49. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/blocks/icon_link_list.html +0 -0
  50. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/blocks/icon_link_list_stream.html +0 -0
  51. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/dl_view.html +0 -0
  52. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/home_page.html +0 -0
  53. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/post_listing.html +0 -0
  54. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/previews/3col.html +0 -0
  55. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/previews/dl.html +0 -0
  56. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/previews/split.html +0 -0
  57. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/previews/theme_gallery.html +0 -0
  58. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/search_results.html +0 -0
  59. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/split_view.html +0 -0
  60. {picata-0.0.2 → picata-0.0.3}/picata/templates/picata/tags/site_menu.html +0 -0
  61. {picata-0.0.2 → picata-0.0.3}/picata/templatetags/__init__.py +0 -0
  62. {picata-0.0.2 → picata-0.0.3}/picata/templatetags/absolute_static.py +0 -0
  63. {picata-0.0.2 → picata-0.0.3}/picata/templatetags/menu_tags.py +0 -0
  64. {picata-0.0.2 → picata-0.0.3}/picata/templatetags/stringify.py +0 -0
  65. {picata-0.0.2 → picata-0.0.3}/picata/transformers.py +0 -0
  66. {picata-0.0.2 → picata-0.0.3}/picata/typing/__init__.py +0 -0
  67. {picata-0.0.2 → picata-0.0.3}/picata/typing/wagtail.py +0 -0
  68. {picata-0.0.2 → picata-0.0.3}/picata/urls.py +0 -0
  69. {picata-0.0.2 → picata-0.0.3}/picata/validators.py +0 -0
  70. {picata-0.0.2 → picata-0.0.3}/picata/views.py +0 -0
  71. {picata-0.0.2 → picata-0.0.3}/picata/wagtail_hooks.py +0 -0
  72. {picata-0.0.2 → picata-0.0.3}/picata/wsgi.py +0 -0
  73. {picata-0.0.2 → picata-0.0.3}/pygments.sass +0 -0
  74. {picata-0.0.2 → picata-0.0.3}/styles.sass +0 -0
picata-0.0.3/PKG-INFO ADDED
@@ -0,0 +1,102 @@
1
+ Metadata-Version: 2.4
2
+ Name: picata
3
+ Version: 0.0.3
4
+ Summary: Ada's Wagtail-based CMS & blog
5
+ Project-URL: Documentation, https://github.com/hipikat/picata#readme
6
+ Project-URL: Issues, https://github.com/hipikat/picata/issues
7
+ Project-URL: Source, https://github.com/hipikat/picata
8
+ Author-email: Ada Wright <ada@hpk.io>
9
+ License: # The MIT License (MIT)
10
+
11
+ Copyright © `2024` `Ada Wright <ada@hpk.io>`
12
+
13
+ Permission is hereby granted, free of charge, to any person
14
+ obtaining a copy of this software and associated documentation
15
+ files (the “Software”), to deal in the Software without
16
+ restriction, including without limitation the rights to use,
17
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ copies of the Software, and to permit persons to whom the
19
+ Software is furnished to do so, subject to the following
20
+ conditions:
21
+
22
+ The above copyright notice and this permission notice shall be
23
+ included in all copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
26
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
27
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
29
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
30
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
31
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
32
+ OTHER DEALINGS IN THE SOFTWARE.
33
+ License-File: LICENSE.md
34
+ Keywords: blog,cms,django,wagtail
35
+ Classifier: Development Status :: 2 - Pre-Alpha
36
+ Classifier: Framework :: Django CMS
37
+ Classifier: Framework :: Wagtail :: 6
38
+ Classifier: Programming Language :: Python
39
+ Classifier: Programming Language :: Python :: 3.13
40
+ Classifier: Programming Language :: Python :: Implementation :: CPython
41
+ Requires-Python: >=3.13
42
+ Requires-Dist: gunicorn~=23.0.0
43
+ Requires-Dist: lxml~=5.3.0
44
+ Requires-Dist: psutil~=6.1.0
45
+ Requires-Dist: psycopg~=3.2.3
46
+ Requires-Dist: pygments~=2.18.0
47
+ Requires-Dist: python-slugify~=8.0.4
48
+ Requires-Dist: wagtail-modeladmin~=2.1.0
49
+ Requires-Dist: wagtail~=6.2
50
+ Description-Content-Type: text/markdown
51
+
52
+ # Picata
53
+
54
+ **_This project is very much pre-alpha_**
55
+
56
+ Picata is a CMS & blog application I forked off from my personal website. At the
57
+ moment it's effectively a ton of pre-made [Wagtail](https://wagtail.org) "stuff"
58
+ (models, views, templatetags, middleware, hooks, etc.), made generic enough that
59
+ you can `pip install` the package, add it to your `INSTALLED_APPS`, and have a
60
+ CMS/blog up-and-running without having to spend weeks or months tailoring Wagtail
61
+ to your needs.
62
+
63
+ It's still under heavy development, with most documentation and a project
64
+ template pending but - if you're already working with Wagtail - the source
65
+ provides many working solutions to common problems. The repo for the aforementioned
66
+ personal website [lives on GitHub](https://github.com/hipikat/hpk.io), and
67
+ demonstrates a working implementation of this package (requiring, in fact, only
68
+ this package as a dependency).
69
+
70
+ ## What's in the box?
71
+
72
+ - [Wagtail](https://wagtail.org) (on [Django](https://www.djangoproject.com)) as the CMS & web frameworks
73
+ - Runs on [PostgreSQL](https://www.postgresql.org); loaded with scripts for managing the
74
+ database lifecycle and snapshots
75
+ - [Tailwind CSS](https://tailwindcss.com) in [Sass](https://sass-lang.com) for front-end styling
76
+ - [lxml](https://lxml.de) is used for fast HTML processing in a middleware layer
77
+
78
+ ### Development features & workflows
79
+
80
+ Everything's written in very modern Python (circa 2025), with agressive linting and type-checking
81
+ thanks to [mypy](https://mypy-lang.org),
82
+ [Pydantic](https://docs.pydantic.dev/latest/)/[Pyright](https://github.com/microsoft/pyright),
83
+ and [Ruff](https://docs.astral.sh/ruff/). Picata uses [Django Debug Toolbar](https://django-debug-toolbar.readthedocs.io),
84
+ [runserver_plus](https://django-extensions.readthedocs.io/en/latest/runserver_plus.html), and
85
+ [iPython](https://www.google.com/search?client=safari&rls=en&q=ipython&ie=UTF-8&oe=UTF-8) for
86
+ development workflows. The project itself uses [pre-commit](https://pre-commit.com) extensively,
87
+ with 16 hooks to keep everything neat and tidy.
88
+
89
+ All front-end code is written in [TypeScript](https://typescript-eslint.io), with
90
+ [React](https://react.dev) set up and ready-to-go in the [Webpack](https://webpack.js.org) pipeline,
91
+ if you're into that kind of thing.
92
+
93
+ ### Holding things together
94
+
95
+ - Uses [UV](https://github.com/astral-sh/uv) and
96
+ [pyproject.toml](https://packaging.python.org/en/latest/specifications/pyproject-toml/)
97
+ exclusively for Python project management
98
+ - [Just](https://just.systems) as a task runner, with over 60 recipes (at last count)
99
+ - [OpenTofu](https://opentofu.org) (a fork of [Terraform](https://www.terraform.io)) and
100
+ [cloud-init](https://cloud-init.io) for all DevOps & rapid deployment
101
+ - [Docker](https://www.docker.com) and [Docker Compose](https://docs.docker.com/compose/) for local
102
+ development
picata-0.0.3/README.md ADDED
@@ -0,0 +1,51 @@
1
+ # Picata
2
+
3
+ **_This project is very much pre-alpha_**
4
+
5
+ Picata is a CMS & blog application I forked off from my personal website. At the
6
+ moment it's effectively a ton of pre-made [Wagtail](https://wagtail.org) "stuff"
7
+ (models, views, templatetags, middleware, hooks, etc.), made generic enough that
8
+ you can `pip install` the package, add it to your `INSTALLED_APPS`, and have a
9
+ CMS/blog up-and-running without having to spend weeks or months tailoring Wagtail
10
+ to your needs.
11
+
12
+ It's still under heavy development, with most documentation and a project
13
+ template pending but - if you're already working with Wagtail - the source
14
+ provides many working solutions to common problems. The repo for the aforementioned
15
+ personal website [lives on GitHub](https://github.com/hipikat/hpk.io), and
16
+ demonstrates a working implementation of this package (requiring, in fact, only
17
+ this package as a dependency).
18
+
19
+ ## What's in the box?
20
+
21
+ - [Wagtail](https://wagtail.org) (on [Django](https://www.djangoproject.com)) as the CMS & web frameworks
22
+ - Runs on [PostgreSQL](https://www.postgresql.org); loaded with scripts for managing the
23
+ database lifecycle and snapshots
24
+ - [Tailwind CSS](https://tailwindcss.com) in [Sass](https://sass-lang.com) for front-end styling
25
+ - [lxml](https://lxml.de) is used for fast HTML processing in a middleware layer
26
+
27
+ ### Development features & workflows
28
+
29
+ Everything's written in very modern Python (circa 2025), with agressive linting and type-checking
30
+ thanks to [mypy](https://mypy-lang.org),
31
+ [Pydantic](https://docs.pydantic.dev/latest/)/[Pyright](https://github.com/microsoft/pyright),
32
+ and [Ruff](https://docs.astral.sh/ruff/). Picata uses [Django Debug Toolbar](https://django-debug-toolbar.readthedocs.io),
33
+ [runserver_plus](https://django-extensions.readthedocs.io/en/latest/runserver_plus.html), and
34
+ [iPython](https://www.google.com/search?client=safari&rls=en&q=ipython&ie=UTF-8&oe=UTF-8) for
35
+ development workflows. The project itself uses [pre-commit](https://pre-commit.com) extensively,
36
+ with 16 hooks to keep everything neat and tidy.
37
+
38
+ All front-end code is written in [TypeScript](https://typescript-eslint.io), with
39
+ [React](https://react.dev) set up and ready-to-go in the [Webpack](https://webpack.js.org) pipeline,
40
+ if you're into that kind of thing.
41
+
42
+ ### Holding things together
43
+
44
+ - Uses [UV](https://github.com/astral-sh/uv) and
45
+ [pyproject.toml](https://packaging.python.org/en/latest/specifications/pyproject-toml/)
46
+ exclusively for Python project management
47
+ - [Just](https://just.systems) as a task runner, with over 60 recipes (at last count)
48
+ - [OpenTofu](https://opentofu.org) (a fork of [Terraform](https://www.terraform.io)) and
49
+ [cloud-init](https://cloud-init.io) for all DevOps & rapid deployment
50
+ - [Docker](https://www.docker.com) and [Docker Compose](https://docs.docker.com/compose/) for local
51
+ development
@@ -9,13 +9,12 @@ build-backend = "hatchling.build"
9
9
 
10
10
  [project]
11
11
  name = "picata"
12
- version = "0.0.2"
12
+ version = "0.0.3"
13
13
  description = "Ada's Wagtail-based CMS & blog"
14
14
  keywords = ["cms", "blog", "django", "wagtail"]
15
15
  readme = "README.md"
16
16
  requires-python = ">=3.13"
17
- license = "MIT"
18
- license-files = ["LICENSE.md"]
17
+ license = { file = "LICENSE.md" }
19
18
  authors = [{ name = "Ada Wright", email = "ada@hpk.io" }]
20
19
  classifiers = [
21
20
  "Development Status :: 2 - Pre-Alpha",
@@ -47,6 +46,7 @@ dev = [
47
46
  "django-debug-toolbar>=4.4.6",
48
47
  "django-extensions>=3.2.3",
49
48
  "django-stubs[compatible-mypy]>=5.1.2",
49
+ "hatch>=1.14.0",
50
50
  "ipython>=8.29.0",
51
51
  "mypy>=1.14.0",
52
52
  "pre-commit>=4.0.1",
picata-0.0.2/PKG-INFO DELETED
@@ -1,37 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: picata
3
- Version: 0.0.2
4
- Summary: Ada's Wagtail-based CMS & blog
5
- Project-URL: Documentation, https://github.com/hipikat/picata#readme
6
- Project-URL: Issues, https://github.com/hipikat/picata/issues
7
- Project-URL: Source, https://github.com/hipikat/picata
8
- Author-email: Ada Wright <ada@hpk.io>
9
- License-Expression: MIT
10
- License-File: LICENSE.md
11
- Keywords: blog,cms,django,wagtail
12
- Classifier: Development Status :: 2 - Pre-Alpha
13
- Classifier: Framework :: Django CMS
14
- Classifier: Framework :: Wagtail :: 6
15
- Classifier: Programming Language :: Python
16
- Classifier: Programming Language :: Python :: 3.13
17
- Classifier: Programming Language :: Python :: Implementation :: CPython
18
- Requires-Python: >=3.13
19
- Requires-Dist: gunicorn~=23.0.0
20
- Requires-Dist: lxml~=5.3.0
21
- Requires-Dist: psutil~=6.1.0
22
- Requires-Dist: psycopg~=3.2.3
23
- Requires-Dist: pygments~=2.18.0
24
- Requires-Dist: python-slugify~=8.0.4
25
- Requires-Dist: wagtail-modeladmin~=2.1.0
26
- Requires-Dist: wagtail~=6.2
27
- Description-Content-Type: text/markdown
28
-
29
- # Picata
30
-
31
- **This project is very much pre-alpha**
32
-
33
- Picata is the CMS & blog application I've forked off from my personal website.
34
- It's effectively a ton of pre-made Wagtail "stuff" (models, views, templatetags,
35
- middleware, hooks, etc.), made generic enough that you can include this app
36
- in your `INSTALLED_APPS` and have a CMS/blog up-and-running without having to
37
- spend weeks or months tailoring Wagtail to your needs.
picata-0.0.2/README.md DELETED
@@ -1,9 +0,0 @@
1
- # Picata
2
-
3
- **This project is very much pre-alpha**
4
-
5
- Picata is the CMS & blog application I've forked off from my personal website.
6
- It's effectively a ton of pre-made Wagtail "stuff" (models, views, templatetags,
7
- middleware, hooks, etc.), made generic enough that you can include this app
8
- in your `INSTALLED_APPS` and have a CMS/blog up-and-running without having to
9
- spend weeks or months tailoring Wagtail to your needs.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes