Skip to content

Commit

Permalink
Update Project Path, Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dwin committed Dec 8, 2019
1 parent f73cd3e commit 30cfc9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# XID Globally Unique ID Generator

[![PyPI version](https://badge.fury.io/py/xid-py.svg)](https://badge.fury.io/py/xid-py)

> This project is a python implementation of the Go Lang library found here: [https://github.com/rs/xid](https://github.com/rs/xid). This is a fork of the project found at [https://github.com/graham/python_xid](https://github.com/graham/python_xid) using Flake8 for linting for publishing on PyPi for use with Python 3. Python 2.x is not supported.
__I've included the ReadMe from that project here (with some modifications for python).__
Expand Down Expand Up @@ -65,7 +67,7 @@ References:
## Install

```bash
easy_install python_xid
pip3 install "xid-py"
```
## Usage

Expand All @@ -88,4 +90,4 @@ guid.counter()

## Licenses

All source code is licensed under the [MIT License](https://raw.github.com/dwin/python_xid/master/LICENSE).
All source code is licensed under the [MIT License](https://raw.github.com/dwin/xid-py/master/LICENSE).
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

setuptools.setup(
name="xid-py",
version="1.1",
version="1.1.0",
author="Darwin Smith II",
author_email="pythonxid@dwin.fastmail.com",
description="Python implementation of XID globally unique id generator",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/dwin/python_xid",
url="https://github.com/dwin/xid-py",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 30cfc9e

Please sign in to comment.