Skip to main content

RootKit custom tool Lib

Project description

rkt_tool_lib - Python library

Package Version

quality reliability_rating security_rating vulnerabilities coverage maintainability

Python minimal Version 3.7

What is Python?

Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

source

Libraries

  • Tool: toolbox library with, you can automatically format the path in your code without worrying about the platform hosting your script

Use it

Install

 (venv) my_project> pip install rkt_tool_lib [--index-url https://gitlab.tprc.ovh/api/v4/groups/python/-/packages/pypi]

Example

from rkt_tool_lib import Tool

t = Tool()

print(t.get_cwd())
print(t.get_dir('db'))

Output (as file, sdtout or both)

windows

C:\Users\Me\Documents\path\to\my\project\
C:\Users\Me\Documents\path\to\my\project\db\

linux:

/home/me/path/to/my/project/
/home/me/path/to/my/project/db/

Contributing

If you find this library useful here's how you can help:

  • Send a merge request with your kickass new features and bug fixes
  • Help new users with issues they may encounter
  • Support the development of this library and star this repo!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rkt_tool_lib-1.4.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

rkt_tool_lib-1.4.1-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page