Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satella
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
satella
Commits
67187b70
Commit
67187b70
authored
2 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fixed README
parent
b08c7eb2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-3
10 additions, 3 deletions
README.md
with
10 additions
and
3 deletions
README.md
+
10
−
3
View file @
67187b70
...
...
@@ -11,8 +11,9 @@ satella
[

](https://github.com/piotrmaslanka/satella)
Satella is an almost-zero-requirements Python 3.5+ library for writing
server applications, especially those dealing with mundane but
useful things. It also runs on PyPy.
server applications. It has arisen out of my requirements to have some classes or design patterns handy, and kinda
wish-they-were-in-the-stdlib ones. especially those dealing with mundane but useful things. It also runs on PyPy, and
most of it runs on Windows (the part not dealing with forking processes, you see).
Satella uses
[
semantic versioning 2.0
](
https://semver.org/spec/v2.0.0.html
)
.
...
...
@@ -21,7 +22,13 @@ Satella contains, among other things:
*
things to help you manage your
[
application's configuration
](
satella/configuration
)
*
a fully equipped
[
metrics library
](
satella/instrumentation/metrics
)
*
alongside a fully metricized
[
ThreadPoolExecutor
](
satella/instrumentation/metrics/structures/threadpool.py
)
*
helpful
[
exception handlers
](
satella/exception_handling
)
*
and an exporter to
[
Prometheus
](
satella/instrumentation/metrics/exporters/prometheus.py
)
*
as well as exporters/metricizers for the following libraries:
*
[
AWS
](
https://github.com/piotrmaslanka/aws-satella
)
*
[
FastAPI
](
https://github.com/Dronehub/fastapi-satella-metrics
)
*
[
Django
](
https://github.com/piotrmaslanka/django-satella-metrics
)
*
[
Flask
](
https://github.com/piotrmaslanka/flask-satella-metrics
)
*
helpful
[
exception handlers
](
satella/exception_handling
)
*
common programming
[
idioms and structures
](
satella/coding
)
Most Satella objects make heavy use of
`__slots__`
, so they are memory friendly and usable on
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment