Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Python package of useful tools and utilities.

License

NotificationsYou must be signed in to change notification settings

JordanWelsman/jutils

Repository files navigation

    _       _   _ _        (_)_   _| |_(_) |___    | | | | | __| | / __|   | | |_| | |_| | \__ \  _/ |\__,_|\__|_|_|___/ |__/

GitHub tag (latest by date)GitHub release (latest by date)GitHub Workflow StatusGitHub Release DateGitHub LicenseGitHub commit activityGitHub wiki

PyPIPyPI - Python VersionPyPI - WheelPyPI - StatusPyPI - Downloads

GitHub Repo starsGitHub watchersGitHub forksLines of codeGitHub repo file countGitHub repo size

Overview

jutils is a simplePython 3.10+ package which gives the user various tools. These tools are broken down into sub-modules in which the user can import individually.

Table of contents

Install & use

  1. From terminal:pip install jutl
  2. From python environment:from jutl import <submodule> where<submodule> is one from the following:
  • averages
  • calculators
  • converters
  • cryptography
  • datastructures
  • ecxeptions
  • formatting
  • language
  • logic
  • pipelining
  • sorters
  • timers
  • utilities

Test

  1. Clone repository:git clone https://github.com/JordanWelsman/jutils.git
  2. Build module for testing:python3 setup.py bdist_wheel
  3. Install module locally:pip install jutl -e .
  4. Run tests with PyTest:pytest test/<submodule> where<submodule> is onefrom the above list.

Objectives

  • Publish a package of tools I have developed that I use in production applications.
  • Help other users improve their workflows and contribute to more performant applications.

Credits

jutils was created, developed, and is currently maintained byJordan Welsman.

Licence

jutils is developed and distributed under theMIT license.

NoteSeeLICENSE for more details.

Links

📁See this project on GitHub

🎁See this project on PyPI

🐱Follow me on GitHub

💼Connect with me on Linkedin

📧Send me an email


[8]ページ先頭

©2009-2025 Movatter.jp