Skip to main content

RayID

RayID is a generated code that we use to track logs, posts or events. You can generate your own rayid, but we made your job easier!

In this instructure you will learn about how to use this package in your apps.

Table of content

Languages

I created rayid for JavaScript too.

Installation

How to install RayID? To install this package, use pip or pipenv.

$ pip3 install rayid
# Or
$ pipenv install rayid

Config

So, import the package.

from rayid import RayID

rayid = RayID("digit")

Now create your instance with what kind of rayid you want.

  • digit: Numbers
  • lower: Alphabet in lower case.
  • upper: Alphabet in upper case.
  • all: Combine of all types.

No type means all combined togather.

rayid = RayID("digit")

Methods

Only one method! gen(len).

gen(len)

in gen(len) just say the length.

There is no limit :)

id = rayid.gen(25);
print(id); # 9514992619709220193874433

Examples

Create common instances.

all = RayID("all"); # All values
str = RayID("lower"); # Loercase generator
int = RayID("digit"); # Only int generator

Now use them:

print(all.gen(10)); # Z*jVQ3c:+H
print(str.gen(10)); # ksixvpqohi
print(int.gen(10)); # 4748182066

All done!


Development

If you want to develop the package, it is so simple. just follow steps below.

  • Clone the project
  • Start changing!

Before you start: Remember the base or code are stored in rayid/rayid.py. You need to edit there.

Cloning the project

To clone the project, you need to have git installed. Ok, now clone it same as command below.

$ git clone https:#github.com/BlackIQ/rayid

Changing

To change package or anything, your need a testing environment to use linked package. Just change rayid/rayid.py.

Test

Your test app is linked. Change anything in package and test it in test.py file.

Release files for rayid 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for rayid 1.0.0
File Size Uploaded
rayid-1.0.0.tar.gz 2.8 kB Details

Release files / rayid-1.0.0.tar.gz

Download URL rayid-1.0.0.tar.gz
Size 2.8 kB
Tags Source
SHA-256 checksum
How to use checksums
dc3cf6a3400d9b0237b17a5b79b5ac5240488f20633c17d46225819c38debb83
BLAKE2b-256 checksum
How to use checksums
39d3bc85a5c249e156cc3eb1283824da3eddc51eae2929ecdd0e809f1caf47f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.2

Release history Release notifications | RSS feed

This release

1.0.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page