From 52e72221bf65d118bc323866243f3fdbd2589c58 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 5 Aug 2020 17:21:45 -0700 Subject: Initialize gh-pages --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 26e0a11..0000000 --- a/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# alphanum - -Simple Python library to generate pseudo-random alphanumeric strings of -arbitrary length. Requires Python 3.5+. - -## Installation - -alphanum can be obtained from PyPI with `pip install alphanum`. - -Alternatively, build it with [Poetry](https://python-poetry.org/): - -```bash -pip install poetry -git clone https://github.com/clpo13/alphanum -cd alphanum -poetry build -pip install dist/alphanum-x.y.z-py3-none-any.whl -``` - -## Usage - -```python -import alphanum - -foo = alphanum.generate(10) -print(foo) -``` - -## License - -Copyright (c) 2020 Cody Logan. MIT licensed. -- cgit v1.2.3