Skip to content

Commit 6e84462

Browse files
authored
Update README.md
1 parent e9211e8 commit 6e84462

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
:snake: Python snippets of examples, to learn things and to make task easier.
44

5+
---
6+
57
## Snippets
68

79
- [string_import.py](string_import.py) example to show import module from string
@@ -18,3 +20,29 @@
1820
- [timer2.py](timer2.py) Homegrown timing tools for function calls.
1921
- [timer3.py](timer3.py) Homegrown timing tools for function calls.
2022
- [classtree.py](classtree.py) Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height
23+
24+
---
25+
26+
## Contributing
27+
28+
__Open an issue or a pull request to suggest changes or additions.__
29+
30+
## Authors
31+
32+
[Abdul Moiz](https://github.com/progrmoiz)
33+
34+
## License
35+
36+
<p xmlns:dct="http://purl.org/dc/terms/">
37+
<a rel="license"
38+
href="http://creativecommons.org/publicdomain/zero/1.0/">
39+
<img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" />
40+
</a>
41+
<br />
42+
To the extent possible under law,
43+
<a rel="dct:publisher"
44+
href="https://github.com/progrmoiz/">
45+
<span property="dct:title">Abdul Moiz</span></a>
46+
has waived all copyright and related or neighboring rights to
47+
<span property="dct:title">Snippets</span>.
48+
</p>

0 commit comments

Comments
 (0)