Name | mytb JSON |
Version |
0.1.3
JSON |
| download |
home_page | https://github.com/feenes/mytb |
Summary | my toolbox for everyday python projects |
upload_time | 2024-09-26 09:14:55 |
maintainer | None |
docs_url | None |
author | Teledomic |
requires_python | <4,>=3.6 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
|
coveralls test coverage |
No coveralls.
|
Welcome to MyTB (My Toolbox)
MyTB is just another collection of handy and useful python functions and modules.
.. image:: https://travis-ci.com/feenes/mytb.svg?branch=master
:target: https://travis-ci.com/feenes/mytb
It can be found at https://github.com/feenes/mytb.git
It tries to be modular in order to consume as little memory (RAM) as possible.
Getting started
===============
Installation
------------
With pip ::
pip install mytb # basic installation with basic dependencies
pip install mytb[date] # with all dependencies for mytb.date
pip install mytb[gitlab] # with all dependencies for mytb.gitlab
pip install mytb[all] # with all dependencies
**!!version 0.1 is only python 3 compatible!!**
Use `pip install 'mytb<0.1'` to get the latest python2 compatible version
Who's using mytb
==================
Please contact us if you want to be referenced
Projects, that I know of are
* MHComm ( https://mhcomm.fr ) for most of their python projects
* The timon project ( https://github.com/feenes/timon )
Raw data
{
"_id": null,
"home_page": "https://github.com/feenes/mytb",
"name": "mytb",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Teledomic",
"author_email": "info@teledomic.eu",
"download_url": "https://files.pythonhosted.org/packages/62/bf/8439a1f05fb8f78d30acfca1593be37d8b2ca067cb633da3a2c585d11f83/mytb-0.1.3.tar.gz",
"platform": null,
"description": "Welcome to MyTB (My Toolbox)\n\nMyTB is just another collection of handy and useful python functions and modules.\n\n\n.. image:: https://travis-ci.com/feenes/mytb.svg?branch=master\n :target: https://travis-ci.com/feenes/mytb\n\n\nIt can be found at https://github.com/feenes/mytb.git\n\nIt tries to be modular in order to consume as little memory (RAM) as possible.\n\nGetting started\n===============\n\nInstallation\n------------\n\nWith pip ::\n\n pip install mytb # basic installation with basic dependencies\n pip install mytb[date] # with all dependencies for mytb.date\n pip install mytb[gitlab] # with all dependencies for mytb.gitlab\n pip install mytb[all] # with all dependencies\n\n **!!version 0.1 is only python 3 compatible!!**\n Use `pip install 'mytb<0.1'` to get the latest python2 compatible version\n\nWho's using mytb\n==================\n\nPlease contact us if you want to be referenced\n\nProjects, that I know of are\n\n * MHComm ( https://mhcomm.fr ) for most of their python projects\n * The timon project ( https://github.com/feenes/timon )\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "my toolbox for everyday python projects",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/feenes/mytb",
"Repository": "https://github.com/feenes/mytb.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c25d7e04f4b9e8925618ef1a305e30f4c27d4b5b745b65c470b147d6c6341641",
"md5": "9bee532a9899cd40468e0e7751c4daef",
"sha256": "d41e663c3d8bb9fca951dbc9a76858658de5b800c61db49062ebd75ae11831a5"
},
"downloads": -1,
"filename": "mytb-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9bee532a9899cd40468e0e7751c4daef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.6",
"size": 43504,
"upload_time": "2024-09-26T09:14:53",
"upload_time_iso_8601": "2024-09-26T09:14:53.999100Z",
"url": "https://files.pythonhosted.org/packages/c2/5d/7e04f4b9e8925618ef1a305e30f4c27d4b5b745b65c470b147d6c6341641/mytb-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62bf8439a1f05fb8f78d30acfca1593be37d8b2ca067cb633da3a2c585d11f83",
"md5": "65a48187497b9b1cc3f3fe02a8ff3ff3",
"sha256": "183d4edab94422624ef255f6edadaca9a8b23bfefac77be17ad50999733f7a2c"
},
"downloads": -1,
"filename": "mytb-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "65a48187497b9b1cc3f3fe02a8ff3ff3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.6",
"size": 32497,
"upload_time": "2024-09-26T09:14:55",
"upload_time_iso_8601": "2024-09-26T09:14:55.207342Z",
"url": "https://files.pythonhosted.org/packages/62/bf/8439a1f05fb8f78d30acfca1593be37d8b2ca067cb633da3a2c585d11f83/mytb-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-26 09:14:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "feenes",
"github_project": "mytb",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "mytb"
}