GUID Generator
Project description
# fluffy-id
Simple http service to make GUID.
## install
$ pip install git+http://github.com/yoophi/guid-server.git
## run
Simple shell script to run http server `fluff_id` will be installed when you install this package using `pip`.
$ fluffy_id runserver [-p 7001 -h 0.0.0.0]
## sample request
$ http :7001/guid
HTTP/1.0 200 OK
Content-Length: 52
Content-Type: application/json
Date: Wed, 30 Sep 2015 13:37:20 GMT
Server: Werkzeug/0.10.4 Python/2.7.10
{
"guid": 12109964295484212795,
"shard_id": 1
}
$ http :7001/guid/100
HTTP/1.0 200 OK
Content-Length: 54
Content-Type: application/json
Date: Wed, 30 Sep 2015 13:37:47 GMT
Server: Werkzeug/0.10.4 Python/2.7.10
{
"guid": 12109964522010284604,
"shard_id": 100
}
Simple http service to make GUID.
## install
$ pip install git+http://github.com/yoophi/guid-server.git
## run
Simple shell script to run http server `fluff_id` will be installed when you install this package using `pip`.
$ fluffy_id runserver [-p 7001 -h 0.0.0.0]
## sample request
$ http :7001/guid
HTTP/1.0 200 OK
Content-Length: 52
Content-Type: application/json
Date: Wed, 30 Sep 2015 13:37:20 GMT
Server: Werkzeug/0.10.4 Python/2.7.10
{
"guid": 12109964295484212795,
"shard_id": 1
}
$ http :7001/guid/100
HTTP/1.0 200 OK
Content-Length: 54
Content-Type: application/json
Date: Wed, 30 Sep 2015 13:37:47 GMT
Server: Werkzeug/0.10.4 Python/2.7.10
{
"guid": 12109964522010284604,
"shard_id": 100
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fluffy_id-0.0.2.tar.gz
(2.7 kB
view details)
File details
Details for the file fluffy_id-0.0.2.tar.gz
.
File metadata
- Download URL: fluffy_id-0.0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fa60bcc2eb38921a9227b4a2c879ddb7bf8c91f49d978f424447daade1ce990 |
|
MD5 | 7df412b9c4fb8e5c0e2e9f8403c6e2d5 |
|
BLAKE2b-256 | 98ae3c8c9e636cd7b6f35b3b129398882e979a63b4e90c438efbd0036464a431 |