Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastly/python-snippits
Little python functions that make life easier
https://github.com/pastly/python-snippits
Last synced: 15 days ago
JSON representation
Little python functions that make life easier
- Host: GitHub
- URL: https://github.com/pastly/python-snippits
- Owner: pastly
- License: unlicense
- Created: 2017-07-27T14:43:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T20:37:54.000Z (over 3 years ago)
- Last Synced: 2023-02-26T18:56:07.709Z (almost 2 years ago)
- Language: Python
- Size: 37.1 KB
- Stars: 11
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-snippits
Little python functions that make life easierI'm trying to only write in python 3. Keep that in mind if you want to use this
stuff.# License
The default license for the code in this repository can be found in LICENSE.
If code came from stackoverflow.com originally, it will be denoted in some way,
usually with a stackoverflow.com link. Apparently code on stackoverflow.com is
under MIT or CC-BY-SA depending on its age
([see here](https://meta.stackexchange.com/q/271080)). Follow those licenses as
needed for code from stackoverflow.com.