# L-CONVERTERS
## What is it?
### converters from smt to smt
## how to install:
pip install l-converters
####
OR USE
####
python -m pip install l-converters
####
OR USE
####
git clone https://github.com/Sasha246sasha/l-converters.git
cd "l-converters" OR cd l-converters
python setup.py install
## how to use:
import l_converters
####
# md text to html text
print(l_converters.FromMDtoHTML.text_to_text('''# good converter ) ## abc'''))
####
# md text to html file
l_converters.FromMDtoHTML.text_to_file('''# good converter ) ## abc''', "res.html")
#### _**! NOW l-converters only convert from MD to HTML !**_
Raw data
{
"_id": null,
"home_page": "https://github.com/Sasha246sasha/l-converters",
"name": "l-converters",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "converters python l md html",
"author": "Alexandr246",
"author_email": "alexandr246@vk.com",
"download_url": "https://files.pythonhosted.org/packages/d9/5a/dc4ad85b3724e66e740b69665610fed5ae70925dece22fddd28f04189585/l-converters-1.0.3.tar.gz",
"platform": null,
"description": "# L-CONVERTERS\r\n## What is it?\r\n### converters from smt to smt \r\n## how to install:\r\n pip install l-converters \r\n####\r\n OR USE\r\n####\r\n python -m pip install l-converters\r\n####\r\n OR USE \r\n####\r\n git clone https://github.com/Sasha246sasha/l-converters.git\r\n cd \"l-converters\" OR cd l-converters\r\n python setup.py install\r\n## how to use:\r\n import l_converters\r\n####\r\n # md text to html text\r\n print(l_converters.FromMDtoHTML.text_to_text('''# good converter ) ## abc'''))\r\n####\r\n # md text to html file\r\n l_converters.FromMDtoHTML.text_to_file('''# good converter ) ## abc''', \"res.html\")\r\n#### _**! NOW l-converters only convert from MD to HTML !**_\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Converters from smt to smt",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/Sasha246sasha/l-converters"
},
"split_keywords": [
"converters",
"python",
"l",
"md",
"html"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0f57331be59f3454deeb424af7a82822b885e0a5df2d8284a493af99ae87455c",
"md5": "734002f93e892e0c7490d690f40e3018",
"sha256": "45371a16c8cc72a6214e349b2ffa951c87b496b88ddd3b9c9819d6651da992af"
},
"downloads": -1,
"filename": "l_converters-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "734002f93e892e0c7490d690f40e3018",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 2982,
"upload_time": "2024-10-21T18:47:15",
"upload_time_iso_8601": "2024-10-21T18:47:15.096875Z",
"url": "https://files.pythonhosted.org/packages/0f/57/331be59f3454deeb424af7a82822b885e0a5df2d8284a493af99ae87455c/l_converters-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d95adc4ad85b3724e66e740b69665610fed5ae70925dece22fddd28f04189585",
"md5": "dd1fafb44beba6e93d9ce5dab7853f96",
"sha256": "7bb04fece780de9757ec7270917202a59261425c76e22496eb90e3fc7d43287d"
},
"downloads": -1,
"filename": "l-converters-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "dd1fafb44beba6e93d9ce5dab7853f96",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 2561,
"upload_time": "2024-10-21T18:47:17",
"upload_time_iso_8601": "2024-10-21T18:47:17.109591Z",
"url": "https://files.pythonhosted.org/packages/d9/5a/dc4ad85b3724e66e740b69665610fed5ae70925dece22fddd28f04189585/l-converters-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-21 18:47:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Sasha246sasha",
"github_project": "l-converters",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "l-converters"
}