linkedin2md 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/PKG-INFO +2 -1
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/pyproject.toml +2 -7
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/.github/workflows/ci.yml +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/.github/workflows/publish.yml +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/.gitignore +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/CHANGELOG.md +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/CODE_OF_CONDUCT.md +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/CONTRIBUTING.md +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/LICENSE +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/README.md +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/__init__.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/__main__.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/cli.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/converter.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/extractor.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatter.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/__init__.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/activity.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/advertising.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/base.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/content.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/identity.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/jobs.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/learning.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/network.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/payments.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/professional.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/profile.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/recommendations.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/formatters/services.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/language.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parser.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/__init__.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/activity.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/advertising.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/base.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/content.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/identity.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/jobs.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/learning.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/network.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/payments.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/professional.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/profile.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/recommendations.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/parsers/services.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/protocols.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/registry.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/src/linkedin2md/writer.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/__init__.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/test_cli.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/test_e2e.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/test_formatter.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/test_formatters.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/test_parser.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/test_parsers.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/test_security.py +0 -0
- {linkedin2md-0.2.2 → linkedin2md-0.2.3}/tests/test_solid.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: linkedin2md
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Convert LinkedIn data exports to Markdown
|
|
5
5
|
Project-URL: Homepage, https://github.com/juanmanueldaza/linkedin2md
|
|
6
6
|
Project-URL: Repository, https://github.com/juanmanueldaza/linkedin2md
|
|
@@ -22,6 +22,7 @@ Classifier: Topic :: Text Processing :: Markup :: Markdown
|
|
|
22
22
|
Classifier: Topic :: Utilities
|
|
23
23
|
Requires-Python: >=3.13
|
|
24
24
|
Provides-Extra: dev
|
|
25
|
+
Requires-Dist: pyright>=1.1.408; extra == 'dev'
|
|
25
26
|
Requires-Dist: pytest>=9.0; extra == 'dev'
|
|
26
27
|
Requires-Dist: ruff>=0.9; extra == 'dev'
|
|
27
28
|
Description-Content-Type: text/markdown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "linkedin2md"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.3"
|
|
4
4
|
description = "Convert LinkedIn data exports to Markdown"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "GPL-2.0" }
|
|
@@ -26,7 +26,7 @@ dependencies = []
|
|
|
26
26
|
linkedin2md = "linkedin2md.cli:main"
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
29
|
-
dev = ["pytest>=9.0", "ruff>=0.9"]
|
|
29
|
+
dev = ["pytest>=9.0", "ruff>=0.9", "pyright>=1.1.408"]
|
|
30
30
|
|
|
31
31
|
[project.urls]
|
|
32
32
|
Homepage = "https://github.com/juanmanueldaza/linkedin2md"
|
|
@@ -49,8 +49,3 @@ select = ["E", "W", "F", "I", "B", "UP"]
|
|
|
49
49
|
|
|
50
50
|
[tool.pytest.ini_options]
|
|
51
51
|
testpaths = ["tests"]
|
|
52
|
-
|
|
53
|
-
[dependency-groups]
|
|
54
|
-
dev = [
|
|
55
|
-
"pyright>=1.1.408",
|
|
56
|
-
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|