Skip to content

Commit

Permalink
Add documentation and gitignore
Browse files Browse the repository at this point in the history
- Added documentation to all public functions in qrng.
- Added .gitignore file.
- Updated setup.py

fix
  • Loading branch information
ozaner committed Oct 19, 2022
1 parent a4c6851 commit 22cc3e9
Show file tree
Hide file tree
Showing 17 changed files with 94 additions and 244 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__pycache__/
dist/
build/
*.egg-info/
122 changes: 0 additions & 122 deletions build/lib/qrng/__init__.py

This file was deleted.

Binary file removed dist/qrng-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/qrng-0.1.0.tar.gz
Binary file not shown.
Binary file removed dist/qrng-0.1.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/qrng-0.1.1.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/qrng-0.1.1.1.tar.gz
Binary file not shown.
Binary file removed dist/qrng-0.1.1.tar.gz
Binary file not shown.
Binary file removed dist/qrng-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file removed dist/qrng-0.1.2.tar.gz
Binary file not shown.
72 changes: 0 additions & 72 deletions qrng.egg-info/PKG-INFO

This file was deleted.

7 changes: 0 additions & 7 deletions qrng.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion qrng.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion qrng.egg-info/top_level.txt

This file was deleted.

Loading

0 comments on commit 22cc3e9

Please sign in to comment.