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
a8ce3f5c
Commit
a8ce3f5c
authored
5 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
a significant README update
parent
38503b52
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-1
7 additions, 1 deletion
README.md
satella/__init__.py
+1
-1
1 addition, 1 deletion
satella/__init__.py
with
8 additions
and
2 deletions
README.md
+
7
−
1
View file @
a8ce3f5c
...
@@ -18,7 +18,13 @@ Satella is an almost-zero-requirements Python 3.5+ library for writing
...
@@ -18,7 +18,13 @@ Satella is an almost-zero-requirements Python 3.5+ library for writing
server applications, especially those dealing with mundane but
server applications, especially those dealing with mundane but
useful things. It also runs on PyPy.
useful things. It also runs on PyPy.
Satella contains, among other things:
*
things to help you manage your
[
application's configuration
](
satella/configuration
)
*
a fully equipped
[
metrics library
](
satella/instrumentation/metrics
)
*
helpful
[
exception handlers
](
satella/exception_handling
)
*
common programming
[
idioms
](
satella/coding
)
See
[
LICENSE
](
LICENSE
)
for text of the license. This library may contain
See
[
LICENSE
](
LICENSE
)
for text of the license. This library may contain
code taken from elsewhere on the internets, so this is copyright (c) respective authors.
code taken from elsewhere on the internets, so this is copyright (c) respective authors.
**satella 1.0 remains in [maintenance mode](https://github.com/piotrmaslanka/satella/tree/satella1.0)**
This diff is collapsed.
Click to expand it.
satella/__init__.py
+
1
−
1
View file @
a8ce3f5c
__version__
=
'
2.4.7
rc1
'
__version__
=
'
2.4.7
'
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