https://github.com/aknuds1/srl-python-lib
A general purpose library for Python started at the Simula Research Laboratory
https://github.com/aknuds1/srl-python-lib
Last synced: 8 months ago
JSON representation
A general purpose library for Python started at the Simula Research Laboratory
- Host: GitHub
- URL: https://github.com/aknuds1/srl-python-lib
- Owner: aknuds1
- License: mit
- Created: 2014-06-26T11:17:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T13:53:44.000Z (over 11 years ago)
- Last Synced: 2025-01-06T18:18:57.082Z (9 months ago)
- Language: Python
- Size: 254 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
With the SRL Python Library we intend to consolidate bits and pieces which are
used in Python projects at the Simula Research Laboratory (SRL), and share
them as a public library. It functions mostly as a supplement to the standard
library, with for instance higher-level alternatives to filesystem
manipulation functions in the standard modules os and shutil.The convenience functions/structures contained in this library have evolved
out of practical experience in cross-platform (mostly Linux, Windows)
applications development. It is a priority to us that the code is cross-
platform safe.