Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deeplook/pyteen
Manage a collection of short Python code snippets, all tested & validated, easy to contribute to, and simple to reuse.
https://github.com/deeplook/pyteen
code collection curated-list learn python3 reuse snippets
Last synced: 24 days ago
JSON representation
Manage a collection of short Python code snippets, all tested & validated, easy to contribute to, and simple to reuse.
- Host: GitHub
- URL: https://github.com/deeplook/pyteen
- Owner: deeplook
- Created: 2020-07-22T17:16:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T14:12:01.000Z (about 4 years ago)
- Last Synced: 2024-09-15T10:22:51.570Z (about 2 months ago)
- Topics: code, collection, curated-list, learn, python3, reuse, snippets
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
Pyteen
======.. image:: https://img.shields.io/travis/deeplook/pyteen/master.svg
:target: https://travis-ci.org/deeplook/pyteen.. image:: https://readthedocs.org/projects/pyteen/badge/?version=latest
:target: https://pyteen.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://img.shields.io/pypi/pyversions/pyteen.svg
:target: https://pypi.org/project/pyteen.. image:: https://img.shields.io/pypi/v/pyteen.svg
:target: https://pypi.org/project/pyteen.. image:: https://img.shields.io/pypi/status/pyteen.svg
:target: https://pypi.org/project/pyteen.. image:: https://img.shields.io/pypi/format/pyteen.svg
:target: https://pypi.org/project/pyteen.. image:: https://img.shields.io/pypi/l/pyteen.svg
:target: https://pypi.org/project/pyteen.. image:: https://api.reuse.software/badge/github.com/deeplook/pyteen
:target: https://api.reuse.software/info/github.com/deeplook/pyteen.. image:: https://img.shields.io/lgtm/alerts/g/deeplook/pyteen.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/deeplook/pyteen/alerts/.. image:: https://img.shields.io/lgtm/grade/python/g/deeplook/pyteen.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/deeplook/pyteen/context:python.. image:: https://pyup.io/repos/github/deeplook/pyteen/shield.svg
:target: https://pyup.io/repos/github/deeplook/pyteen/.. image:: https://pyup.io/repos/github/deeplook/pyteen/python-3-shield.svg
:target: https://pyup.io/repos/github/deeplook/pyteen/.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black.. image:: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg
:target: https://github.com/RichardLitt/standard-readme.. image:: https://codecov.io/gh/deeplook/pyteen/branch/master/graph/badge.svg
:target: https://codecov.io/gh/deeplook/pyteenManage a collection of short Python code snippets, all tested & validated, easy to contribute to, and simple to reuse.
More to come...
Background
----------People like to collect things and developers are no exception.
They accumulate software artefacts and use them to create new ones which they
usually will happily pass on.On a low level these are often snippets of code they found useful and feel
like they could be helpful for others, too, sometimes for their future self.
The pattern behind this process are often very informal, and you can find
online many more or less useful and more or less organized such collections.This project aims to make this kind of exchange more valuable and productive
by adding only a tiny bit of organizational rigor.
The result should be a system that allows to collect, validate, test, search,
reuse and share such snippets with very little constraints placed on them.Install
-------::
pip install pyteen
More to come...
Usage
-----More to come...
Contributing
------------Contributions are very welcome!
You are encouraged to contribute to the snippet collection inside this
repository or to the code managing it.
You can also help by raising bug reports as GitHub issues, but please
consider solving them first and submit a PR, instead! ;)License
-------More to come...