-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ti-oluwa/development
Minor Refactoring. Published package to PYPI.
- Loading branch information
Showing
10 changed files
with
111 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
**/__pycache__/** | ||
**/tranzlate.egg-info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.setuptools.dynamic] | ||
version = {attr = "tranzlate.__version__"} | ||
|
||
[project] | ||
name = "tranzlate" | ||
dynamic = ["version"] | ||
authors = [ | ||
{ name="ti-oluwa", email="tioluwa.dev@gmail.com" }, | ||
] | ||
maintainers = [ | ||
{ name="ti-oluwa", email="tioluwa.dev@gmail.com" }, | ||
] | ||
description = "Multilingual translation of text, files, markup and BeautifulSoup objects." | ||
keywords = [ | ||
"translate", | ||
"translation", | ||
"google translate", | ||
"bing translate", | ||
"yandex translate", | ||
"translate text", | ||
"translate files", | ||
"translate markup", | ||
"translate html", | ||
"translate xml", | ||
"translate BeautifulSoup", | ||
"detect language", | ||
] | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: OS Independent", | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Utilities", | ||
"Natural Language :: English", | ||
"Typing :: Typed", | ||
] | ||
dependencies = [ | ||
"translators==5.8.9", | ||
"beautifulsoup4==4.12.2", | ||
"simple_file_handler>=0.0.1", | ||
] | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/ti-oluwa/tranzlate" | ||
"Bug Tracker" = "https://github.com/ti-oluwa/tranzlate/issues" | ||
"Repository" = "https://github.com/ti-oluwa/tranzlate" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
translators | ||
bs4 | ||
bs4_web_scraper | ||
translators==5.8.9 | ||
beautifulsoup4==4.12.2 | ||
simple_file_handler>=0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Awọn ohun elo ti o wa ni ti o wa ni ti o ti o ti o ti o ti o ti o ti o ba ti o ba ti o ba ti o ba nífẹẹẹ si ipa yìí, jọwọwò béèrè fun àgbéyẹwò lẹyìn. | ||
Awọn ohun elo ti o wa ni ti o wa ni ti o ti o ti o ti o ti o ti o ti o ti o ti o ba ti o ba ti o ba ti o ba ti o ba ti o ba fẹ baẹẹ si ipa yìí, jọwọ béèrè fun àgbégbégbé lẹyìn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters