Coder Social home page Coder Social logo

pymtools's Introduction

🧾 README Version: 0.1.8

⚙️ Pymtools

Miscellaneous tools to speed up and improve your code.

  • The package is divided by modules that contain functions to diferent related situation
  • Visit docs and Pypi info here

🗂 Modules:

  • misc - General funcs with no clear purpose
  • opsys - Some util funcs to access and manage system
  • colors - Util functions to handle color management (conversions, random picker, ...)
  • net - Some util funcs to extract information about network
  • ext - Aditional small module to extract the list of colors in a image. Intended to use to study images/patron-color images
  • exports - Some util funcs to make exports easier. Current langs that can export each other -> [JSON, YAML, CSV, TOML, XML]

⬇️ Install Pymtools

To install the library with PyPi and pip, do:

  • pip install -U pymtools --user -> To install the library ONLY in user context

  • pip install -U pymtools -> To install the library in global context

  • *pip3 install -U pymtools [--user] in POSIX systems

  • 📌 Visit https://pypi.org/project/pymtools/ to see more detailed info and installation guide.

  • 📌 To install without PyPi, do pip install -U git+https://github.com/Backist/Pymtools

    • If u want to install the library without PyPi, then u must have GIT installed.
    • Install GIT

Exceptions & Errors:

If for any reason you can not install the library via PyPi & pip you will have to install it manually. ...

  • ℹ️ NOTE: This module have been created to be used in Windows | NT systems, because implemets some functions and methods that couldn't be runned in Linux | Posix systems, this does not mean that some functions can work correctly.

💭・ChangeLog

v0.1.0b (04/10/22) : Beta release of Pymtools
+ Improve some functions
+ Pypi compatibility

v0.1.1: ...
+ Stable release
+ Updating requeriments.txt and csv to 0.1.1
...

v0.2.1: ...
...

pymtools's People

Contributors

backist avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

zazitovfx

pymtools's Issues

Suggested changes in pyproject.toml

Suggested changes to Pypi and pyproject.toml

  • Change the license file in pyproject.toml (license = "GNU GENERAL PUBLIC LICENSE Version 3 instead of license = { file = "LICENSE.md" } to prevent the entire licence from being displayed on the pypi library page.
  • Solve csv~=0.0.0 dependencies to csv~=0.1.1

@Backist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.