accsyn-python-api 3.0.3__tar.gz → 3.1.0__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.
Files changed (42) hide show
  1. accsyn_python_api-3.1.0/PKG-INFO +115 -0
  2. accsyn_python_api-3.1.0/README.md +84 -0
  3. accsyn_python_api-3.1.0/pyproject.toml +79 -0
  4. {accsyn-python-api-3.0.3 → accsyn_python_api-3.1.0}/source/accsyn_api/_version.py +1 -1
  5. {accsyn-python-api-3.0.3 → accsyn_python_api-3.1.0}/source/accsyn_api/session.py +101 -170
  6. accsyn-python-api-3.0.3/.github/workflows/github-actions-black.yml +0 -11
  7. accsyn-python-api-3.0.3/.gitignore +0 -9
  8. accsyn-python-api-3.0.3/.pre-commit-config.yaml +0 -6
  9. accsyn-python-api-3.0.3/.readthedocs.yaml +0 -22
  10. accsyn-python-api-3.0.3/PKG-INFO +0 -56
  11. accsyn-python-api-3.0.3/README.md +0 -42
  12. accsyn-python-api-3.0.3/doc/_static/accsyn.css +0 -9
  13. accsyn-python-api-3.0.3/doc/api_reference/index.rst +0 -19
  14. accsyn-python-api-3.0.3/doc/api_reference/session.rst +0 -11
  15. accsyn-python-api-3.0.3/doc/clients.rst +0 -163
  16. accsyn-python-api-3.0.3/doc/conf.py +0 -106
  17. accsyn-python-api-3.0.3/doc/datatypes.rst +0 -156
  18. accsyn-python-api-3.0.3/doc/file.rst +0 -266
  19. accsyn-python-api-3.0.3/doc/glossary.rst +0 -80
  20. accsyn-python-api-3.0.3/doc/index.rst +0 -37
  21. accsyn-python-api-3.0.3/doc/installing.rst +0 -32
  22. accsyn-python-api-3.0.3/doc/introduction.rst +0 -50
  23. accsyn-python-api-3.0.3/doc/jobs.rst +0 -385
  24. accsyn-python-api-3.0.3/doc/misc.rst +0 -32
  25. accsyn-python-api-3.0.3/doc/publish.rst +0 -107
  26. accsyn-python-api-3.0.3/doc/queues.rst +0 -91
  27. accsyn-python-api-3.0.3/doc/release_notes.rst +0 -226
  28. accsyn-python-api-3.0.3/doc/render.rst +0 -127
  29. accsyn-python-api-3.0.3/doc/requirements.txt +0 -3
  30. accsyn-python-api-3.0.3/doc/shares.rst +0 -267
  31. accsyn-python-api-3.0.3/doc/users.rst +0 -119
  32. accsyn-python-api-3.0.3/doc/using.rst +0 -180
  33. accsyn-python-api-3.0.3/pyproject.toml +0 -3
  34. accsyn-python-api-3.0.3/readthedocs.yaml +0 -10
  35. accsyn-python-api-3.0.3/setup.cfg +0 -11
  36. accsyn-python-api-3.0.3/setup.py +0 -32
  37. accsyn-python-api-3.0.3/source/accsyn_python_api.egg-info/PKG-INFO +0 -56
  38. accsyn-python-api-3.0.3/source/accsyn_python_api.egg-info/SOURCES.txt +0 -38
  39. accsyn-python-api-3.0.3/source/accsyn_python_api.egg-info/dependency_links.txt +0 -1
  40. accsyn-python-api-3.0.3/source/accsyn_python_api.egg-info/requires.txt +0 -1
  41. accsyn-python-api-3.0.3/source/accsyn_python_api.egg-info/top_level.txt +0 -1
  42. {accsyn-python-api-3.0.3 → accsyn_python_api-3.1.0}/source/accsyn_api/__init__.py +0 -0
@@ -0,0 +1,115 @@
1
+ Metadata-Version: 2.1
2
+ Name: accsyn-python-api
3
+ Version: 3.1.0
4
+ Summary: A Python API for accsyn programmable fast and secure data delivery software
5
+ Home-page: https://accsyn.com
6
+ License: Apache-2.0
7
+ Keywords: accsyn,api,file-transfer,delivery
8
+ Author: Henrik Norin
9
+ Author-email: support@accsyn.com
10
+ Requires-Python: >=3.8,<4.0
11
+ Classifier: Development Status :: 5 - Production/Stable
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.8
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
23
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
+ Requires-Dist: requests (>=2.25.0,<3.0.0)
25
+ Project-URL: Bug Tracker, https://github.com/accsyn/accsyn-python-api/issues
26
+ Project-URL: Documentation, https://accsyn-python-api.readthedocs.io
27
+ Project-URL: Repository, https://github.com/accsyn/accsyn-python-api.git
28
+ Project-URL: Support, https://support.accsyn.com
29
+ Description-Content-Type: text/markdown
30
+
31
+ # accsyn-python-api
32
+ Official accsyn fast and secure file delivery Python API
33
+
34
+ Python API support can be found [here](https://support.accsyn.com/workflows/python-api).
35
+
36
+
37
+ Changelog:
38
+ ----------
39
+
40
+ See doc/release_notes.rst
41
+
42
+
43
+ Documentation:
44
+ --------------
45
+
46
+ [https://accsyn-python-api.readthedocs.io/en/latest](https://accsyn-python-api.readthedocs.io/en/latest)
47
+
48
+
49
+ Development Setup:
50
+ ------------------
51
+
52
+ This project uses Poetry for dependency management. To get started:
53
+
54
+ ```bash
55
+ # Install Poetry (if not already installed)
56
+ curl -sSL https://install.python-poetry.org | python3 -
57
+
58
+ # Install dependencies
59
+ poetry install
60
+
61
+ # Install with documentation dependencies
62
+ poetry install --with docs
63
+
64
+ # Activate the virtual environment
65
+ poetry shell
66
+ ```
67
+
68
+ Building Documentation:
69
+ ----------------------
70
+
71
+ To build the documentation locally:
72
+
73
+ ```bash
74
+ # Install with docs dependencies
75
+ poetry install --with docs
76
+
77
+ # Build docs
78
+ cd doc
79
+ poetry run sphinx-build -T -E -b html -d _build/doctrees -D language=en . ../dist/doc
80
+ ```
81
+
82
+ Or use the shorter command:
83
+ ```bash
84
+ poetry run sphinx-build -b html doc dist/doc
85
+ ```
86
+
87
+ Development Tools:
88
+ -----------------
89
+
90
+ ```bash
91
+ # Format code
92
+ poetry run black .
93
+
94
+ ```
95
+
96
+ Building and Publishing:
97
+ -----------------------
98
+
99
+ ```bash
100
+ # Build the package
101
+ poetry build
102
+
103
+ # Publish to PyPI (requires authentication)
104
+ poetry publish
105
+
106
+ # Or publish to test PyPI first
107
+ poetry config repositories.testpypi https://test.pypi.org/legacy/
108
+ poetry publish -r testpypi
109
+ ```
110
+
111
+ accsyn(r) - secure high speed file delivery and workflow sync
112
+ https://accsyn.com
113
+ https://support.accsyn.com
114
+
115
+
@@ -0,0 +1,84 @@
1
+ # accsyn-python-api
2
+ Official accsyn fast and secure file delivery Python API
3
+
4
+ Python API support can be found [here](https://support.accsyn.com/workflows/python-api).
5
+
6
+
7
+ Changelog:
8
+ ----------
9
+
10
+ See doc/release_notes.rst
11
+
12
+
13
+ Documentation:
14
+ --------------
15
+
16
+ [https://accsyn-python-api.readthedocs.io/en/latest](https://accsyn-python-api.readthedocs.io/en/latest)
17
+
18
+
19
+ Development Setup:
20
+ ------------------
21
+
22
+ This project uses Poetry for dependency management. To get started:
23
+
24
+ ```bash
25
+ # Install Poetry (if not already installed)
26
+ curl -sSL https://install.python-poetry.org | python3 -
27
+
28
+ # Install dependencies
29
+ poetry install
30
+
31
+ # Install with documentation dependencies
32
+ poetry install --with docs
33
+
34
+ # Activate the virtual environment
35
+ poetry shell
36
+ ```
37
+
38
+ Building Documentation:
39
+ ----------------------
40
+
41
+ To build the documentation locally:
42
+
43
+ ```bash
44
+ # Install with docs dependencies
45
+ poetry install --with docs
46
+
47
+ # Build docs
48
+ cd doc
49
+ poetry run sphinx-build -T -E -b html -d _build/doctrees -D language=en . ../dist/doc
50
+ ```
51
+
52
+ Or use the shorter command:
53
+ ```bash
54
+ poetry run sphinx-build -b html doc dist/doc
55
+ ```
56
+
57
+ Development Tools:
58
+ -----------------
59
+
60
+ ```bash
61
+ # Format code
62
+ poetry run black .
63
+
64
+ ```
65
+
66
+ Building and Publishing:
67
+ -----------------------
68
+
69
+ ```bash
70
+ # Build the package
71
+ poetry build
72
+
73
+ # Publish to PyPI (requires authentication)
74
+ poetry publish
75
+
76
+ # Or publish to test PyPI first
77
+ poetry config repositories.testpypi https://test.pypi.org/legacy/
78
+ poetry publish -r testpypi
79
+ ```
80
+
81
+ accsyn(r) - secure high speed file delivery and workflow sync
82
+ https://accsyn.com
83
+ https://support.accsyn.com
84
+
@@ -0,0 +1,79 @@
1
+ [build-system]
2
+ requires = ["poetry-core>=1.0.0"]
3
+ build-backend = "poetry.core.masonry.api"
4
+
5
+ [tool.poetry]
6
+ name = "accsyn-python-api"
7
+ version = "3.1.0"
8
+ description = "A Python API for accsyn programmable fast and secure data delivery software"
9
+ authors = ["Henrik Norin <support@accsyn.com>"]
10
+ license = "Apache-2.0"
11
+ readme = "README.md"
12
+ homepage = "https://accsyn.com"
13
+ repository = "https://github.com/accsyn/accsyn-python-api.git"
14
+ documentation = "https://accsyn-python-api.readthedocs.io"
15
+ keywords = ["accsyn", "api", "file-transfer", "delivery"]
16
+ classifiers = [
17
+ "Development Status :: 5 - Production/Stable",
18
+ "Intended Audience :: Developers",
19
+ "License :: OSI Approved :: Apache Software License",
20
+ "Operating System :: OS Independent",
21
+ "Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3.8",
23
+ "Programming Language :: Python :: 3.9",
24
+ "Programming Language :: Python :: 3.10",
25
+ "Programming Language :: Python :: 3.11",
26
+ "Programming Language :: Python :: 3.12",
27
+ "Topic :: Software Development :: Libraries :: Python Modules",
28
+ "Topic :: Internet :: File Transfer Protocol (FTP)",
29
+ ]
30
+ packages = [{include = "accsyn_api", from = "source"}]
31
+
32
+ [tool.poetry.dependencies]
33
+ python = "^3.8"
34
+ requests = "^2.25.0"
35
+
36
+ [tool.poetry.group.dev]
37
+ optional = true
38
+
39
+ [tool.poetry.group.dev.dependencies]
40
+ black = "^23.0.0"
41
+ isort = "^5.12.0"
42
+ flake8 = "^5.0.0"
43
+ mypy = "^1.0.0"
44
+ pytest = "^7.0.0"
45
+ pytest-cov = "^4.0.0"
46
+
47
+ [tool.poetry.group.docs]
48
+ optional = true
49
+
50
+ [tool.poetry.group.docs.dependencies]
51
+ sphinx = "^1.2.2"
52
+ sphinx-rtd-theme = "^0.1.6,<1"
53
+ jinja2 = "<3.1"
54
+ lowdown = "^0.1.0,<2"
55
+ tomli = {version = "^2.0.0", python = "<3.11"}
56
+
57
+ [tool.poetry.urls]
58
+ "Bug Tracker" = "https://github.com/accsyn/accsyn-python-api/issues"
59
+ "Support" = "https://support.accsyn.com"
60
+
61
+ [tool.black]
62
+ line-length = 119
63
+ skip-string-normalization = true
64
+ target-version = ['py38']
65
+
66
+ [tool.isort]
67
+ profile = "black"
68
+ line_length = 119
69
+
70
+ [tool.mypy]
71
+ python_version = "3.8"
72
+ warn_return_any = true
73
+ warn_unused_configs = true
74
+ disallow_untyped_defs = true
75
+
76
+ [tool.pytest.ini_options]
77
+ testpaths = ["tests"]
78
+ python_files = ["test_*.py", "*_test.py"]
79
+ addopts = "--cov=accsyn_api --cov-report=term-missing"
@@ -1,4 +1,4 @@
1
1
  # :coding: utf-8
2
2
  # :copyright: Copyright (c) 2015-2023 accsyn/HDR AB
3
3
 
4
- __version__ = "2.2.1-0"
4
+ __version__ = "3.1.0-1"