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
36c79d01
Commit
36c79d01
authored
5 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
readme refactor
parent
2ffe74f2
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
+3
-6
3 additions, 6 deletions
README.md
satella/__init__.py
+1
-1
1 addition, 1 deletion
satella/__init__.py
with
4 additions
and
7 deletions
README.md
+
3
−
6
View file @
36c79d01
...
@@ -9,11 +9,6 @@ satella
...
@@ -9,11 +9,6 @@ satella
[

](https://pypi.python.org/pypi/satella)
[

](https://pypi.python.org/pypi/satella)
[

](http://satella.readthedocs.io/en/latest/?badge=latest)
[

](http://satella.readthedocs.io/en/latest/?badge=latest)
_satella.posix_
in unavailable on non-POSIX systems, but the rest should work OK.
Full
[
documentation
](
http://satella.readthedocs.io/en/latest/?badge=latest
)
is available for the brave souls that do decide to use this library.
Satella is an almost-zero-requirements Python 3.5+ library for writing
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.
...
@@ -25,6 +20,8 @@ Satella contains, among other things:
...
@@ -25,6 +20,8 @@ Satella contains, among other things:
*
helpful
[
exception handlers
](
satella/exception_handling
)
*
helpful
[
exception handlers
](
satella/exception_handling
)
*
common programming
[
idioms
](
satella/coding
)
*
common programming
[
idioms
](
satella/coding
)
Full
[
documentation
](
http://satella.readthedocs.io/en/latest/?badge=latest
)
is available for the brave souls that do decide to use this library.
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.
This diff is collapsed.
Click to expand it.
satella/__init__.py
+
1
−
1
View file @
36c79d01
__version__
=
'
2.4.17a
6
'
__version__
=
'
2.4.17a
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